From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.help Subject: Re: Gnus question Date: Tue, 26 Jan 2016 11:13:03 +0800 Message-ID: <871t95qbi8.fsf@ericabrahamsen.net> References: <87oac9dyud.fsf@posteo.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1453778029 20041 80.91.229.3 (26 Jan 2016 03:13:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Jan 2016 03:13:49 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 26 04:13:37 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aNu4W-0002Sz-NX for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Jan 2016 04:13:36 +0100 Original-Received: from localhost ([::1]:41646 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNu4V-0001Tq-Ne for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Jan 2016 22:13:35 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNu4I-0001TV-29 for help-gnu-emacs@gnu.org; Mon, 25 Jan 2016 22:13:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aNu4B-0005GC-Tg for help-gnu-emacs@gnu.org; Mon, 25 Jan 2016 22:13:21 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:46043) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNu4B-0005G8-Mj for help-gnu-emacs@gnu.org; Mon, 25 Jan 2016 22:13:15 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aNu49-0002EA-T1 for help-gnu-emacs@gnu.org; Tue, 26 Jan 2016 04:13:13 +0100 Original-Received: from 111.199.145.242 ([111.199.145.242]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Jan 2016 04:13:13 +0100 Original-Received: from eric by 111.199.145.242 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Jan 2016 04:13:13 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 34 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 111.199.145.242 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) Cancel-Lock: sha1:Un7tYYnawPwZT9bcbVQijL3QN3Y= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:108860 Archived-At: Pietro writes: > Hi all, > > I am not sure this is the right place for a question regarding gnus, if > there is a more specific mailing list for it please point me at that so > I can try to post there. > > The webpage http://www.gnus.org/resources.html gives a mailing list for > development but I haven't found anything for simple users. The gmane.emacs.gnus.user group is probably what you're looking for, though posting questions on gnus.general is also pretty common. > I am wrestling with GNU to get my email splitting done, I am actually > trying to split the email coming from the this mailing list address and > this is how my .gnus.el looks like : > > ;; Split email > (setq nnimap-split-inbox '("INBOX")) > (setq nnimap-split-rule > '( > ("INBOX.gnu" "^To: help-gnu-emacs@gnu.org") > )) > > > It is not working though and I am a bit lost, I am new to both emacs and > gnus. Any recommendations or suggestions ? Those variables should be set on your nnimap server itself, as server parameters, rather than at top level. See the info manual: (gnus) Client-Side IMAP Splitting That ought to get you there...