[gnus git] branch master updated: m0-3-2-gf0fa9a0 =1= Flush bogus unexist data
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via f0fa9a0f6960ed7129e222dda20d3bc9ec5dbbcf (commit)
from e9e10599d1c78d000e5dc28fefbea5fc9cc1f58f (commit)
- Log -----------------------------------------------------------------
commit f0fa9a0f6960ed7129e222dda20d3bc9ec5dbbcf
Author: Lars Ingebrigtsen <[email protected]>
Date: Wed Feb 15 10:14:15 2012 +0100
Flush bogus unexist data
* gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
Gnus 0.3.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 40b3b78..e4d2372 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-15 Lars Ingebrigtsen <[email protected]>
+
+ * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
+ Gnus 0.3.
+
2012-02-15 Lars Magne Ingebrigtsen <[email protected]>
* gnus.el: Ma Gnus v0.3 is released.
diff --git a/lisp/gnus-start.el b/lisp/gnus-start.el
index f7d7d88..948c236 100644
--- a/lisp/gnus-start.el
+++ b/lisp/gnus-start.el
@@ -2309,7 +2309,7 @@ If FORCE is non-nil, the .newsrc file is read."
(defun gnus-clean-old-newsrc ()
(when gnus-newsrc-file-version
(when (< (gnus-continuum-version gnus-newsrc-file-version)
- (gnus-continuum-version "Ma Gnus v0.02"))
+ (gnus-continuum-version "Ma Gnus v0.03"))
;; Remove old `exist' marks from old nnimap groups.
(dolist (info (cdr gnus-newsrc-alist))
(let ((exist (assoc 'unexist (gnus-info-marks info))))
-----------------------------------------------------------------------
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 | 5 +++++
lisp/gnus-start.el | 2 +-
2 files changed, 6 insertions(+), 1 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