all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Why Gnus is creating .nnmaildir directory in my maildir?
@ 2021-04-13 15:26 Utkarsh Singh
  2021-04-13 15:56 ` Eric Abrahamsen
  2021-04-13 21:01 ` Jean Louis
  0 siblings, 2 replies; 12+ messages in thread
From: Utkarsh Singh @ 2021-04-13 15:26 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

I am trying to configure Gnus on my GNU/Linux system.  I will first
try to give background for my problem.

1. I am using mbsync/isync to fetch mail.
2. msmtp as `sendmail-program'.
3. '~/.local/share/mail/email-id' as maildir.
4. notmuch as mail indexer.

Overview of my maildir:
~/.local/share/mail/utkarsh190601@gmail.com $ ls
INBOX  [Gmail].Drafts     [Gmail].Sent       [Gmail].Spam     [Gmail].Trash
Sent   [Gmail].Important  [Gmail].Sent Mail  [Gmail].Starred

*Problem: Gnus is creating .nnmaildir directory in my maildir.*

Due to this whenever I try to run 'notmuch new' (command to update
indexer database) it gives several lines long warning:
ignoring non-mail file .nnmaildir/cur/..'

I think there is something wrong with my setup because no other email
client creates extra file when reading maildir (neomutt, notmuch-mua).

Snippets from my config:
;; gnus leave my ~
(setq gnus-home-directory (concat user-emacs-directory "gnus/"))
(setq gnus-directory (concat user-emacs-directory "/gnus/news/"))
(setq gnus-dribble-directory gnus-home-directory)

(setq gnus-select-method '(nnnil ""))
(setq gnus-secondary-select-methods
      '((nntp "news.gwene.org")
        (nnmaildir "utkarsh190601@gmail.com"
                    (directory "~/.local/share/mail/utkarsh190601@gmail.com"))))

--
Utkarsh Singh
http://utkarshsingh.xyz



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

end of thread, other threads:[~2021-04-15 19:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-13 15:26 Why Gnus is creating .nnmaildir directory in my maildir? Utkarsh Singh
2021-04-13 15:56 ` Eric Abrahamsen
2021-04-13 17:54   ` Utkarsh Singh
2021-04-14  4:34     ` maildir package - " Jean Louis
2021-04-14  4:49     ` Recommended maildir sorting " Jean Louis
2021-04-13 21:03   ` Jean Louis
2021-04-13 22:04     ` Eric Abrahamsen
2021-04-14  4:11       ` Jean Louis
2021-04-15 19:37         ` Eric Abrahamsen
2021-04-13 21:01 ` Jean Louis
2021-04-14  4:50   ` Utkarsh Singh
2021-04-14  5:07     ` Jean Louis

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.