Variable: pgg-pgp5-extra-args

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

Value

nil

Documentation

Extra arguments for every PGP 5.* invocation.

Source Code

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