[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master e6aab30 1/2: Handle encrypting mime parts
From: |
Robert Pluim |
Subject: |
Re: master e6aab30 1/2: Handle encrypting mime parts |
Date: |
Thu, 15 Oct 2020 09:38:10 +0200 |
>>>>> On Wed, 14 Oct 2020 19:11:45 -0400 (EDT), rms@gnu.org (Richard M.
>>>>> Stallman) said:
Richard> diff --git a/lisp/epa-mail.el b/lisp/epa-mail.el
Richard> index 3ad4da1..dd171ab 100644
Richard> --- a/lisp/epa-mail.el
Richard> +++ b/lisp/epa-mail.el
Richard> @@ -243,6 +243,11 @@ If no one is selected, symmetric encryption
will be performed. "
Richard> (setq epa-last-coding-system-specified
Richard> (or coding-system-for-write
Richard> (select-safe-coding-system (point) (point-max)))))
Richard> +
Ick ^
Richard> + ;; Insert contents of requested attachments, if any.
Richard> + (when (and (eq major-mode 'mail-mode) mail-encode-mml)
Richard> + (mml-to-mime)
Richard> + (setq mail-encode-mml nil))
Why only in mail-mode? Is this not necessary in message-mode?
Robert
--
- Re: master e6aab30 1/2: Handle encrypting mime parts,
Robert Pluim <=