Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Automatically subscribing to a folder when it is created
@ 2010-03-10  9:07 Cecil Westerhof
  0 siblings, 0 replies; only message in thread
From: Cecil Westerhof @ 2010-03-10  9:07 UTC (permalink / raw)
  To: info-gnus-english

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-10  9:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-10  9:07 Automatically subscribing to a folder when it is created Cecil Westerhof

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).