From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/14044 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.user Subject: Re: nnmail split multi-byte bug or feature? Date: Mon, 02 Aug 2010 09:36:43 +0900 Organization: Emacsen advocacy group 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=us-ascii X-Trace: dough.gmane.org 1280709434 19930 80.91.229.12 (2 Aug 2010 00:37:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 2 Aug 2010 00:37:14 +0000 (UTC) Cc: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Aug 02 02:37:13 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 1Ofj1h-0002Rm-OI for gegu-info-gnus-english@m.gmane.org; Mon, 02 Aug 2010 02:37:10 +0200 Original-Received: from localhost ([127.0.0.1]:49443 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ofj1g-0001A3-V7 for gegu-info-gnus-english@m.gmane.org; Sun, 01 Aug 2010 20:37:09 -0400 Original-Received: from [140.186.70.92] (port=58741 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ofj1c-00019t-IJ for info-gnus-english@gnu.org; Sun, 01 Aug 2010 20:37:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ofj1b-0001P5-Dl for info-gnus-english@gnu.org; Sun, 01 Aug 2010 20:37:04 -0400 Original-Received: from orlando.hostforweb.net ([216.246.45.90]:42473) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ofj1b-0001Om-9F for info-gnus-english@gnu.org; Sun, 01 Aug 2010 20:37:03 -0400 Original-Received: from localhost ([127.0.0.1]:50982) by orlando.hostforweb.net with esmtpa (Exim 4.69) (envelope-from ) id 1Ofj1U-0005rF-J0 for info-gnus-english@gnu.org; Sun, 01 Aug 2010 19:36:56 -0500 Original-Newsgroups: gnu.emacs.gnus X-Hashcash: 1:20:100802:info-gnus-english@gnu.org::1TNiG1b+Aza0QcQ5:0000000000000000000000000000000000002QB0 X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( Cancel-Lock: sha1:jWb8x7OI/EwKo8MZOPUucjIxqJc= Posted-To: gnu.emacs.gnus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:14044 Archived-At: Newsgroups: gnu.emacs.gnus Cc: info-gnus-english@gnu.org stormwatch wrote: >> 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. I see. I didn't recall it since the group level of the newly created groups is 3 by default (I use the level 1 for the mail groups and usually do `1 g' for checking new mails, but `3 g' or `g' takes a long time because there are many foreign groups). > 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). I'll try it. >> Stormwatch, maybe you have entries of which the group names are >> corrupted in the ~/Mail/active file, and may want to fix them >> manually. To 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. I've made further change. Maybe it doesn't affect you and Emacs users, though. The last change I made caused XEmacs to encode non-ASCII nnml group names doubly in the ~/Mail/active file. So, XEmacs users who keep track of the latest, Gnus please take a look at the thread in the ding list: http://news.gmane.org/group/gmane.emacs.gnus.general/thread=69853 I'm sorry to XEmacs users for inconvenience.