help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: read emails from a Maildir in gnus


From: Jeffrey DeLeo
Subject: Re: read emails from a Maildir in gnus
Date: Thu, 16 Jan 2014 13:10:44 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

If I understand your situation correctly, another program puts mail in
the directory "~/Mail/xeonmailinglist". You would like to use gnus to
read it.

How about:
(setq gnus-secondary-select-methods 
      '("mymailbox" (directory "~/Mail/xeonmailinglist")))

I guess you could set 'gnus-select-method to that if you wanted, I
didn't try that.

In any case, when you run gnus, run 'gnus-group-list-active' (by hitting
A A). You should find a group looking something like
"nnmaildir+mymailbox:INBOX". Subscribe to it.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]