Gnus development mailing list
 help / color / mirror / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
To: "Michael Harnois" <mdharnois@gmail.com>
Cc: ding@gnus.org
Subject: Re: the Exchange 2007 fix
Date: Fri, 28 Mar 2008 09:40:22 -0500	[thread overview]
Message-ID: <86wsnmvrmx.fsf@lifelogs.com> (raw)
In-Reply-To: <d770c8fe0803241231v58dec27cw12007a866d7ddaf6@mail.gmail.com> (Michael Harnois's message of "Mon, 24 Mar 2008 14:31:16 -0500")

On Mon, 24 Mar 2008 14:31:16 -0500 "Michael Harnois" <mdharnois@gmail.com> wrote: 

MH> It doesn't seem to be the only fix needed, but I think it's the Big Kahuna.
MH> mharnois:lisp mdharnois$ diff -urN nnimap.el nnimap.el.orig
MH> --- nnimap.el    2008-03-24 14:16:40.000000000 -0500
MH> +++ nnimap.el.orig    2008-02-07 11:36:36.000000000 -0600
MH> @@ -555,7 +555,7 @@
MH>            (imap-mailbox-select group examine))
MH>        (let (minuid maxuid)
MH>      (when (> (imap-mailbox-get 'exists) 0)
MH> -      (imap-fetch "1:*" "UID" nil 'nouidfetch)
MH> +      (imap-fetch "1,*" "UID" nil 'nouidfetch)
MH>        (imap-message-map (lambda (uid Uid)
MH>                    (setq minuid (if minuid (min minuid uid) uid)
MH>                      maxuid (if maxuid (max maxuid uid) uid)))

Since it was a tiny fix I comitted it.  It seems to work fine with
Exchange 2007 and Courier IMAP.

If you find any other places to fix the IMAP handling with Exchange,
many uses will greatly appreciate it.

Ted



  reply	other threads:[~2008-03-28 14:40 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-24 19:31 Michael Harnois
2008-03-28 14:40 ` Ted Zlatanov [this message]
2008-04-01 22:30   ` Nathan J. Williams
2008-04-01 22:41     ` Simon Josefsson
2008-04-02  2:58       ` Jake Colman
2008-04-02 14:29         ` Simon Josefsson
2008-04-02 14:11       ` Ted Zlatanov
2008-04-02 14:50         ` Simon Josefsson
2008-04-03 13:11           ` Ted Zlatanov
2008-04-03 19:37             ` Reiner Steib
2008-04-03 20:50               ` Jake Colman
2008-04-08 21:14               ` Ted Zlatanov
2008-04-01 23:03     ` Michael D. Harnois
2008-04-02  2:59       ` Jake Colman
2008-04-02 14:31         ` Simon Josefsson
2008-04-02 14:48           ` Simon Josefsson
2008-04-02 22:13             ` Jake Colman
2008-04-03 13:07               ` Ted Zlatanov
2008-04-03 15:22             ` Jake Colman
2008-04-03 15:28               ` Simon Josefsson
2008-04-22 11:37             ` Steinar Bang

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=86wsnmvrmx.fsf@lifelogs.com \
    --to=tzz@lifelogs.com \
    --cc=ding@gnus.org \
    --cc=mdharnois@gmail.com \
    /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).