(imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
authorReiner Steib <Reiner.Steib@gmx.de>
Thu, 8 Jan 2009 20:51:29 +0000 (20:51 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Thu, 8 Jan 2009 20:51:29 +0000 (20:51 +0000)
lisp/ChangeLog
lisp/imap.el

index 47ccc0d..bfd7693 100644 (file)
@@ -5,6 +5,10 @@
 
        * message.el (message-fix-before-sending): Amend comment.
 
+2009-01-08  Dave Love  <fx@gnu.org>
+
+       * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
+
 2009-01-07  David Engster  <dengste@eml.cc>
 
        * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
index 871ea33..12ab488 100644 (file)
@@ -1876,7 +1876,7 @@ first element.  The rest of list contains the saved articles' UIDs."
          (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))))