From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: =?utf-8?Q?G=C3=B6ktu=C4=9F_Kayaalp?= Newsgroups: gmane.emacs.help Subject: Re: Fancy splitting in Gnus Date: Wed, 13 Sep 2017 13:38:43 +0300 Message-ID: References: <87377trm3t.fsf@vicarie> <87a820tx9x.fsf@mithlond.arda> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1505299309 28351 195.159.176.226 (13 Sep 2017 10:41:49 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 13 Sep 2017 10:41:49 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) Cc: Narendra Joshi , help-gnu-emacs@gnu.org To: Teemu Likonen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 13 12:41:41 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ds56z-0007AD-Jw for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Sep 2017 12:41:41 +0200 Original-Received: from localhost ([::1]:41466 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ds56x-00008n-8Z for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Sep 2017 06:41:39 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56807) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ds54G-0006bh-Pw for help-gnu-emacs@gnu.org; Wed, 13 Sep 2017 06:38:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ds54B-00022V-Pi for help-gnu-emacs@gnu.org; Wed, 13 Sep 2017 06:38:52 -0400 Original-Received: from relay2-d.mail.gandi.net ([2001:4b98:c:538::194]:58382) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ds54B-00020r-JA for help-gnu-emacs@gnu.org; Wed, 13 Sep 2017 06:38:47 -0400 X-Originating-IP: 176.217.145.84 Original-Received: from alpha.alpha (unknown [176.217.145.84]) (Authenticated sender: self@gkayaalp.com) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id C17F1C5A6F; Wed, 13 Sep 2017 12:38:43 +0200 (CEST) In-Reply-To: <87a820tx9x.fsf@mithlond.arda> (Teemu Likonen's message of "Tue, 12 Sep 2017 06:23:54 +0300") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4b98:c:538::194 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:114251 Archived-At: On 2017-09-12 06:23 +03, Teemu Likonen wrote: > Narendra Joshi [2017-09-12 02:25:50+05:30] wrote: > >> (setq gnus-select-method [...] > >> I have observed that every time I add a new entry to >> `nnmail-split-fancy', it takes time for Gnus to recognize that it has to >> split those emails that match the new entry. > > If you assign a new value to nnmail-split-fancy variable in a running > Emacs session you need to re-evaluate the (setq gnus-select-method ...) > form. IIRC re-evaluating the method is not necessary. Nevertheless the OP can check how Gnus will split new mail with =E2=80=98B q=E2=80=99 in the summar= y. It'll tell where the article will go, but not actually move it (use =E2=80=98B r= =E2=80=99 for that.