Gnus development mailing list
 help / color / mirror / Atom feed
* changing archiving method/group
@ 2005-02-10 18:11 Sebastian Luque
  2005-02-10 22:14 ` Xavier Maillard
  0 siblings, 1 reply; 4+ messages in thread
From: Sebastian Luque @ 2005-02-10 18:11 UTC (permalink / 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




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

end of thread, other threads:[~2005-02-12 16:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-10 18:11 changing archiving method/group Sebastian Luque
2005-02-10 22:14 ` Xavier Maillard
2005-02-10 23:09   ` Sebastian Luque
2005-02-12 16:08     ` Xavier Maillard

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