From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Pietro Newsgroups: gmane.emacs.help Subject: Gnus question Date: Mon, 25 Jan 2016 23:27:22 +0000 Message-ID: <87oac9dyud.fsf@posteo.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1453764470 15426 80.91.229.3 (25 Jan 2016 23:27:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Jan 2016 23:27:50 +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 00:27:44 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 1aNqXv-0003OG-6U for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Jan 2016 00:27:43 +0100 Original-Received: from localhost ([::1]:41292 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNqXu-00013F-Eo for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Jan 2016 18:27:42 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45963) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNqXj-000134-C9 for help-gnu-emacs@gnu.org; Mon, 25 Jan 2016 18:27:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aNqXf-0002Ou-I4 for help-gnu-emacs@gnu.org; Mon, 25 Jan 2016 18:27:31 -0500 Original-Received: from mout01.posteo.de ([185.67.36.65]:45970) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNqXf-0002Op-CC for help-gnu-emacs@gnu.org; Mon, 25 Jan 2016 18:27:27 -0500 Original-Received: from dovecot03.posteo.de (dovecot03.posteo.de [172.16.0.13]) by mout01.posteo.de (Postfix) with ESMTPS id A9E53209C4 for ; Tue, 26 Jan 2016 00:27:23 +0100 (CET) Original-Received: from mail.posteo.de (localhost [127.0.0.1]) by dovecot03.posteo.de (Postfix) with ESMTPSA id 3pq6mW0X7Jz5vMr for ; Tue, 26 Jan 2016 00:27:23 +0100 (CET) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.65 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:108858 Archived-At: 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. 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 ? Thanks, Pietro