[gnus git] branch master updated: m0-3-136-g9b3a32e =1= (gnus-clean-old-newsrc): Fix last checkin.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 9b3a32e470c1bcb580f6edce48b64451c25a1d9b (commit)
from 1e58d9e439f41ed48797e98b15a5da2c0d16fefc (commit)
- Log -----------------------------------------------------------------
commit 9b3a32e470c1bcb580f6edce48b64451c25a1d9b
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Wed Apr 11 00:08:13 2012 +0200
(gnus-clean-old-newsrc): Fix last checkin.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5a2d9b4..9c8a9d2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,7 @@
* gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
`unexists' entries.
+ (gnus-clean-old-newsrc): Fix last checkin.
* nnimap.el (nnimap-update-info): None of the articles below the active
low-water mark exist.
diff --git a/lisp/gnus-start.el b/lisp/gnus-start.el
index 7b7018e..4a833e0 100644
--- a/lisp/gnus-start.el
+++ b/lisp/gnus-start.el
@@ -2301,10 +2301,11 @@ If FORCE is non-nil, the .newsrc file is read."
(when gnus-newsrc-file-version
;; Remove totally bogus `unexists' entries. The name is
;; `unexist'.
+ (dolist (info (cdr gnus-newsrc-alist))
(let ((exist (assoc 'unexists (gnus-info-marks info))))
(when exist
(gnus-info-set-marks
- info (delete exist (gnus-info-marks info)))))
+ info (delete exist (gnus-info-marks info))))))
(when (or force
(< (gnus-continuum-version gnus-newsrc-file-version)
(gnus-continuum-version "Ma Gnus v0.03")))
-----------------------------------------------------------------------
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 | 1 +
lisp/gnus-start.el | 9 +++++----
2 files changed, 6 insertions(+), 4 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