Gnus development mailing list
 help / color / mirror / Atom feed
* growing nnmaildir and intolerable gnus slowness
@ 2004-08-30 22:34 David Wuertele
  2004-09-01  9:04 ` Oystein Viggen
  0 siblings, 1 reply; 3+ messages in thread
From: David Wuertele @ 2004-08-30 22:34 UTC (permalink / raw)


As my nnmaildirs grow in size, gnus gets slower and slower.
Strangely, it isn't when I enter a nnmaildir group from the Groups
page that is slow.  It is when I *quit* the nnmaildir group to go back
to the Groups page that things take forever.

I have about 5,000 messages in one maildir and 11,000 in another.  My
filesystem is ext3 (RH9).  I've included my .gnus file below.  I'm
using Oort Gnus v0.18.  Any suggestions?

Thanks,
Dave

(setq gnus-verbose 9)
(setq gnus-directory "~/mail/Gnus/")
(setq gnus-kill-files-directory "~/mail/Gnus/")
(setq gnus-article-save-directory "~/mail/Gnus/")
(setq gnus-select-method '(nnmaildir "" (directory "~/mail/maildirs")
					(create-directory ".")
					))

(setq gnus-secondary-select-methods '((nnml "")))

(setq gnus-message-archive-method
      '(nnfolder "archive"
		 (nnfolder-inhibit-expiry t)
		 (nnfolder-active-file "~/mail/archive/active")
		 (nnfolder-directory "~/mail/archive/")))

(setq nnfolder-active-file "~/mail/archive/active")
(setq nnfolder-directory "~/mail/archive/")

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

(setq gnus-use-cache t
      gnus-cacheable-groups ".*" 
      gnus-uncacheable-groups "\\`nnmaildir[:+]")

(add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
(setq gnus-default-subscribed-newsgroups t)

(setq gnus-subscribe-newsgroup-method 'gnus-subscribe-interactively)
(setq gnus-save-newsrc-file nil)
(setq gnus-startup-file "~/mail/.newsrc") ; dribble files and .eld files go in the same directory as .newsrc

(setq message-send-mail-function 'message-send-mail-with-qmail) 
(setq message-send-mail-real-function nil)
(setq mail-user-agent 'message-user-agent)




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

end of thread, other threads:[~2004-09-03  1:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-30 22:34 growing nnmaildir and intolerable gnus slowness David Wuertele
2004-09-01  9:04 ` Oystein Viggen
2004-09-03  1:50   ` David Wuertele

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