2001-07-06 Simon Josefsson <jas@extundo.com>
authorSimon Josefsson <jas@extundo.com>
Fri, 6 Jul 2001 17:56:46 +0000 (17:56 +0000)
committerSimon Josefsson <jas@extundo.com>
Fri, 6 Jul 2001 17:56:46 +0000 (17:56 +0000)
* nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
and `nnimap-group-overview-filename', should handle all
change-of-uidvalidity related issues.  But there may be other
problems.)

lisp/ChangeLog
lisp/nnimap.el

index 65b872d..b412261 100644 (file)
@@ -1,3 +1,11 @@
+2001-07-06  Simon Josefsson  <jas@extundo.com>
+
+       * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
+       changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
+       and `nnimap-group-overview-filename', should handle all
+       change-of-uidvalidity related issues.  But there may be other
+       problems.)
+
 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
 
        * rfc2047.el (rfc2047-encode-message-header): Don't include the
index 9d85da4..95cda05 100644 (file)
@@ -397,6 +397,8 @@ If EXAMINE is non-nil the group is selected read-only."
            (if (or (nnimap-verify-uidvalidity
                     group (or server nnimap-current-server))
                    (zerop (imap-mailbox-get 'exists group))
+                   t ;; for OGnus to see if ignoring uidvalidity
+                     ;; changes has any bad effects.
                    (yes-or-no-p
                     (format
                      "nnimap: Group %s is not uidvalid.  Continue? " group)))