[gnus git] branch master updated: m0-1-118-gb35f3fd =1= Fix compilation warning in last checkin
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via b35f3fda4c9eafda715a58a1833b7860bfa7f29c (commit)
from e10c4da8bb67327a961a028d33ca67f6c65e3fa2 (commit)
- Log -----------------------------------------------------------------
commit b35f3fda4c9eafda715a58a1833b7860bfa7f29c
Author: Lars Ingebrigtsen <[email protected]>
Date: Sat Feb 11 18:46:36 2012 +0100
Fix compilation warning in last checkin
diff --git a/lisp/nnimap.el b/lisp/nnimap.el
index 4423860..92b1de6 100644
--- a/lisp/nnimap.el
+++ b/lisp/nnimap.el
@@ -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)
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/nnimap.el | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project