mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-02 08:22:22 +00:00
(gnus-convert-old-newsrc): Assign
legacy-gnus-agent to 5.10.7.
This commit is contained in:
parent
b14f1885d1
commit
c825ac9d3c
@ -1,3 +1,8 @@
|
||||
2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
|
||||
|
||||
* gnus-start.el (gnus-convert-old-newsrc): Assign
|
||||
legacy-gnus-agent to 5.10.7.
|
||||
|
||||
2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
|
||||
|
||||
* gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
|
||||
|
@ -2246,13 +2246,13 @@ If FORCE is non-nil, the .newsrc file is read."
|
||||
;; doesn't change with each release) and the
|
||||
;; function that must be applied to convert the
|
||||
;; previous version into the current version.
|
||||
'(("September Gnus v0.1" nil
|
||||
'(("September Gnus v0.1" nil
|
||||
gnus-convert-old-ticks)
|
||||
("Oort Gnus v0.08" "legacy-gnus-agent"
|
||||
gnus-agent-convert-to-compressed-agentview)
|
||||
("Gnus v5.11" "legacy-gnus-agent"
|
||||
("Gnus v5.10.7" "legacy-gnus-agent"
|
||||
gnus-agent-unlist-expire-days)
|
||||
("Gnus v5.11" "legacy-gnus-agent"
|
||||
("Gnus v5.10.7" "legacy-gnus-agent"
|
||||
gnus-agent-unhook-expire-days)))
|
||||
#'car-less-than-car)))
|
||||
;; Skip converters older than the file version
|
||||
|
Loading…
Reference in New Issue
Block a user