Variable: gnus-decode-encoded-word-function

gnus-decode-encoded-word-function is a variable defined in gnus-sum.el.gz.

Value

mail-decode-encoded-word-string

Documentation

Function used to decode a string with encoded words.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defvar gnus-decode-encoded-word-function #'mail-decode-encoded-word-string
  "Function used to decode a string with encoded words.")