Function: gnus-draft-article-sendable-p
gnus-draft-article-sendable-p is a byte-compiled function defined in
gnus-draft.el.gz.
Signature
(gnus-draft-article-sendable-p ARTICLE)
Documentation
Say whether ARTICLE is sendable.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-draft.el.gz
(defun gnus-draft-article-sendable-p (article)
"Say whether ARTICLE is sendable."
(not (memq article gnus-newsgroup-unsendable)))