Function: gnus-group-total-expirable-p

gnus-group-total-expirable-p is a byte-compiled function defined in gnus.el.gz.

Signature

(gnus-group-total-expirable-p NAME)

Documentation

Check whether GROUP is total-expirable or not.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus.el.gz
(gnus-define-group-parameter
 total-expire
 :type bool
 :function gnus-group-total-expirable-p
 :function-document
 "Check whether GROUP is total-expirable or not."
 :variable gnus-total-expirable-newsgroups
 :variable-default nil
 :variable-document
 "Groups in which to perform expiry of all read articles.
Use with extreme caution.  All groups that match this regexp will be
expiring - which means that all read articles will be deleted after
\(say) one week.  (This only goes for mail groups and the like, of
course.)"
 :variable-group nnmail-expire
 :variable-type '(choice (const nil)
			 regexp)
 :parameter-type '(const :tag "Total Expire" t)
 :parameter-document
 "All read articles will be put through the expiry process

This happens even if they are not marked as expirable.
Use with caution.")