info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Archive backends


From: Cheng Gao
Subject: Re: Archive backends
Date: Tue, 21 Sep 2004 08:14:23 +0000 (UTC)
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.0 (windows-nt)

>>>>> "Marcin" == Marcin 'Qrczak' Kowalczyk <qrczak@knm.org.pl> writes:

    Marcin> How to use nnml as the backend for sent mails folder? I can't use
    Marcin> nnfolder for all of them because "Buffer exceeds maximum size"
    Marcin> (Emacs doesn't seem to handle files over 130MB), and manually moving
    Marcin> sent mail to another folder from time to time is silly.

    Marcin> BTW, the interface for customizing
    Marcin> gnus-summary-archive-group is buggy.
             \  Change this to `gnus-message-archive-group.

,----[ C-h v gnus-message-archive-group RET ]
| gnus-message-archive-group's value is 
| ((if
|        (message-news-p)
|        "nnml+chenggao:sent.news" "nnml+chenggao:sent.mail"))
| 
| 
| *Name of the group in which to save the messages you've written.
| This can either be a string; a list of strings; or an alist
| of regexps/functions/forms to be evaluated to return a string (or a list
| of strings).  The functions are called with the name of the current
| group (or nil) as a parameter.
| 
| If you want to save your mail in one group and the news articles you
| write in another group, you could say something like:
| 
|  (setq gnus-message-archive-group
|       '((if (message-news-p)
|             "misc-news"
|           "misc-mail")))
| 
| Normally the group names returned by this variable should be
| unprefixed -- which implicitly means "store on the archive server".
| However, you may wish to store the message on some other server.  In
| that case, just return a fully prefixed name of the group --
| "nnml+private:mail.misc", for instance.
| 
| You can customize this variable.
| 
| Defined in `gnus'.
| 
| [back]
`----
 
HTH,

CG

-- 
??????????????????????????


reply via email to

[Prev in Thread] Current Thread [Next in Thread]