gnus-sum.el (gnus-summary-expire-articles): Revert last change
This commit is contained in:
parent
345eec290b
commit
2416ad64a4
2 changed files with 5 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
|
||||
|
||||
* gnus-sum.el (gnus-summary-expire-articles): Revert.
|
||||
|
||||
2014-08-05 Eric Abrahamsen <eric@ericabrahamsen.net>
|
||||
|
||||
* gnus-sum.el (gnus-summary-expire-articles): Functions registered to
|
||||
|
|
|
@ -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")))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue