From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85058 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Split email with nnimap Date: Sun, 28 Sep 2014 09:48:14 +0800 Message-ID: <87oau01pnl.fsf@ericabrahamsen.net> References: <87vboa95lf.fsf@pedroche.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1411868677 23016 80.91.229.3 (28 Sep 2014 01:44:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 28 Sep 2014 01:44:37 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33302@lists.math.uh.edu Sun Sep 28 03:44:30 2014 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 1XY3XK-00087u-60 for ding-account@gmane.org; Sun, 28 Sep 2014 03:44:30 +0200 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 1XY3Wh-0002KL-Aq; Sat, 27 Sep 2014 20:43:51 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1XY3Wf-0002Jt-Hr for ding@lists.math.uh.edu; Sat, 27 Sep 2014 20:43:49 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1XY3Wd-00077V-FT for ding@lists.math.uh.edu; Sat, 27 Sep 2014 20:43:48 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XY3WZ-0004h9-N1 for ding@gnus.org; Sun, 28 Sep 2014 03:43:43 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XY3WX-0007vt-CM for ding@gnus.org; Sun, 28 Sep 2014 03:43:41 +0200 Original-Received: from 123.122.32.90 ([123.122.32.90]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 28 Sep 2014 03:43:41 +0200 Original-Received: from eric by 123.122.32.90 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 28 Sep 2014 03:43:41 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 123.122.32.90 User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.50 (gnu/linux) Cancel-Lock: sha1:ftyi/5L96l/BUKAjFGvTMws472o= X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85058 Archived-At: Igor Sosa Mayor writes: > Hi, > > I would like to split emails which come from 2 servers. Theoretically > I should use nnimap-split-rule, but this does not seem to exist in gnus > v5.13... > > any ideas? > > many thanks in advance. I'm not 100% sure this is the same as v5.13, but mostly imap splitting is done by setting the `nnimap-split-methods' server parameter on the nnimap server. See "6.3.3 Client-Side IMAP Splitting" in the Gnus manual.