summaryrefslogtreecommitdiff
path: root/mail/delete.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/delete.c')
-rw-r--r--mail/delete.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/delete.c b/mail/delete.c
index 1f2192f2d..344857246 100644
--- a/mail/delete.c
+++ b/mail/delete.c
@@ -37,7 +37,7 @@ mail_delete (int argc, char **argv)
int rc = util_foreach_msg (argc, argv, MSG_NODELETED|MSG_SILENT,
mail_delete_msg, NULL);
- if (mailvar_is_true ("autoprint"))
+ if (mailvar_is_true (mailvar_name_autoprint))
util_do_command("print");
return rc;

Return to:

Send suggestions and report system problems to the System administrator.