[gnus git] branch master updated: m0-5-302-g601dbe1 =1= * gnus-sum.el (gnus-summary-insert-articles): Force dependencies update with newly retrieved headers.
Andrew Cohen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 601dbe1073d95533a7ea360bcb551018b374ef8c (commit)
from 0dee933835211fe7ee6add6c402fa273f6764a2f (commit)
- Log -----------------------------------------------------------------
commit 601dbe1073d95533a7ea360bcb551018b374ef8c
Author: Andrew Cohen <[email protected]>
Date: Wed Apr 24 10:21:02 2013 -0400
* gnus-sum.el (gnus-summary-insert-articles): Force dependencies
update with newly retrieved headers.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 43bd65e..9112e33 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2013-04-24 Andrew Cohen <[email protected]>
+
+ * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
+ dependency table from all newly retrieved headers.
+
2013-04-16 David Edmondson <[email protected]>
Support <img src="data:...">.
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index 44fa2db..84d4b29 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -12786,7 +12786,7 @@ returned."
(setq gnus-newsgroup-headers
(gnus-merge 'list
gnus-newsgroup-headers
- (gnus-fetch-headers articles)
+ (gnus-fetch-headers articles nil t)
'gnus-article-sort-by-number))
(setq gnus-newsgroup-articles
(gnus-sorted-nunion gnus-newsgroup-articles articles))
-----------------------------------------------------------------------
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-sum.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