diff options
author | Miles Bader <miles@gnu.org> | 2006-02-10 05:08:29 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2006-02-10 05:08:29 +0000 |
commit | 3412804220a4479e11c6c124299a036e602d7e3b (patch) | |
tree | 79a5fbd159a295e00f1b8d1b7186bfe9c5f354a0 /lisp/gnus/mml2015.el | |
parent | ca56fb8c672ee9745166cbf36c84c2d58acd028f (diff) | |
download | emacs-3412804220a4479e11c6c124299a036e602d7e3b.tar.gz |
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-62
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 22-26)
- Update from CVS
- Merge from emacs--devo--0
Diffstat (limited to 'lisp/gnus/mml2015.el')
-rw-r--r-- | lisp/gnus/mml2015.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/gnus/mml2015.el b/lisp/gnus/mml2015.el index cb9e77983d3..80dd5b26597 100644 --- a/lisp/gnus/mml2015.el +++ b/lisp/gnus/mml2015.el @@ -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 |