Gnus development mailing list
 help / color / mirror / Atom feed
* the Exchange 2007 fix
@ 2008-03-24 19:31 Michael Harnois
  2008-03-28 14:40 ` Ted Zlatanov
  0 siblings, 1 reply; 21+ messages in thread
From: Michael Harnois @ 2008-03-24 19:31 UTC (permalink / raw)
  To: ding

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)))



^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2008-04-22 11:37 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-24 19:31 the Exchange 2007 fix Michael Harnois
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

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).