Variable: nngateway-header-transformation
nngateway-header-transformation is a variable defined in
nngateway.el.gz.
Value
nngateway-simple-header-transformation
Documentation
Function to be called to rewrite the news headers into mail headers.
It is called narrowed to the headers to be transformed with one parameter -- the gateway address.
This is a Gnus server variable. See Info node (gnus)Select Methods.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nngateway.el.gz
(defvoo nngateway-header-transformation 'nngateway-simple-header-transformation
"Function to be called to rewrite the news headers into mail headers.
It is called narrowed to the headers to be transformed with one
parameter -- the gateway address.")