Gnus development mailing list
 help / color / mirror / Atom feed
From: Sebastian Luque <sluque@mun.ca>
Subject: changing archiving method/group
Date: Thu, 10 Feb 2005 12:11:59 -0600	[thread overview]
Message-ID: <876510p9n4.fsf@mun.ca> (raw)

Sending messages has suddenly become slow (~10 s - 1 min), and reading the FAQ
suggests ditching nnfolder for storing sent messages. I tried to do that,
while keeping my splitting structure. This is my previous setup:

,-----[ .gnus.el (lines: 36 - 50) ]
| (setq message-directory "~/News/mail"
|       ;; how and where to store sent messages
|       gnus-message-archive-method
|       '(nnfolder "archive"
| 	     (nnfolder-inhibit-expiry t)
| 	     (nnfolder-get-new-mail nil)
| 	     (nnfolder-active-file "~/News/sent/active")
| 	     (nnfolder-directory "~/News/sent/"))
|       ;; sort sent mail and news into different groups
|       gnus-message-archive-group
|       '((if (message-news-p)
| 	    "sent-news"
| 	  (concat "sent-" (format-time-string "%m-%Y"))))
|       message-auto-save-directory "~/News/drafts")
`-----

So I tried replacing 'nnfolder' with 'nnml' above, but that was obviously
wrong, as I got an error (wrong type argument) when composing any message. I'm
confused about the relationships between gnus-message-archive-method and
gnus-message-archive-group, so don't really know what to do here (not even
sure whether this is the right solution to my problem). Any help is
appreciated.

-- 
Sebastian Luque




             reply	other threads:[~2005-02-10 18:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-10 18:11 Sebastian Luque [this message]
2005-02-10 22:14 ` Xavier Maillard
2005-02-10 23:09   ` Sebastian Luque
2005-02-12 16:08     ` Xavier Maillard

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=876510p9n4.fsf@mun.ca \
    --to=sluque@mun.ca \
    /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).