Remove lots of useless stupid, and code greedy options.
[apps/madmutt.git] / send.c
diff --git a/send.c b/send.c
index 8659f21..e44222a 100644 (file)
--- 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));
   }
     /* mail is from the user, assume replying to recipients */
     address_list_append(to, address_list_dup(env->to));
   }