Gnus development mailing list
 help / color / mirror / Atom feed
From: "Michael Harnois" <mdharnois@gmail.com>
To: ding@gnus.org
Subject: the Exchange 2007 fix
Date: Mon, 24 Mar 2008 14:31:16 -0500	[thread overview]
Message-ID: <d770c8fe0803241231v58dec27cw12007a866d7ddaf6@mail.gmail.com> (raw)

It doesn't seem to be the only fix needed, but I think it's the Big Kahuna.

mharnois:lisp mdharnois$ diff -urN nnimap.el nnimap.el.orig
--- nnimap.el    2008-03-24 14:16:40.000000000 -0500
+++ nnimap.el.orig    2008-02-07 11:36:36.000000000 -0600
@@ -555,7 +555,7 @@
           (imap-mailbox-select group examine))
       (let (minuid maxuid)
     (when (> (imap-mailbox-get 'exists) 0)
-      (imap-fetch "1:*" "UID" nil 'nouidfetch)
+      (imap-fetch "1,*" "UID" nil 'nouidfetch)
       (imap-message-map (lambda (uid Uid)
                   (setq minuid (if minuid (min minuid uid) uid)
                     maxuid (if maxuid (max maxuid uid) uid)))



             reply	other threads:[~2008-03-24 19:31 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-24 19:31 Michael Harnois [this message]
2008-03-28 14:40 ` Ted Zlatanov
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=d770c8fe0803241231v58dec27cw12007a866d7ddaf6@mail.gmail.com \
    --to=mdharnois@gmail.com \
    --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).