|
| From: | Paul Jarc |
| Subject: | Re: How to use Maildir for everything? How to duplicate behaviour of mutt? |
| Date: | Wed, 29 Sep 2004 10:44:57 -0400 |
| User-agent: | Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) |
Juhapekka Tolvanen <SNAFU.juhtolv@iki.fi.FUBAR.invalid> wrote:
> Here is one unsuccesfull attempt:
>
> (setq gnus-message-archive-group '(concat
> "nnmaildir:sent-mail-"(format-time-string "%Y-%m") ) )
Try this:
(setq gnus-message-archive-group
'((concat "nnmaildir:sent-mail-" (format-time-string "%Y-%m"))))
(Note the extra parentheses around the concat call.)
paul
| [Prev in Thread] | Current Thread | [Next in Thread] |