unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Ken <kensubuntu@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: GNUS & nnmaildir
Date: Thu, 31 Jul 2014 10:04:58 -0400	[thread overview]
Message-ID: <20140731140458.GA18568@ken-HP-Mini-110-1000> (raw)
In-Reply-To: <87y4v9ewrx.fsf@minaya.santiago.es>

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	other threads:[~2014-07-31 14:04 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-31  8:51 GNUS & nnmaildir Álvar Ibeas
2014-07-31 14:04 ` Ken [this message]
2014-07-31 14:32   ` Álvar Ibeas
2014-07-31 17:28     ` Ken
  -- strict thread matches above, loose matches on Subject: below --
2014-08-01 14:41 GNUS && nnmaildir Ken
2014-07-31 18:54 gnus & nnmaildir Ken
2014-07-31 19:18 ` Glyn Millington
2014-07-31 19:52 ` Álvar Ibeas
2014-07-31 20:59   ` Ken
2014-08-01  9:36     ` Álvar Ibeas
2014-08-20 22:04 ` lee
     [not found] ` <mailman.7294.1408572317.1147.help-gnu-emacs@gnu.org>
2014-08-20 22:41   ` Emanuel Berg
     [not found]   ` <87k362dbrw.fsf@debian.uxu>
2014-08-23 12:23     ` lee
     [not found]     ` <mailman.7426.1408798394.1147.help-gnu-emacs@gnu.org>
2014-08-23 20:59       ` Emanuel Berg
2014-08-23 22:10         ` Emanuel Berg
2014-08-24 17:02           ` Joe Fineman
     [not found] <mailman.6312.1406761846.1147.help-gnu-emacs@gnu.org>
2014-07-30 23:34 ` GNUS " Emanuel Berg
2014-07-30 19:50 Ken
2014-07-31  8:40 ` Glyn Millington
2014-07-31 13:20   ` Ken
2014-07-31  9:17 ` Gour
2014-07-31 13:12   ` Ken

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140731140458.GA18568@ken-HP-Mini-110-1000 \
    --to=kensubuntu@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).