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

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

Re: GNUS & nnmaildir


From: Álvar Ibeas
Subject: Re: GNUS & nnmaildir
Date: Thu, 31 Jul 2014 16:32:40 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Ken <kensubuntu@gmail.com> writes:

> This is my .gnus configuration. It works for news, but not for mail.
>
> (setq gnus-select-method '(nntp "news.gmane.org"))
>
> (setq smtp-mail-server "kensubuntu@gmail.com")
> (setq user-mail-address "kensubuntu@gmail.com")
> (setq message-send-mail-real-function 'smtpmail-send-it)
>
> (setq
>  gnus-secondary-select-methods '(nnmaildir "mymailbox"  (directory 
> "/Maildir/"))
>  mail-sources '((maildir :path "~/Maildir/" :subdirs ("cur" "new")))
>  mail-source-delete-incoming t
> )
>
> (setq gnus-message-archive-group "nnmaildir+mymailbox:outbox")
>
> thanks everyone for the assistance.
> Ken

The list starting by 'nnmaildir' needs to be enclosed in another one:

'((nnmaildir "mymailbox"  (directory "/Maildir/")))

Is your folder "/Maildir" or "~/Maildir"?

Also, I don't think the 'mail-sources' lines are needed for your
purpose: they move the mail in your Maildir folder into the GNUS archive
(I'm guessing, since I'm a Gnus beginner).



reply via email to

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