* src/imap.c
scan is required when uid validity changes
+2006-04-17 [colin] 2.1.1cvs7
+
+ * src/imap.c
+ scan is required when uid validity changes
+
2006-04-17 [colin] 2.1.1cvs6
* src/folderview.c
( cvs diff -u -r 1.179.2.100 -r 1.179.2.101 src/imap.c; ) > 2.1.1cvs4.patchset
( cvs diff -u -r 1.179.2.101 -r 1.179.2.102 src/imap.c; ) > 2.1.1cvs5.patchset
( cvs diff -u -r 1.207.2.94 -r 1.207.2.95 src/folderview.c; cvs diff -u -r 1.179.2.102 -r 1.179.2.103 src/imap.c; ) > 2.1.1cvs6.patchset
+( cvs diff -u -r 1.179.2.103 -r 1.179.2.104 src/imap.c; ) > 2.1.1cvs7.patchset
MICRO_VERSION=1
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=6
+EXTRA_VERSION=7
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
debug_print("uidnext %d, item->uid_next %d, exists %d, item->item.total_msgs %d\n",
uid_next, item->uid_next, exists, item->item.total_msgs);
if ((uid_next != item->uid_next) || (exists != item->item.total_msgs)
- || unseen != item->item.unread_msgs) {
+ || unseen != item->item.unread_msgs || uid_val != item->item.mtime) {
unlock_session();
return TRUE;
}