Fix comment on LF → CRLF conversion after signing with S/MIME

Replaced "before" with "after", because we are converting after signing.  Ah
well.
This commit is contained in:
Daniel - 2021-04-05 13:55:21 +02:00
parent 318f7c8f44
commit b0a3808973
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -1750,7 +1750,7 @@
:config (progn :config (progn
;; Outlook seems to expect \r\n in PKCS#7 encrypted containers, but ;; Outlook seems to expect \r\n in PKCS#7 encrypted containers, but
;; Gnus is only sending \n; so let's artificially replace \n by \r\n ;; Gnus is only sending \n; so let's artificially replace \n by \r\n
;; before, well, signing? Seems to work at least in the case where ;; after, well, signing? Seems to work at least in the case where
;; we are sending S/MIME encrypted and signed messages. ;; we are sending S/MIME encrypted and signed messages.
(advice-add 'mml-smime-epg-sign (advice-add 'mml-smime-epg-sign