From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67157 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Re: Add nnimap to gnus-auto-subscribed-groups Date: Wed, 16 Jul 2008 22:46:16 +0200 Message-ID: References: <284637.62771.qm@web53211.mail.re2.yahoo.com> <878wwnties.fsf@gmail.com> <87od4xhco9.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216241263 15116 80.91.229.12 (16 Jul 2008 20:47:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Jul 2008 20:47:43 +0000 (UTC) Cc: ding@gnus.org To: Daniel Clemente Original-X-From: ding-owner+M15617@lists.math.uh.edu Wed Jul 16 22:48:31 2008 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1KJDvD-000561-LT for ding-account@gmane.org; Wed, 16 Jul 2008 22:48:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1KJDtL-0003JY-2Z; Wed, 16 Jul 2008 15:46:27 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1KJDtJ-0003JI-OA for ding@lists.math.uh.edu; Wed, 16 Jul 2008 15:46:25 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1KJDtD-0006rr-O9 for ding@lists.math.uh.edu; Wed, 16 Jul 2008 15:46:25 -0500 Original-Received: from m61s02.vlinux.de ([83.151.21.164]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1KJDtY-0001uw-00 for ; Wed, 16 Jul 2008 22:46:40 +0200 Original-Received: from kafka.physik3.gwdg.de ([134.76.92.48]) by m61s02.vlinux.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1KJDtD-0004bI-Ty; Wed, 16 Jul 2008 22:46:20 +0200 Mail-Followup-To: Daniel Clemente , ding@gnus.org In-Reply-To: <87od4xhco9.fsf@gmail.com> (Daniel Clemente's message of "Wed, 16 Jul 2008 21:05:58 +0200") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (gnu/linux) X-Spam-Score: -2.4 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67157 Archived-At: [From gnus.bug - Adding nnimap to gnus-auto-subscribed-groups] Daniel Clemente writes: > (defcustom gnus-auto-subscribed-groups >- "^nnml\\|^nnfolder\\|^nnmbox\\|^nnmh\\|^nnbabyl\\|^nnmaildir" >+ "^nnml\\|^nnfolder\\|^nnmbox\\|^nnmh\\|^nnbabyl\\|^nnmaildir\\|^nnimap" > "*All new groups that match this regexp will be subscribed automatically. > Note that this variable only deals with new groups. It has no effect > whatsoever on old groups. > Hi, was this fixed? Does that really work for you? AFAIK, IMAP has no way of determining which groups are actually new. If I create a new IMAP folder outside Gnus and add nnimap to gnus-auto-subscribed-groups, nothing happens. But I guess that may depend on the IMAP server (I use dovecot). Maybe it works with other servers, but then I'd wonder what happens when you kill a group and restart Gnus. -David