[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: error in process filter



M McIlrath <mbm@alba.mit.edu> writes:

> error in process filter: IMAP: Unknown response code: (UIDNEXT 13)
> Predicted next UID [2 times]

Try this patch.

/S

--- imap4rev1.el	1998/07/04 16:10:36	1.5.1.4.1.17
+++ imap4rev1.el	1998/07/07 15:29:44
@@ -739,6 +739,8 @@
              (imap-folder-set 'writable t))
 	    ((equal var 'TRYCREATE)
 	     (message "IMAP: %s %s" code string))
+	    ((equal var 'UIDNEXT)
+	     (imap-folder-set 'uidnext value))
            ((equal var 'UNSEEN)
             (imap-folder-set 'unseen value))
            ((equal var 'UIDVALIDITY) ; We should wipe cache clean here only???