Fix compilation warning in last checkin
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 11 Feb 2012 17:46:36 +0000 (18:46 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 11 Feb 2012 17:46:36 +0000 (18:46 +0100)
lisp/nnimap.el

index 4423860..92b1de6 100644 (file)
@@ -1230,7 +1230,8 @@ textual parts.")
       (setf (nnimap-group nnimap-object) nil)
       (setf (nnimap-initial-resync nnimap-object) 0)
       (let ((qresyncp (nnimap-capability "QRESYNC"))
-           params groups sequences active uidvalidity modseq group)
+           params groups sequences active uidvalidity modseq group
+           unexist)
        ;; Go through the infos and gather the data needed to know
        ;; what and how to request the data.
        (dolist (info infos)