From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85443 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: fancy splitting interactively Date: Wed, 07 Jan 2015 18:12:45 +0800 Message-ID: <87iogiucf6.fsf@ericabrahamsen.net> References: <87fvbs6u4k.fsf@mat.ucm.es> <87lhlk168j.fsf@ucl.ac.uk> <871tncvulj.fsf@ericabrahamsen.net> <877fx37ob9.fsf@mat.ucm.es> <87k313utl5.fsf@ericabrahamsen.net> <874ms54ddy.fsf@ucl.ac.uk> <87mw5x70uw.fsf@ericabrahamsen.net> <87mw5x2qjb.fsf@ucl.ac.uk> <878uhhvxpd.fsf@topper.koldfront.dk> <87y4pfm7p6.fsf@free.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1420625881 3256 80.91.229.3 (7 Jan 2015 10:18:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 7 Jan 2015 10:18:01 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33685@lists.math.uh.edu Wed Jan 07 11:17:54 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Y8nbX-000778-Lh for ding-account@gmane.org; Wed, 07 Jan 2015 11:12:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Y8nai-0001BJ-M9; Wed, 07 Jan 2015 04:11:52 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1Y8naf-0001B7-U6 for ding@lists.math.uh.edu; Wed, 07 Jan 2015 04:11:49 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.84) (envelope-from ) id 1Y8nae-0003Ty-JI for ding@lists.math.uh.edu; Wed, 07 Jan 2015 04:11:49 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1Y8naP-0008FO-AI for ding@gnus.org; Wed, 07 Jan 2015 11:11:37 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y8nXL-0002H9-85 for ding@gnus.org; Wed, 07 Jan 2015 11:08:23 +0100 Original-Received: from 125.33.20.26 ([125.33.20.26]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Jan 2015 11:08:23 +0100 Original-Received: from eric by 125.33.20.26 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Jan 2015 11:08:23 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 125.33.20.26 User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:HV5EGMnJFx9AD7Rz8AEpXz2JDok= X-Spam-Score: -0.6 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85443 Archived-At: Julien Cubizolles writes: > asjo@koldfront.dk (Adam Sjøgren) writes: > > >> Seriously, though, what would make Gnus "catch-up"? > > I'm also very happy with the way Gnus splits however I was wondering if > someone already hacked a way to automatically construct splitting > rules. Designing them is not very difficult but for most cases, having a > function create-splitting-rule-based-on-sender or > create-splitting-rule-based-on-mailing-list with a few options (move, > copy, mark) would be convenient. > > Julien. The Gnus registry might do some of what you want, with split-to-parent and all that: have you looked at those functions?