From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/14210 Path: news.gmane.org!not-for-mail From: stormwatch Newsgroups: gmane.emacs.gnus.user Subject: Re: nnmail split multi-byte bug or feature? Date: Sat, 31 Jul 2010 17:06:32 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <3b440960-4153-4dff-8971-db813ea29aa3@f6g2000yqa.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1291957108 13421 80.91.229.12 (10 Dec 2010 04:58:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Dec 2010 04:58:28 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Fri Dec 10 05:58:23 2010 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 1PQv3l-000735-RD for gegu-info-gnus-english@m.gmane.org; Fri, 10 Dec 2010 05:58:22 +0100 Original-Received: from localhost ([127.0.0.1]:60901 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQuuS-0007j6-Qi for gegu-info-gnus-english@m.gmane.org; Thu, 09 Dec 2010 23:48:45 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!c10g2000yqi.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 34 Original-NNTP-Posting-Host: 190.55.117.129 Original-X-Trace: posting.google.com 1280621193 10342 127.0.0.1 (1 Aug 2010 00:06:33 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 1 Aug 2010 00:06:33 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: c10g2000yqi.googlegroups.com; posting-host=190.55.117.129; posting-account=XQ_0PQoAAADv7h2rd9Pf3O6WlHxmzsCb User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.4) Gecko/20100622 Fedora/1.9.2.4-1.fc14 Conkeror/0.9.2,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.gnus:84586 X-Mailman-Approved-At: Thu, 09 Dec 2010 20:27:50 -0500 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:14210 Archived-At: On 29 jul, 23:09, Katsumi Yamaoka wrote: > Newsgroups: gnu.emacs.gnus > Cc: info-gnus-engl...@gnu.org > > Katsumi Yamaoka wrote: > How do you find possibly unknown mail groups that > nnmail-split creates? (Text that X-Course-Name header contains is > unknown, isn't it?) That's a very good question. I think gnus-auto-subscribed-groups whose default value is "^nnml\\|^nnfolder\\|^nnmbox\\|^nnmh\\|^nnbabyl\\|^nnmaildir" should be enough. BTW, I'd like to change gnus-subscribe-options-newsgroup-method to 'gnus-subscribe-topics. Some time ago I tried to add a topic parameter in my .gnus with no success, forcing me to edit the topic parameters interactively each time I reinstalled or moved my os. Is it possible to add something like '(("utn" (subscribe . "\\.utn"))) to gnus- parameters? ("utn" being the topic name). > Stormwatch, maybe you have entries of which the group names are > corrupted in the ~/Mail/active file, and may want to fix them > manually. =A0To do that, one of ways will be to do find-file it as > > C-x RET c utf-8-unix RET C-x C-f ~/Mail/active > > , edit it, and save it. YES! That fixed the issue. I had to modify .newsrc.eld too. Thanks for your help.