Variable: message-shoot-gnksa-feet
message-shoot-gnksa-feet is a customizable variable defined in
message.el.gz.
Value
nil
Documentation
A list of GNKSA feet you are allowed to shoot.
Gnus gives you all the opportunity you could possibly want for
shooting yourself in the foot. Also, Gnus allows you to shoot the
feet of Good Net-Keeping Seal of Approval. The following are foot
candidates:
empty-article Allow you to post an empty article;
quoted-text-only Allow you to post quoted text only;
multiple-copies Allow you to post multiple copies;
cancel-messages Allow you to cancel or supersede messages from
your other email addresses;
canlock-verify Allow you to cancel messages without verifying canlock.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/message.el.gz
(defcustom message-shoot-gnksa-feet nil
"A list of GNKSA feet you are allowed to shoot.
Gnus gives you all the opportunity you could possibly want for
shooting yourself in the foot. Also, Gnus allows you to shoot the
feet of Good Net-Keeping Seal of Approval. The following are foot
candidates:
`empty-article' Allow you to post an empty article;
`quoted-text-only' Allow you to post quoted text only;
`multiple-copies' Allow you to post multiple copies;
`cancel-messages' Allow you to cancel or supersede messages from
your other email addresses;
`canlock-verify' Allow you to cancel messages without verifying canlock."
:group 'message
:type '(set (const empty-article) (const quoted-text-only)
(const multiple-copies) (const cancel-messages)
(const canlock-verify)))