From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/13755 Path: news.gmane.org!not-for-mail From: Cecil Westerhof Newsgroups: gmane.emacs.gnus.user Subject: Automatically subscribing to a folder when it is created Date: Wed, 10 Mar 2010 10:07:08 +0100 Organization: Decebal Computing Message-ID: <873a08v937.fsf@linux-lqcw.site> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1273017948 13750 80.91.229.12 (5 May 2010 00:05:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 5 May 2010 00:05:48 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Wed May 05 02:05:47 2010 connect(): No such file or directory Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O9S7V-0007lf-6o for gegu-info-gnus-english@m.gmane.org; Wed, 05 May 2010 02:05:45 +0200 Original-Received: from localhost ([127.0.0.1]:40431 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9S7U-00073g-Mc for gegu-info-gnus-english@m.gmane.org; Tue, 04 May 2010 20:05:44 -0400 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.84.MISMATCH!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Original-Newsgroups: gnu.emacs.gnus X-Homepage: http://www.decebal.nl/ User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:vcwaGwpuvyGg6yPh7oLkV8GgEsE= Original-Lines: 27 Original-NNTP-Posting-Host: 84.53.123.169 Original-X-Trace: 1268212008 news.xs4all.nl 22918 decebal/[::ffff:84.53.123.169]:21685 Original-X-Complaints-To: abuse@xs4all.nl Original-Xref: usenet.stanford.edu gnu.emacs.gnus:84115 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:13755 Archived-At: 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