X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=send.c;h=e44222afc885aa85b9184dc114ef692b3789f35b;hp=8659f21ef1c4d0126c5c4cfe71af59f8601cfc93;hb=15aeb79a9b30f4037ec0898452090e90da28f7f1;hpb=f435868132e200bfa71ac155f037cf64bf5414ba diff --git a/send.c b/send.c index 8659f21..e44222a 100644 --- a/send.c +++ b/send.c @@ -510,7 +510,7 @@ static int default_to (address_t ** to, ENVELOPE * env, int flags, int hmfupto) } } - if (!option (OPTREPLYSELF) && mutt_addr_is_user (env->from)) { + if (mutt_addr_is_user(env->from)) { /* mail is from the user, assume replying to recipients */ address_list_append(to, address_list_dup(env->to)); }