Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: nipra <prabhakar.nikhil@gmail.com>
To: info-gnus-english@gnu.org
Subject: Downloading mails/news for offline usage
Date: Sun, 18 Apr 2010 05:51:52 -0700 (PDT)	[thread overview]
Message-ID: <2cdc3efb-44e3-4d9c-8d2b-4780a8ecaf24@g11g2000yqe.googlegroups.com> (raw)

Hi,
  I recently set up gnus following steps at http://bc.tech.coop/blog/070813.html.
My ~/.gnus.el is as follows:

(require 'pop3)

(setq gnus-select-method '(nntp "news.gmane.org"))

(add-to-list 'gnus-secondary-select-methods '(nnml ""))

(setq gnus-permanently-visible-groups "mail")

(setq gnus-posting-styles
      '((".*" (name "Nikhil Prabhakar"))))

(setq mail-sources
      '((file :path "/var/mail/nipra")
	(pop :server "pop.gmail.com"
	     :port 995
	     :user "prabhakar.nikhil@gmail.com"
	     :connection ssl
	     :leave t)))

;; Configure outbound mail (SMTP)
(setq smtpmail-starttls-credentials '(("smtp.gmail.com" 587 nil nil))
      smtpmail-smtp-server "smtp.gmail.com"
      smtpmail-default-smtp-server "smtp.gmail.com"
      send-mail-function 'smtpmail-send-it
      message-send-mail-function 'smtpmail-send-it
      smtpmail-smtp-service 587
      smtpmail-auth-credentials '(("smtp.gmail.com"
				   587
				   "prabhakar.nikhil@gmail.com"
				   nil)))

Now I want to configure gnus to download all mails from gmail and news
from selected newsgroups for offline use later one. What are the steps
involved?
Regards,
nipra

             reply	other threads:[~2010-04-18 12:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-18 12:51 nipra [this message]
2010-05-05  5:48 ` Abbe Faria

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2cdc3efb-44e3-4d9c-8d2b-4780a8ecaf24@g11g2000yqe.googlegroups.com \
    --to=prabhakar.nikhil@gmail.com \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).