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

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

Automatically subscribing to a folder when it is created


From: Cecil Westerhof
Subject: Automatically subscribing to a folder when it is created
Date: Tue, 04 May 2010 15:46:58 -0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

In *Group* I have:
  [ Verzonden -- 0 ]
         0: nnimap+e-mail:INBOX.Verzonden.2010-03
         0: nnimap+e-mail:INBOX.Verzonden.2010-02
         0: nnimap+e-mail:INBOX.Verzonden.2010-01

Those folders are automatically generated with the following code in my
.gnus:
    (setq gnus-message-archive-group
          '((if (message-news-p)
            (concat "INBOX.Verzonden.misc-news." (format-time-string "%Y-%m"))
          (concat "INBOX.Verzonden." (format-time-string "%Y-%m")))))

What I would like is that when I send an e-mail in April the new map is
subscribed to and placed on the right place, like:
  [ Verzonden -- 0 ]
         0: nnimap+e-mail:INBOX.Verzonden.2010-04
         0: nnimap+e-mail:INBOX.Verzonden.2010-03
         0: nnimap+e-mail:INBOX.Verzonden.2010-02
         0: nnimap+e-mail:INBOX.Verzonden.2010-01

Is this possible?

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof


reply via email to

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