[gnus git] branch master updated: =1= Add comment.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via e954b2cc4bc02dd16b4d217a478a61816e9e7a61 (commit)
from c85ff27626350a909ee39474fecac012fec8cd26 (commit)
- Log -----------------------------------------------------------------
commit e954b2cc4bc02dd16b4d217a478a61816e9e7a61
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Mon Jan 31 02:49:14 2011 -0800
Add comment.
diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el
index a0eb43e..6399f7f 100644
--- a/lisp/gnus-art.el
+++ b/lisp/gnus-art.el
@@ -1018,6 +1018,8 @@ on parts -- for instance, adding Vcard info to a database."
(let ((types '(ut local english lapsed combined-lapsed
iso8601 original user-defined))
default)
+ ;; Try to respect the legacy `gnus-treat-date-*' variables, if
+ ;; they're set.
(dolist (type types)
(let ((variable (intern (format "gnus-treat-date-%s" type))))
(when (and (boundp variable)
@@ -1028,6 +1030,7 @@ on parts -- for instance, adding Vcard info to a database."
(memq 'lapsed default))
(setq default (delq 'lapsed default)))
(or default
+ ;; If they weren't set, we default to `combined-lapsed'.
'(combined-lapsed)))
"A list of Date header formats to display.
Valid formats are `ut' (universal time), `local' (local time
-----------------------------------------------------------------------
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/gnus-art.el | 3 +++
1 files changed, 3 insertions(+), 0 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