summaryrefslogtreecommitdiffstats
path: root/send.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-11-23 10:08:07 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-11-23 10:08:07 +0000
commit9f61713ddeea783bddc259b2ecfe8a1dcd7481f4 (patch)
tree21ae2b1636b0306db4a6be277e22c9002f92deb5 /send.c
parente0943692edf7d7970fddd908d9fa4846d6e1fcdf (diff)
Introduce a new option $reply_self. From Vikas.
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 84ab3432..10dd3844 100644
--- a/send.c
+++ b/send.c
@@ -398,7 +398,7 @@ static int default_to (ADDRESS **to, ENVELOPE *env, int group)
return 0;
}
- if (!option(OPTMETOO) && mutt_addr_is_user (env->from))
+ if (!option(OPTREPLYSELF) && mutt_addr_is_user (env->from))
{
/* mail is from the user, assume replying to recipients */
rfc822_append (to, env->to);