Fixed.
authorueno <ueno>
Thu, 20 Apr 2006 05:43:12 +0000 (05:43 +0000)
committerueno <ueno>
Thu, 20 Apr 2006 05:43:12 +0000 (05:43 +0000)
mime-edit.el

index 7752dac..3b76e6d 100644 (file)
@@ -1826,7 +1826,7 @@ Content-Transfer-Encoding: 7bit
          (error (signal 'mime-edit-error (cdr error))))
        (goto-char beg)
        (insert
-        "--[[application/pgp; format=mime][7bit]]\n")
+        "--[[application/pgp; format=mime][7bit]]\n" signature)
        ))))
 
 (defun mime-edit-encrypt-pgp-kazu (beg end boundary)