From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68321 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.gnus.general Subject: Re: Add nnimap to gnus-auto-subscribed-groups Date: Fri, 20 Feb 2009 13:05:22 +0100 Message-ID: <87prhd9uv1.fsf@marauder.physik.uni-ulm.de> References: <284637.62771.qm@web53211.mail.re2.yahoo.com> <878wwnties.fsf@gmail.com> Reply-To: Reiner Steib NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1235152275 4703 80.91.229.12 (20 Feb 2009 17:51:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Feb 2009 17:51:15 +0000 (UTC) Cc: bugs@gnus.org To: ding@gnus.org, Daniel Clemente Original-X-From: ding-owner+M16760@lists.math.uh.edu Fri Feb 20 18:52:28 2009 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 1LaZY3-00079a-KK for ding-account@gmane.org; Fri, 20 Feb 2009 18:52:28 +0100 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 1LaZWM-0004SV-5d; Fri, 20 Feb 2009 11:50:42 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1LaZWK-0004S8-Jf for ding@lists.math.uh.edu; Fri, 20 Feb 2009 11:50:40 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1LaZWH-0006KH-MS for ding@lists.math.uh.edu; Fri, 20 Feb 2009 11:50:40 -0600 Original-Received: from mail.uni-ulm.de ([134.60.1.11]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1LaZWb-0007vC-00; Fri, 20 Feb 2009 18:50:57 +0100 Original-Received: from bridgekeeper.physik.uni-ulm.de (bridgekeeper.physik.uni-ulm.de [134.60.10.175]) by mail.uni-ulm.de (8.14.2/8.14.2) with ESMTP id n1KHoYs6022263; Fri, 20 Feb 2009 18:50:34 +0100 (MET) Original-Received: from localhost (localhost [127.0.0.1]) by bridgekeeper.physik.uni-ulm.de (Postfix) with ESMTP id B7A3B1CA45; Fri, 20 Feb 2009 18:50:34 +0100 (CET) X-Face: mtjf/D:es1T0wHO:&CJ'ZXe"l;3C--rw\z!{`eFwL){|]RpI+4{u25L=5C /0>KuGeTsk<~<&NE-AKV1560e!+RJeyWmSskkrJm?[vUV#66{T_m|Ae<||Ku#Mk5`y&O`n~z2;n8eP J5#2h@2eQgV@E70IY_0WlEx!"&giy{+\%h1LJox$zv@/l%ZmU4^tZA>xQpnkUBVC5.jpg#0'(+2?Rs )NAr:>3<=WxHE$ktbLysDIM5TbmHu*3 In-Reply-To: <878wwnties.fsf@gmail.com> (Daniel Clemente's message of "Mon, 30 Jun 2008 10:51:23 +0200") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.1 (gnu/linux) X-DCC-HP_X86_64_4CPU-Metrics: poseidon 1245; Body=3 Fuz1=3 Fuz2=3 X-Virus-Scanned: by amavisd-new X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68321 Archived-At: On Sat, May 17 2008, Daniel Clemente wrote: > the manual says about gnus-auto-subscribed-groups : > >> By default this variable makes all new groups that > come from mail back ends (nnml, nnbabyl, nnfolder, > nnmbox, nnmh, and nnmaildir) subscribed. > > I think that nnimap should be added there (at the > manual and at the variable in latest gnus). On Mon, Jun 30 2008, Daniel Clemente wrote: > Could this be done? We have to change the variable and the documentation. Maybe other mail methods should also be included there, not only imap. > > I attach a patch to add nnimap there. Does anyone see a problem with this change? > diff -u -r7.66 gnus-start.el > --- lisp/gnus-start.el 19 May 2008 08:47:42 -0000 7.66 > +++ lisp/gnus-start.el 30 Jun 2008 08:48:49 -0000 > @@ -342,7 +342,7 @@ > :type 'boolean) > > (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. > cvs server: Diffing pgg > cvs server: Diffing smilies > cvs server: Diffing texi > Index: texi/gnus.texi > =================================================================== > RCS file: /usr/local/cvsroot/gnus/texi/gnus.texi,v > retrieving revision 7.296 > diff -u -r7.296 gnus.texi > --- texi/gnus.texi 17 Jun 2008 21:37:01 -0000 7.296 > +++ texi/gnus.texi 30 Jun 2008 08:48:59 -0000 > @@ -1348,9 +1348,9 @@ > more meant for setting some ground rules, while the other variable is > used more for user fiddling. By default this variable makes all new > groups that come from mail back ends (@code{nnml}, @code{nnbabyl}, > -@code{nnfolder}, @code{nnmbox}, @code{nnmh}, and @code{nnmaildir}) > -subscribed. If you don't like that, just set this variable to > -@code{nil}. > +@code{nnfolder}, @code{nnmbox}, @code{nnmh}, @code{nnmaildir}, and > +@code{nnimap}) subscribed. If you don't like that, just set this > +variable to @code{nil}. > > New groups that match this regexp are subscribed using > @code{gnus-subscribe-options-newsgroup-method}. Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/