From: Lars Magne Ingebrigtsen Date: Sat, 18 Sep 2010 19:26:34 +0000 (+0200) Subject: Fix typo in last checkin. X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=419d30ce48c9c16a1e00598859db1792fa8e24ef Fix typo in last checkin. --- diff --git a/lisp/nnimap.el b/lisp/nnimap.el index 73d873ae1..f0971b116 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -328,7 +328,7 @@ not done by default on servers that doesn't support that command.") (deffoo nnimap-request-group (group &optional server dont-check info) (with-current-buffer nntp-server-buffer (let ((result (nnimap-possibly-change-group group server)) - articles active marks) + articles active marks high low) (when result (if (and dont-check (setq active (nth 2 (assoc group nnimap-current-infos)))) @@ -364,7 +364,7 @@ not done by default on servers that doesn't support that command.") "211 %d %d %d %S\n" (1+ (- high low)) low high group)))) - t)))) + t))) (defun nnimap-get-flags (spec) (let ((articles nil)