X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=pgg-def.el;h=403684f77f9c5645f1a84df8ce3324c4733e07b1;hb=5271f6382969569fea9627a87d3021f3998631d7;hp=f1c62eab845ec38ca558ab7deabfe649694a9806;hpb=720bbb861747bcc3d6b5fe7e12207d819a8ca6b7;p=elisp%2Fsemi.git diff --git a/pgg-def.el b/pgg-def.el index f1c62ea..403684f 100644 --- a/pgg-def.el +++ b/pgg-def.el @@ -1,8 +1,8 @@ ;;; pgg-def.el --- functions/macros for defining PGG functions -;; Copyright (C) 1999 Daiki Ueno +;; Copyright (C) 1999 Free Software Foundation, Inc. -;; Author: Daiki Ueno +;; Author: Daiki Ueno ;; Created: 1999/11/02 ;; Keywords: PGP, OpenPGP, GnuPG @@ -20,8 +20,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Code: @@ -58,6 +58,17 @@ :group 'pgg :type 'boolean) +(defcustom pgg-decrypt-automatically nil + "*If t, decrypt messages automatically." + :group 'pgg + :type 'boolean) + +(defvar pgg-messages-coding-system nil + "Coding system used when reading from a PGP external process.") + +(defvar pgg-messages-locale nil + "Locale set before running a PGP external process.") + (defvar pgg-status-buffer " *PGG status*") (defvar pgg-errors-buffer " *PGG errors*") (defvar pgg-output-buffer " *PGG output*")