Variable: pgg-gpg-recipient-argument

pgg-gpg-recipient-argument is a customizable variable defined in pgg-gpg.el.gz.

Value

"--recipient"

Documentation

GnuPG option to specify recipient.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/pgg-gpg.el.gz
(defcustom pgg-gpg-recipient-argument "--recipient"
  "GnuPG option to specify recipient."
  :type '(choice (const :tag "New `--recipient' option" "--recipient")
		 (const :tag "Old `--remote-user' option" "--remote-user")))