Gnus development mailing list
 help / color / mirror / Atom feed
* Gnus does not see new mail in Maildirs
@ 2013-11-29 10:31 Alexis Praga
  2013-12-05  8:50 ` Daniel Borchmann
  0 siblings, 1 reply; 2+ messages in thread
From: Alexis Praga @ 2013-11-29 10:31 UTC (permalink / raw)
  To: ding

Hi,

When fetching new mails with 'g', Gnus does not see the new mail in my 
inbox and I have to restart it in order to show them.
New mail arrive in ~/Mail/inbox/new and Gnus move it automatically to 
~/Mail/inbox/cur.
Also, the 'inbox' group disappears when fetch new mail !
Here's my config :

(setq
         gnus-select-method '(nnmaildir "" (directory "~/Mail/"))
         mail-sources '((maildir :path "~/Mail/inbox/" :subdirs ("cur" 
"new")))
)

(setq gnus-secondary-select-methods nil)
(setq gnus-message-archive-group "nnmaildir+inbox:Sent/cur")
(setq gnus-thread-sort-functions
       '((not gnus-thread-sort-by-date)))



Cheers,

-- 
Alexis Praga
GPG key : 66F9 4BD4 70EC E5D5 2AA4  9097 0673 7CE2 4671 306F



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

* Re: Gnus does not see new mail in Maildirs
  2013-11-29 10:31 Gnus does not see new mail in Maildirs Alexis Praga
@ 2013-12-05  8:50 ` Daniel Borchmann
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Borchmann @ 2013-12-05  8:50 UTC (permalink / raw)
  To: ding


Hi Alexis,

Alexis Praga <alexispraga@mailoo.org> writes:
> When fetching new mails with 'g', Gnus does not see the new mail in my
> inbox and I have to restart it in order to show them.
> New mail arrive in ~/Mail/inbox/new and Gnus move it automatically to
> ~/Mail/inbox/cur.  Also, the 'inbox' group disappears when fetch new
> mail !
> Here's my config :
>
> (setq
>         gnus-select-method '(nnmaildir "" (directory "~/Mail/"))
>         mail-sources '((maildir :path "~/Mail/inbox/" :subdirs ("cur" "new")))
> )
This setup seems inconsistent to me: when using Maildir, you are
supposing that the emails are already there were they should be, and
settin up mail-sources means that you want to tell Gnus where to get the
emails from.

I am using a different setup to make Gnus use Maildir (+OfflineIMAP):

(setq gnus-select-method '(nnnil "")
      gnus-secondary-select-methods '((nntp "dfn" (nntp-address "news.cis.dfn.de"))
                                      (nntp "gmane" (nntp-address "news.gmane.org"))
                                      (nnmaildir "uni" (directory "~/Mail"))))

I don't use mail-sources in any way.

Hope that helps,

  Daniel




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

end of thread, other threads:[~2013-12-05  8:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-29 10:31 Gnus does not see new mail in Maildirs Alexis Praga
2013-12-05  8:50 ` Daniel Borchmann

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 NNTP newsgroup(s).