Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Richard Riley <rileyrg@gmail.com>
To: info-gnus-english@gnu.org
Subject: mail-sources - how to use?
Date: Wed, 04 Aug 2010 03:23:59 +0200	[thread overview]
Message-ID: <i3affi$302$1@dough.gmane.org> (raw)


My understanding from the manual is that gnus should read from the
sources specified in mail-sources and then move the mail found there to
mail-source-directory. (Of course you dont have to use this
functionality and can merely treat using maildirs and select methods for
example).

So if I have :-

,----
|   (setq mail-sources
|         '((file :path "/var/spool/mail/rgr")))
`----

I understand from the info file that that is sufficient for gnus to suck
out the system mail from my account's spool and then by setting

,----
|  (setq mail-source-directory "~/.Maildir/.riley/INBOX/new")
`----

gnus should store this new mail in my maildir which I then access using

,----
|   (add-to-list 'gnus-secondary-select-methods
|                '(nnmaildir "riley" (directory "~/.Maildir/.riley")))
`----

Gnus, however, is not pulling the mail from var/spool/rgr.

What am I missing or what am I misunderstanding?

                 reply	other threads:[~2010-08-04  1:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='i3affi$302$1@dough.gmane.org' \
    --to=rileyrg@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).