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

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

Re: GNUS & nnmaildir


From: Ken
Subject: Re: GNUS & nnmaildir
Date: Thu, 31 Jul 2014 10:04:58 -0400
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Jul 31, 2014 at 10:51:30AM +0200, Álvar Ibeas wrote:
> 
> Hi,
> 
> For just reading mail, this minimalistic .gnus.el should do the trick:
> 

> (setq gnus-select-method '(nnnil ""))
> 
> (setq gnus-secondary-select-methods
>       '((nnmaildir "local"
>                  (directory "~/maildir"))))

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

-- 
There is an old time toast which is golden for its beauty.
"When you ascend the hill of prosperity may you not meet a friend."
                -- Mark Twain



reply via email to

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