[gnus git] branch master updated: =1= Replace infinitely many Date headers with a single one when called interactively.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via c9411643b863c43a6e89bf9a24783ca20f9496bf (commit)
from e954b2cc4bc02dd16b4d217a478a61816e9e7a61 (commit)
- Log -----------------------------------------------------------------
commit c9411643b863c43a6e89bf9a24783ca20f9496bf
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Mon Jan 31 03:25:05 2011 -0800
Replace infinitely many Date headers with a single one when called interactively.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0afb500..82b88c0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,6 +3,8 @@
* gnus-art.el (article-transform-date): Rewrite to still work when
there are several rfc2822 parts.
(article-transform-date): Fix infinite recursion.
+ (article-date-ut): Replace infinitely many Date headers with a single
+ one when called interactively.
* nnimap.el (nnimap-wait-for-response): Wait for results in a more
secure manner.
diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el
index 6399f7f..a76a71b 100644
--- a/lisp/gnus-art.el
+++ b/lisp/gnus-art.el
@@ -3442,8 +3442,8 @@ possible values."
(setq date (get-text-property (match-beginning 0) 'original-date))
(delete-region (point-at-bol) (progn
(gnus-article-forward-header)
- (point)))
- (article-transform-date date type bface eface)))))))
+ (point))))
+ (article-transform-date date type bface eface))))))
(defun article-transform-date (date type bface eface)
(dolist (this-type (cond
-----------------------------------------------------------------------
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 | 2 ++
lisp/gnus-art.el | 4 ++--
2 files changed, 4 insertions(+), 2 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