Gnus development mailing list
 help / color / mirror / Atom feed
From: Tibor Simko <tibor.simko@cern.ch>
To: ding@gnus.org
Subject: Re: latest sources do not client-split IMAP anymore
Date: Wed, 15 Dec 2010 22:11:39 +0100	[thread overview]
Message-ID: <8762uun3lg.fsf@pcuds33.cern.ch> (raw)
In-Reply-To: <m3oc8mq1oh.fsf@quimbies.gnus.org>

On Wed, 15 Dec 2010, Lars Magne Ingebrigtsen wrote:
> If you eval this
>
> (gnus-read-active-file nil nil)
>
> is IMAP mail split?

If I launch gnus-git-master and I eval this, then no, it is not split.

If I launch gnus-git-master-with-the-cited-patch and I eval this, then
yes, it is split.

> I'm unable to reproduce the problem with git Gnus.

I'm using MS Exchange 2010 and a setup like:

(setq gnus-select-method '(nnnil "")
      gnus-secondary-select-methods '((nnimap "foo-user1"
                                        (nnimap-address "imap.foo.com")
                                        (nnimap-split-methods default)
                                        ;; etc
                                      (nnimap "foo-user2"
                                        (nnimap-address "imap.foo.com")
                                        ;; etc, no split
                                     
That is, two different users on the same IMAP server, one is client-side
split and one is not.  The splitting looks like:

(setq nnmail-split-methods 'nnmail-split-fancy)
(setq nnmail-split-fancy
   '(|  ;; to boot, I don't like duplicates:
        ("Gnus-Warning" "This is a duplicate" "mail.spam.duplicates")
        ;; etc
        ("List-ID" "ding\\.gnus\\.org" "mail.app.emacs.gnus")
        ;; etc
        ;; by default we do not trust the rest
        "mail.personal.misc"))

As I mentioned in the patch commit message, this used to work well until
and including be87151 (13-Dec-2010), was broken by the following two
commits (3595cdc, cc7d0e0) and works again after the cited patch.

Best regards
--
Tibor Simko




  reply	other threads:[~2010-12-15 21:11 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-14 18:33 Tibor Simko
2010-12-14 22:29 ` Lars Magne Ingebrigtsen
2010-12-15  2:33   ` Tibor Simko
2010-12-15 19:24     ` Lars Magne Ingebrigtsen
2010-12-15 21:11       ` Tibor Simko [this message]
2010-12-16 16:13         ` Lars Magne Ingebrigtsen
2010-12-16 17:21           ` Tibor Simko
2010-12-16 17:25             ` Lars Magne Ingebrigtsen
2010-12-16 21:39               ` Tibor Simko
2010-12-18 20:19                 ` Richard Riley
2010-12-20 23:55                   ` Tibor Simko

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=8762uun3lg.fsf@pcuds33.cern.ch \
    --to=tibor.simko@cern.ch \
    --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).