[gnus git] branch master updated: m0-11-36-g5a6daec =1= gnus-sum.el (gnus-summary-expire-articles): Revert last change

Katsumi Yamaoka <[email protected]> Wed, 06 Aug 2014 13:14:02 +0200
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  5a6daec1cdd8f497dde094ee9e3fdc805f507195 (commit)
      from  d54fcd4b80542c00aee84fe6742918593f0215cb (commit)


- Log -----------------------------------------------------------------
commit 5a6daec1cdd8f497dde094ee9e3fdc805f507195
Author: Katsumi Yamaoka <[email protected]>
Date:   Wed Aug 6 11:13:51 2014 +0000

    gnus-sum.el (gnus-summary-expire-articles): Revert last change

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index acde130..9dfbf46 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2014-08-06  Katsumi Yamaoka  <[email protected]>
+
+	* gnus-sum.el (gnus-summary-expire-articles): Revert.
+
 2014-08-05  Eric Abrahamsen  <[email protected]>
 
 	* gnus-sum.el (gnus-summary-expire-articles): Functions registered to
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index 4f061cd..c0e099b 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -10449,10 +10449,7 @@ This will be the case if the article has both been mailed and posted."
 					(gnus-data-header
 					 (assoc article (gnus-data-list nil)))
 					gnus-newsgroup-name
-					(if (fboundp nnmail-expiry-target)
-					    (funcall nnmail-expiry-target
-						     gnus-newsgroup-name)
-					  nnmail-expiry-target)
+					nil
 					nil)))))))
 	(gnus-message 6 "Expiring articles...done")))))
 

-----------------------------------------------------------------------
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   |    4 ++++
 lisp/gnus-sum.el |    5 +----
 2 files changed, 5 insertions(+), 4 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