Function: gnus-summary-mark-as-expirable
gnus-summary-mark-as-expirable is an interactive and byte-compiled
function defined in gnus-sum.el.gz.
Signature
(gnus-summary-mark-as-expirable N)
Documentation
Mark N articles forward as expirable.
If N is negative, mark backward instead. The difference between N and the actual number of articles marked is returned.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defun gnus-summary-mark-as-expirable (n)
"Mark N articles forward as expirable.
If N is negative, mark backward instead. The difference between N and
the actual number of articles marked is returned."
(interactive "p" gnus-summary-mode)
(gnus-summary-mark-forward n gnus-expirable-mark))