emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [OT] Gnus mail tutorial?


From: Rasmus
Subject: Re: [O] [OT] Gnus mail tutorial?
Date: Sun, 26 May 2013 00:24:20 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Alan Schmitt <address@hidden> writes:

> Glyn Millington writes:
>
>> For me Gnus is the gold standard among mail/news clients.  It can be hard
>> work to set it up but it is worth it.  Alas, some good resources have
>> actually vanished from the web over  the years.
>
> Can Gnus be directly used with local mail in maildir format?

Yes. They say it's better these days.  Whether it's true I don't know.
I use dovecot.

For the record, this is what I use:

(setq rasmus/imap-method
        `(nnimap "mail"
                 (nnimap-stream shell)
                 (nnimap-shell-program "MAIL=maildir:$HOME/mail 
/usr/lib/dovecot/imap")))
(setq gnus-select-method '(nnml ""))  ;; good for offline
(add-to-list 'gnus-secondary-select-methods rasmus/imap-method)
(add-to-list 'gnus-secondary-select-methods
             '(nntp "gmane"
                    (nntp-address "news.gmane.org")))
(add-to-list 'gnus-secondary-select-methods
             '(nntp "gwene"
                    (nntp-address "news.gwene.org")))


In my dovecot.conf (v2+) I have the following; I don't know if it's
important.

mail_location = maildir:~/mail:LAYOUT=fs

passdb {driver = pam}
ssl = no
userdb {driver = passwd}


–Rasmus

-- 
May the Force be with you




reply via email to

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