Variable: rfc2047-allow-irregular-q-encoded-words

rfc2047-allow-irregular-q-encoded-words is a customizable variable defined in rfc2047.el.gz.

Value

t

Documentation

Whether to decode irregular Q-encoded words.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/rfc2047.el.gz
(defcustom rfc2047-allow-irregular-q-encoded-words t
  "Whether to decode irregular Q-encoded words."
  :type 'boolean)