Variable: pgg-pgp-extra-args

pgg-pgp-extra-args is a customizable variable defined in pgg-pgp.el.gz.

Value

nil

Documentation

Extra arguments for every PGP invocation.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/pgg-pgp.el.gz
(defcustom pgg-pgp-extra-args nil
  "Extra arguments for every PGP invocation."
  :type '(choice
	  (const :tag "None" nil)
	  (string :tag "Arguments")))