all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* read emails from a Maildir in gnus
@ 2014-01-15 10:35 xeon Mailinglist
  2014-01-16 16:48 ` Michael Heerdegen
  2014-01-16 18:10 ` Jeffrey DeLeo
  0 siblings, 2 replies; 4+ messages in thread
From: xeon Mailinglist @ 2014-01-15 10:35 UTC (permalink / raw
  To: help-gnu-emacs

I have my email in a Maildir in the dir ~/Mail/xeonmailinglist

.
├── cur
├── hadoop
│   ├── cur
│   ├── new
│   └── tmp
├── new
└── tmp


I set the .gnus to read the email from that dir, but the email don't appear in the gnu? Why this happens?


.gnus
(setq
; gnus-select-method '(nnmaildir "mymailbox" (directory "~/Mail/xeonmailinglist"))
 mail-sources '((maildir :path "/home/xeon/Mail/xeonmailinglist/" :subdirs ("cur" "new")))
 mail-source-delete-incoming t
 )
(setq gnus-secondary-select-methods nil)
;(setq gnus-message-archive-group "nnmaildir+mymailbox:outbox")


Thanks,


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-01-16 21:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-15 10:35 read emails from a Maildir in gnus xeon Mailinglist
2014-01-16 16:48 ` Michael Heerdegen
2014-01-16 18:10 ` Jeffrey DeLeo
2014-01-16 21:24   ` Jeffrey DeLeo

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.