aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/pgg-def.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/pgg-def.el')
-rw-r--r--lisp/pgg-def.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/pgg-def.el b/lisp/pgg-def.el
index 0b356461d6..058dca4fa8 100644
--- a/lisp/pgg-def.el
+++ b/lisp/pgg-def.el
@@ -83,6 +83,9 @@ Whether the passphrase is cached at all is controlled by
(defvar pgg-scheme nil
"Current scheme of PGP implementation.")
+(defvar pgg-text-mode nil
+ "If t, inform the recipient that the input is text.")
+
(defmacro pgg-truncate-key-identifier (key)
`(if (> (length ,key) 8) (substring ,key 8) ,key))