Variable: gnus-gcc-post-body-encode-hook
gnus-gcc-post-body-encode-hook is a customizable variable defined in
gnus-msg.el.gz.
Value
nil
Documentation
A hook called after encoding the body of the Gcc copy of a message.
The current buffer (when the hook is run) contains the message including the message header. Changes made to the message will only affect the Gcc copy, but not the original message.
This variable was added, or its default value changed, in Emacs 24.3.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-msg.el.gz
(defcustom gnus-gcc-post-body-encode-hook nil
"A hook called after encoding the body of the Gcc copy of a message.
The current buffer (when the hook is run) contains the message
including the message header. Changes made to the message will
only affect the Gcc copy, but not the original message."
:group 'gnus-message
:version "24.3"
:type 'hook)