summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/send.c b/send.c
index f34e62ee..62bf6e08 100644
--- a/send.c
+++ b/send.c
@@ -398,7 +398,7 @@ static int default_to (ADDRESS **to, ENVELOPE *env, int group)
return 0;
}
- if (mutt_addr_is_user (env->from))
+ if (!option(OPTMETOO) && mutt_addr_is_user (env->from))
{
/* mail is from the user, assume replying to recipients */
rfc822_append (to, env->to);