emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/mml2015.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/mml2015.el
Date: Fri, 10 Feb 2006 05:08:29 +0000

Index: emacs/lisp/gnus/mml2015.el
diff -u emacs/lisp/gnus/mml2015.el:1.11 emacs/lisp/gnus/mml2015.el:1.12
--- emacs/lisp/gnus/mml2015.el:1.11     Sun Feb  5 13:56:44 2006
+++ emacs/lisp/gnus/mml2015.el  Fri Feb 10 05:08:28 2006
@@ -814,6 +814,7 @@
        (boundary (mml-compute-boundary cont))
        (pgg-default-user-id (or (message-options-get 'mml-sender)
                                 pgg-default-user-id))
+       (pgg-text-mode t)
        entry)
     (unless (pgg-sign-region (point-min) (point-max))
       (pop-to-buffer mml2015-result-buffer)
@@ -841,6 +842,7 @@
 
 (defun mml2015-pgg-encrypt (cont &optional sign)
   (let ((pgg-errors-buffer mml2015-result-buffer)
+       (pgg-text-mode t)
        (boundary (mml-compute-boundary cont)))
     (unless (pgg-encrypt-region (point-min) (point-max)
                                (split-string




reply via email to

[Prev in Thread] Current Thread [Next in Thread]