Gnus development mailing list
 help / color / mirror / Atom feed
* nnmaildir oddities!
@ 2002-07-18 16:34 Josh Huber
  2002-07-18 17:08 ` Paul Jarc
  0 siblings, 1 reply; 21+ messages in thread
From: Josh Huber @ 2002-07-18 16:34 UTC (permalink / 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



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

end of thread, other threads:[~2002-07-26 22:40 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-18 16:34 nnmaildir oddities! Josh Huber
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

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).