Commit 1caef376 1caef376ecd2fd676813b28c9f8ba77cf09919a3 by Sergey Poznyakoff

(mail_send0): Fixed typo in variable name.

1 parent c9e2c191
......@@ -231,7 +231,7 @@ mail_send0 (compose_env_t * env, int save_to)
if (!buf)
{
if (util_getenv (NULL, "ignore", Mail_env_boolean, 0) == 0)
if (util_getenv (NULL, "ignoreeof", Mail_env_boolean, 0) == 0)
{
util_error (util_getenv (NULL, "dot", Mail_env_boolean, 0) == 0 ?
_("Use \".\" to terminate letter.") :
......