Variable: pgg-encrypt-for-me

pgg-encrypt-for-me is a customizable variable defined in pgg-def.el.gz.

Value

t

Documentation

If t, encrypt all outgoing messages with user's public key.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/pgg-def.el.gz
(defcustom pgg-encrypt-for-me t
  "If t, encrypt all outgoing messages with user's public key."
  :type 'boolean)