Variable: nntp-prepare-post-hook

nntp-prepare-post-hook is a variable defined in nntp.el.gz.

Value

nil

Documentation

Hook run just before posting an article. It is supposed to be used to insert Cancel-Lock headers.

This is a Gnus server variable. See Info node (gnus)Select Methods.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nntp.el.gz
(defvoo nntp-prepare-post-hook nil
  "Hook run just before posting an article.  It is supposed to be used
to insert Cancel-Lock headers.")