Use LITERAL arg of mm-replace-in-string.
authorDaiki Ueno <ueno@unixuser.org>
Tue, 20 Feb 2007 02:38:06 +0000 (02:38 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Tue, 20 Feb 2007 02:38:06 +0000 (02:38 +0000)
lisp/mml2015.el

index 2644539..43d91ee 100644 (file)
@@ -1081,7 +1081,7 @@ Whether the passphrase is cached at all is controlled by
        (mm-set-handle-multipart-parameter
         mm-security-handle 'gnus-info "Corrupted")
        (throw 'error handle))
-      (setq part (mm-replace-in-string part "\n" "\r\n")
+      (setq part (mm-replace-in-string part "\n" "\r\n" t)
            signature (mm-get-part signature)
            context (epg-make-context))
       (condition-case error