Gnus development mailing list
 help / color / mirror / Atom feed
From: Josh Huber <huber@alum.wpi.edu>
Subject: nnmaildir oddities!
Date: Thu, 18 Jul 2002 12:34:06 -0400	[thread overview]
Message-ID: <877kjtm1vl.fsf@mail.paradoxical.net> (raw)

I'm setting up a new Gnus running on a new server, and have decided to
use the nnmaildir backend (at least for now).

The behavior I'm seeing is this:
1. B q shows that a message will be stored in a particular group, but
when respooling said message, it goes to the "sent-mail" folder!  This
seems very odd to me.

2. Messages saved to the sent-mail folder (which are actually sent
mail) are not marked as read, even though I have gnus-gcc-mark-as-read
set.

Any ideas?

Here is the (I think) relevant parts from my .gnus.el:

(setq gnus-select-method
      '(nnmaildir ""
		  (directory "~/mail-groups")
		  (create-directory "../maildirs")
		  (get-new-mail t)))

(setq mail-sources
      '((maildir :path "~/Maildir")))

(setq gnus-message-archive-group
      '((if (message-news-p)
	        "sent-news"
	    "sent-mail")))

(setq gnus-gcc-mark-as-read t)

;; use the cache for saving messages...
(setq gnus-use-cache t)

(add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
(setq gnus-subscribe-options-newsgroup-method 'gnus-subscribe-topics)
(setq gnus-subscribe-newsgroup-method 'gnus-subscribe-topics)

(setq gnus-goto-next-group-when-activating nil)

(setq gnus-posting-styles
      '((".*"
	 ;; default
	 (address "huber@alum.wpi.edu")
	 (name "Josh Huber")
	 (signature-file "~/.signature"))))

;;*======================
;;* split methods.

;; first, turn on message id caching
(setq nnmail-treat-duplicates 'delete)

;; next, cache messages that are moved from folder to folder
;(setq nnmail-cache-accepted-message-ids t)

;; ignore messages ids saved to my outgoing folders
;(setq nnmail-cache-ignore-groups "\\`\\(sent-mail\\|sent-news\\|drafts\\)$")

;; increase the message id cache size
;(setq nnmail-message-id-cache-length 2500)

;; don't even fancy-split-with-parent into these groups
(setq nnmail-split-fancy-with-parent-ignore-groups
      '("\\`sent-mail$"
	"\\`sent-news$"
	"\\`drafts$"))

(setq nnmail-split-methods 'nnmail-split-fancy)
(setq nnmail-split-fancy
      '(|
	;; debian lists
	("Resent-Sender"
	  "debian-\\(\\w+\\)\\(-request\\)?@lists\\.debian\\.org"
	   "mail.lists.debian.\\1")
	(from
	  "debian-security-announce@lists\\.debian\\.org"
	   "mail.lists.debian.security")
	(to
	  "debian-devel-announce@lists\\.debian\\.org"
	   "mail.inbox.debian")

	;; nihongo
	("Delivered-To" "mailing list nihongo" "mail.lists.nihongo")

	;; vr6 mailing list
	("Delivered-To" "mailing list vr6@yahoogroups.com"
	  "mail.lists.vr6")

	;; TMDA users list
	("List-Id" "tmda-users"
	  "mail.lists.tmda")

	;; mclx alums
	("Sender" "mclx_alums-admin@spineless\\.org"
	  "mail.lists.mclx_alums")

	;; mitoc
	(to "\\(mitoc\\(-winter\\)?\\|climbers\\)@MIT.EDU"
	        "mail.lists.mitoc")

	;; personal debian mail
	(any "huber@debian\\.org" "mail.inbox.debian")

	"mail.inbox.main"))


Thanks for taking a look...

-- 
Josh Huber



             reply	other threads:[~2002-07-18 16:34 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-18 16:34 Josh Huber [this message]
2002-07-18 17:08 ` Paul Jarc
2002-07-18 17:57   ` Josh Huber
2002-07-18 18:21     ` Paul Jarc
2002-07-18 18:41       ` Josh Huber
2002-07-18 19:17         ` Paul Jarc
2002-07-18 20:16           ` Josh Huber
2002-07-18 20:26             ` Paul Jarc
2002-07-18 20:42               ` Josh Huber
2002-07-18 20:59                 ` Paul Jarc
2002-07-18 21:27                   ` Josh Huber
2002-07-18 21:32                     ` Paul Jarc
2002-07-19  7:23                     ` Kai Großjohann
2002-07-19 19:34                       ` Josh Huber
2002-07-26 19:32                         ` Simon Josefsson
2002-07-26 20:06                           ` Josh Huber
2002-07-26 20:33                             ` Simon Josefsson
2002-07-26 20:44                               ` Paul Jarc
2002-07-26 21:01                                 ` Josh Huber
2002-07-26 22:40                                   ` Simon Josefsson
2002-07-26 21:03                                 ` Simon Josefsson

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=877kjtm1vl.fsf@mail.paradoxical.net \
    --to=huber@alum.wpi.edu \
    /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).