Gnus development mailing list
 help / color / mirror / Atom feed
From: Daniel Borchmann <daniel.borchmann@mailbox.tu-dresden.de>
To: ding@gnus.org
Subject: Re: Gnus does not see new mail in Maildirs
Date: Thu, 05 Dec 2013 09:50:13 +0100	[thread overview]
Message-ID: <87bo0vadh6.fsf@mailbox.tu-dresden.de> (raw)
In-Reply-To: <563142747263370990cc8d870ef1105d@mailoo.org>


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




      reply	other threads:[~2013-12-05  8:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-29 10:31 Alexis Praga
2013-12-05  8:50 ` Daniel Borchmann [this message]

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

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

  git send-email \
    --in-reply-to=87bo0vadh6.fsf@mailbox.tu-dresden.de \
    --to=daniel.borchmann@mailbox.tu-dresden.de \
    --cc=ding@gnus.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 NNTP newsgroup(s).