Gnus development mailing list
 help / color / mirror / Atom feed
From: David Wuertele <dave-gnus@bfnet.com>
Subject: growing nnmaildir and intolerable gnus slowness
Date: Mon, 30 Aug 2004 15:34:48 -0700	[thread overview]
Message-ID: <m3pt58jlvb.fsf@bfnet.com> (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)




             reply	other threads:[~2004-08-30 22:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-30 22:34 David Wuertele [this message]
2004-09-01  9:04 ` Oystein Viggen
2004-09-03  1:50   ` David Wuertele

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=m3pt58jlvb.fsf@bfnet.com \
    --to=dave-gnus@bfnet.com \
    /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).