info-gnus-english
[Top][All Lists]
Advanced

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

Re: new gnus setup with Dovecot


From: Rasmus
Subject: Re: new gnus setup with Dovecot
Date: Mon, 14 Dec 2015 21:55:47 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Benjamin Slade <slade@jnanam.net> writes:

> I am currently using mu4e for email, but I would like to try out Gnus
> (while keeping my working mu4e setup in order to be able to actually do
> email while trying out/setting up Gnus). mu4e uses offlineimap as a
> backend with Maildir structure. So I was hoping to be able to maintain my
> Maildir setup while trying out Gnus.
>
> I setup dovecot by simply putting
>
> mail_location = maildir:~/home/MYUSERNAME/Maildir:LAYOUT=fs
>
> in /etc/dovecot/dovecot.conf and starting the dovecot server.
>
> In .gnus.el I put:
>
> (setq gnus-secondary-select-methods '((nnimap "localhost" (nnimap-stream
> network))))

I think, I only use the following:

    (add-to-list 'gnus-secondary-select-methods
                   '(nnimap "mail"
                            (nnimap-stream shell)
                            (nnimap-shell-program
                             "MAIL=maildir:$HOME/mail /usr/lib/dovecot/imap")))

Gnus should also be able to handle maildirs.

Rasmus

-- 
History is what should never happen again




reply via email to

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