Variable: pgg-ignore-packet-checksum

pgg-ignore-packet-checksum is a customizable variable defined in pgg-parse.el.gz.

Value

t

Documentation

If non-nil checksum of each ascii armored packet will be ignored.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/pgg-parse.el.gz
(defcustom pgg-ignore-packet-checksum t; XXX
  "If non-nil checksum of each ascii armored packet will be ignored."
  :type 'boolean)