(gnus-summary-resend-message-edit): Call mime-to-mml.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 26 Jan 2004 10:12:59 +0000 (10:12 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 26 Jan 2004 10:12:59 +0000 (10:12 +0000)
lisp/ChangeLog
lisp/gnus-msg.el

index 82fc310..d63b9d4 100644 (file)
@@ -1,3 +1,7 @@
+2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
+
 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
 
        * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
index 46f590f..504da2d 100644 (file)
@@ -1261,6 +1261,7 @@ composing a new message."
        ;; Get a normal message buffer.
        (message-pop-to-buffer (message-buffer-name "Resend" to))
        (insert-buffer-substring cur)
+       (mime-to-mml)
        (message-narrow-to-head-1)
        ;; Gnus will generate a new one when sending.
        (message-remove-header "Message-ID")