Variable: rfc1843-decode-loosely

rfc1843-decode-loosely is a customizable variable defined in rfc1843.el.gz.

Value

nil

Documentation

Loosely check HZ encoding if non-nil.

When it is set non-nil, only buffers or strings with strictly HZ-encoded are decoded.

Source Code

;; Defined in /usr/src/emacs/lisp/international/rfc1843.el.gz
(defcustom rfc1843-decode-loosely nil
  "Loosely check HZ encoding if non-nil.
When it is set non-nil, only buffers or strings with strictly
HZ-encoded are decoded."
  :type 'boolean
  :group 'mime)