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
_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to