From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/18683 Path: news.gmane.org!.POSTED!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.user Subject: Re: group splitting and gnus-secondary-select-methods Date: Sat, 12 Aug 2017 20:01:01 -0700 Message-ID: <87a834goia.fsf@ericabrahamsen.net> References: <87tw1fca6a.fsf@grothesque.org> <87a836qdkb.fsf@ericabrahamsen.net> <87valut0l1.fsf@grothesque.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1502593289 18814 195.159.176.226 (13 Aug 2017 03:01:29 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 13 Aug 2017 03:01:29 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sun Aug 13 05:01:25 2017 Return-path: Envelope-to: gegu-info-gnus-english@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 1dgj9Y-0004V0-8s for gegu-info-gnus-english@m.gmane.org; Sun, 13 Aug 2017 05:01:24 +0200 Original-Received: from localhost ([::1]:48907 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dgj9c-00043B-Pq for gegu-info-gnus-english@m.gmane.org; Sat, 12 Aug 2017 23:01:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dgj9X-00042s-LU for info-gnus-english@gnu.org; Sat, 12 Aug 2017 23:01:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dgj9U-0004FZ-Jo for info-gnus-english@gnu.org; Sat, 12 Aug 2017 23:01:23 -0400 Original-Received: from [195.159.176.226] (port=52465 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dgj9U-0004FV-D9 for info-gnus-english@gnu.org; Sat, 12 Aug 2017 23:01:20 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dgj9G-0003iC-Cn for info-gnus-english@gnu.org; Sun, 13 Aug 2017 05:01:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 31 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:S+X3sGzF0RJbzzDdLw4+/bIcVRo= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.21 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: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: "info-gnus-english" Xref: news.gmane.org gmane.emacs.gnus.user:18683 Archived-At: Christoph Groth writes: > Eric, Emanuel, > > Thank you for the quick replies! Perhaps I haven't been clear: when I > said that I'm trying to setup "group mail splitting" I didn't mean > plain mail splitting (I have been using that one since the begin of > the century or so), I meant what the Gnus manual calls "group mail > splitting" (there's a section on it). Gnus has functionality to > generate fancy splitting rules automatically for groups that contain > 'to-list' or 'to-address' parameters. If you have defined these > parameters for some groups and evaluate (gnus-group-split-fancy), > you'll get a split that can be assigned to the variable > nnimap-split-fancy. Oh... that's something I haven't used before, sorry. Are you using it as directed, as an element of `nnmail-split-fancy'? Simply calling it in your gnus file isn't going to produce the correct results, the function needs to be a part of that variable's value to do the right thing. If that doesn't work, try putting (gnus-group-split-setup t) in your gnus file? That looks like it will set up the correct hooks for updating. Like I said, I haven't used this before, and the above suggestions just come from a brief perusal of gnus-mlspl.el. Apologies if you've already gone through that file and these approaches haven't worked... Eric