diff options
| author | Julien Danjou | 2010-10-27 08:07:41 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2010-10-27 08:07:41 +0000 |
| commit | 0b9808b0cf492ee3c1b7f3dfe8bc962c13c3aad7 (patch) | |
| tree | c052293f9fa8736dbb569113da1c189ba20f2d8d | |
| parent | c6efd3dd5df2b87f7fa46ee066697b1d439b2b75 (diff) | |
| download | emacs-0b9808b0cf492ee3c1b7f3dfe8bc962c13c3aad7.tar.gz emacs-0b9808b0cf492ee3c1b7f3dfe8bc962c13c3aad7.zip | |
nnimap.el (nnimap-retrieve-group-data-early): Remove bad comment.
| -rw-r--r-- | lisp/gnus/nnimap.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el index 49d2d37d482..8ea50632a55 100644 --- a/lisp/gnus/nnimap.el +++ b/lisp/gnus/nnimap.el | |||
| @@ -1009,7 +1009,6 @@ textual parts.") | |||
| 1009 | (with-current-buffer (nnimap-buffer) | 1009 | (with-current-buffer (nnimap-buffer) |
| 1010 | (erase-buffer) | 1010 | (erase-buffer) |
| 1011 | (setf (nnimap-group nnimap-object) nil) | 1011 | (setf (nnimap-group nnimap-object) nil) |
| 1012 | ;; QRESYNC handling isn't implemented. | ||
| 1013 | (let ((qresyncp (member "QRESYNC" (nnimap-capabilities nnimap-object))) | 1012 | (let ((qresyncp (member "QRESYNC" (nnimap-capabilities nnimap-object))) |
| 1014 | params groups sequences active uidvalidity modseq group) | 1013 | params groups sequences active uidvalidity modseq group) |
| 1015 | ;; Go through the infos and gather the data needed to know | 1014 | ;; Go through the infos and gather the data needed to know |