summaryrefslogtreecommitdiffstats
path: root/send.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-11-10 22:21:01 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-11-10 22:21:01 +0000
commite03bfcfd021a93e1db3a4118ec8dc3306692995d (patch)
tree316bb8bc40cf8f4bd944dc44275d86b79b186593 /send.c
parenta3f726e35f1e7d918061074a85ebe7a2c7c300a5 (diff)
Fix the $metoo option's behaviour.
Diffstat (limited to 'send.c')
-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);