]> granicus.if.org Git - mutt/commitdiff
Fix #1364.
authorMichael Elkins <me@sigpipe.org>
Mon, 11 Nov 2002 19:51:09 +0000 (19:51 +0000)
committerMichael Elkins <me@sigpipe.org>
Mon, 11 Nov 2002 19:51:09 +0000 (19:51 +0000)
send.c

diff --git a/send.c b/send.c
index ea0be574626a7258d62040dbd6bfa7ef23081a46..0cebc532a902ba5426dd2fbbc9e6646d79e4caad 100644 (file)
--- a/send.c
+++ b/send.c
@@ -1209,6 +1209,14 @@ ci_send_message (int flags,              /* send mode */
     
     mutt_message_hook (NULL, msg, M_SENDHOOK);
 
+    /*
+     * Unset the replied flag from the message we are composing since it is
+     * no longer required.  This is done here because the FCC'd copy of
+     * this message was erroneously get the 'R'eplied flag when stored in
+     * a maildir-style mailbox.
+     */
+    msg->replied = 0;
+
     if (killfrom)
     {
       rfc822_free_address (&msg->env->from);