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

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

archiving mail with nnmail-expiry-target


From: address@hidden
Subject: archiving mail with nnmail-expiry-target
Date: 7 Jun 2006 15:43:42 -0700
User-agent: G2/0.2

In my .gnus I have the following

(setq nnmail-expiry-wait 'immediate)
(setq nnmail-expiry-target
        '(lambda (group)
         (concat "nnfolder:"
                 (format-time-string "%b-%Y." (current-time))
                 group)))


Is there any way to prevent gnus from opening the group to be archive
to in a buffer ?
I.E. when I go to exit emacs, I get prompted to save the Jun-2006.Inbox
buffer



reply via email to

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