help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Gnus question


From: Eric Abrahamsen
Subject: Re: Gnus question
Date: Tue, 26 Jan 2016 11:13:03 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Pietro <pulsarpietro@posteo.net> 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...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]