2009-01-07 Dave Love * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call. Index: imap.el =================================================================== RCS file: /usr/local/cvsroot/gnus/lisp/imap.el,v retrieving revision 7.50 diff -u -r7.50 imap.el --- imap.el 1 Jan 2009 18:50:34 -0000 7.50 +++ imap.el 7 Jan 2009 20:49:30 -0000 @@ -1870,7 +1870,7 @@ (imap-message-data (make-vector 2 0))) (when (imap-mailbox-examine-1 mailbox) (prog1 - (and (imap-fetch-safe '("*" "*:*") "UID") + (and (imap-fetch-safe '("*" . "*:*") "UID") (list (imap-mailbox-get-1 'uidvalidity mailbox) (apply 'max (imap-message-map (lambda (uid prop) uid) 'UID))))