X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=pgg-def.el;h=403684f77f9c5645f1a84df8ce3324c4733e07b1;hb=5271f6382969569fea9627a87d3021f3998631d7;hp=7630f95a1c394435a276ff9ef6f35834790ec467;hpb=27675705de604b72be3bcc9bfa91385e576ca3d4;p=elisp%2Fsemi.git diff --git a/pgg-def.el b/pgg-def.el index 7630f95..403684f 100644 --- a/pgg-def.el +++ b/pgg-def.el @@ -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,9 +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*")