[gnus git] branch no-gnus updated: m0-1-43-g81d1e4e =1= * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 81d1e4e06988b1450ecb3ecf5d45c517fc83b887 (commit)
from 61456c27cf74976b65c666bac3295d61b8adf1ae (commit)
- Log -----------------------------------------------------------------
commit 81d1e4e06988b1450ecb3ecf5d45c517fc83b887
Author: Lars Ingebrigtsen <[email protected]>
Date: Thu Feb 9 06:17:23 2012 +0100
* nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 145d16e..020de90 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2012-02-09 Lars Ingebrigtsen <[email protected]>
+ * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
+
* gnus.el (gnus-server-extend-method): Don't add an -address component
if the method already has one (bug#9676).
diff --git a/lisp/nnimap.el b/lisp/nnimap.el
index 4c75f72..de4d248 100644
--- a/lisp/nnimap.el
+++ b/lisp/nnimap.el
@@ -1754,8 +1754,11 @@ textual parts.")
7 "nnimap read %dk from %s%s" (/ (buffer-size) 1000)
nnimap-address
(if (not (zerop (nnimap-initial-resync nnimap-object)))
- (format " (initial sync of %d groups; please wait)"
- (nnimap-initial-resync nnimap-object))
+ (format " (initial sync of %d group%s; please wait)"
+ (nnimap-initial-resync nnimap-object)
+ (if (= (nnimap-initial-resync nnimap-object) 1)
+ ""
+ "s"))
"")))
(nnheader-accept-process-output process)
(goto-char (point-max)))
-----------------------------------------------------------------------
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/ChangeLog | 2 ++
lisp/nnimap.el | 7 +++++--
2 files changed, 7 insertions(+), 2 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, no-gnus has been updated
hooks/post-receive
--
Gnus Project