From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/10039 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.user Subject: Re: re-apply nnmail-split-fancy to gnus group ? Date: Thu, 13 Dec 2007 13:07:55 +0100 Message-ID: <87d4taztk4.fsf@member.fsf.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1197547723 14523 80.91.229.12 (13 Dec 2007 12:08:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Dec 2007 12:08:43 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu Dec 13 13:08:54 2007 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.50) id 1J2ms2-0006jC-C9 for gegu-info-gnus-english@m.gmane.org; Thu, 13 Dec 2007 13:08:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J2mrk-0001wn-09 for gegu-info-gnus-english@m.gmane.org; Thu, 13 Dec 2007 07:08:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J2mrh-0001wi-G0 for info-gnus-english@gnu.org; Thu, 13 Dec 2007 07:08:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J2mrg-0001wO-19 for info-gnus-english@gnu.org; Thu, 13 Dec 2007 07:08:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J2mrf-0001wL-SS for info-gnus-english@gnu.org; Thu, 13 Dec 2007 07:08:31 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1J2mrf-0007gu-NF for info-gnus-english@gnu.org; Thu, 13 Dec 2007 07:08:31 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1J2mrJ-0003xC-O7 for info-gnus-english@gnu.org; Thu, 13 Dec 2007 12:08:09 +0000 Original-Received: from dslb-084-063-058-065.pools.arcor-ip.net ([84.63.58.65]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 13 Dec 2007 12:08:09 +0000 Original-Received: from tassilo by dslb-084-063-058-065.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 13 Dec 2007 12:08:09 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 36 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dslb-084-063-058-065.pools.arcor-ip.net User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) Cancel-Lock: sha1:qW5RoO/YWZ59avtLjTL1hPxu5FM= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:10039 Archived-At: William Xu writes: Hi William, > Is there a way to re-apply nnmail-split-fancy to a group after .gnus > settings are updated? Sure. Enter the group, mark all articles with the process mark (`M P a') and respool them (`B r'). ,---- | B r runs the command gnus-summary-respool-article | which is an interactive compiled Lisp function in `gnus-sum.el'. | It is bound to B r,
. | (gnus-summary-respool-article &optional N METHOD) | | Respool the current article. | The article will be squeezed through the mail spooling process again, | which means that it will be put in some mail newsgroup or other | depending on `nnmail-split-methods'. | If N is a positive number, respool the N next articles. | If N is a negative number, respool the N previous articles. | If N is nil and any articles have been marked with the process mark, | respool those articles instead. | | Respooling can be done both from mail groups and "real" newsgroups. | In the former case, the articles in question will be moved from the | current group into whatever groups they are destined to. In the | latter case, they will be copied into the relevant groups. `---- Bye, Tassilo -- Not everyone that Chuck Norris is mad at gets killed. Some get away. They are called astronauts.