summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-agent.el
diff options
context:
space:
mode:
authorGnus developers <ding@gnus.org>2011-08-21 09:39:07 +0000
committerKatsumi Yamaoka <yamaoka@jpl.org>2011-08-21 09:39:07 +0000
commit1e91d50696f9d458228039f5d1e346fd4dae41e6 (patch)
treef4ddb48c65e08ab12a2297f06b639efee7438f53 /lisp/gnus/gnus-agent.el
parentf5e3c5984b072553838cb15dfd4ab94a9f6ac436 (diff)
downloademacs-1e91d50696f9d458228039f5d1e346fd4dae41e6.tar.gz
Merge changes made in Gnus trunk.
nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source instead. pop3.el (pop3-wait-for-messages): Don't use Gnus functions here. gnus-util.el (gnus-process-live-p): Copy over compat function. pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop processing. nntp.el (nntp-kill-buffer): Kill the process before killing the buffer to avoid warnings. gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format specified to reduce precision.
Diffstat (limited to 'lisp/gnus/gnus-agent.el')
-rw-r--r--lisp/gnus/gnus-agent.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-agent.el b/lisp/gnus/gnus-agent.el
index 424c55c40f5..26222119b98 100644
--- a/lisp/gnus/gnus-agent.el
+++ b/lisp/gnus/gnus-agent.el
@@ -3560,7 +3560,7 @@ articles in every agentized group? "))
units (cdr units)))
(format "Expiry recovered %d NOV entries, deleted %d files,\
- and freed %f %s."
+ and freed %.f %s."
(nth 0 stats)
(nth 1 stats)
size (car units)))