Gnus development mailing list
 help / color / mirror / Atom feed
From: Jarmo Hurri <jarmo.hurri@iki.fi>
To: ding@gnus.org
Subject: Re: Mail splitting stopped working with Emacs 25
Date: Tue, 09 Aug 2016 19:20:47 +0300	[thread overview]
Message-ID: <87pophx6ao.fsf@iki.fi> (raw)
In-Reply-To: <87oa5254wx.fsf@tullinup.koldfront.dk>


Problem solved, thanks to Jorge and Adam.

First, I got the following response:

(Jorge) writes:

> Try:  #+BEGIN_SRC emacs-lisp
> (add-to-list 'gnus-secondary-select-methods
> '(nnimap "mail"
>            (nnimap-address "mail.server.com")
>            (nnimap-stream ssl)
>            (nnimap-server-port 993)
>            (nnimap-inbox "INBOX")
>            (nnimap-split-methods default)))
> #+END_SRC
>
> And then set the variable nnmail-split-methods to
> my-nnimap-split-methods. 

and that does the trick. A combination of 'default' and setting
'nnmail-split-methods' carries over to the server. Excellent.

Also, I was able to simplify my imap subscription by thinking about what
Adam wrote:

asjo@koldfront.dk (Adam Sjøgren) writes:

> Just our of curiosity: why do you insist on using
> gnus-group-browse-foreign-server instead of the usual
> gnus-secondary-select-methods?

I started to think about _why_ I had browsed foreign groups. I had
actually disabled my primary server, which also automatically meant that
secondary select methods weren't called. So I also got rid of foreign
groups in the same process.

Thank you guys very much!

Jarmo




  parent reply	other threads:[~2016-08-09 16:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-09 15:14 Jarmo Hurri
2016-08-09 15:38 ` Adam Sjøgren
2016-08-09 15:49   ` Jarmo Hurri
2016-08-09 16:20   ` Jarmo Hurri [this message]
2016-08-09 20:13     ` Adam Sjøgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pophx6ao.fsf@iki.fi \
    --to=jarmo.hurri@iki.fi \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).