]> granicus.if.org Git - mutt/commitdiff
Set default Fcc when resending a message.
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 24 Jan 2002 09:35:24 +0000 (09:35 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 24 Jan 2002 09:35:24 +0000 (09:35 +0000)
send.c

diff --git a/send.c b/send.c
index e6a4501e830b5e95b823dd0ca5dcc7ea789c3f21..1370d0288b2d00a78504c3685a5fa8d99aba9351 100644 (file)
--- a/send.c
+++ b/send.c
@@ -1320,7 +1320,7 @@ ci_send_message (int flags,               /* send mode */
   /* specify a default fcc.  if we are in batchmode, only save a copy of
    * the message if the value of $copy is yes or ask-yes */
 
-  if (!fcc[0] && !(flags & (SENDRESEND|SENDPOSTPONED)) && (!(flags & SENDBATCH) || (quadoption (OPT_COPY) & 0x1)))
+  if (!fcc[0] && !(flags & (SENDPOSTPONED)) && (!(flags & SENDBATCH) || (quadoption (OPT_COPY) & 0x1)))
   {
     /* set the default FCC */
     if (!msg->env->from)