summaryrefslogtreecommitdiff
path: root/mail/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/shell.c')
-rw-r--r--mail/shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/shell.c b/mail/shell.c
index 995da7cf4..2d80c7b34 100644
--- a/mail/shell.c
+++ b/mail/shell.c
@@ -78,7 +78,7 @@ mail_execute (int shell, char *progname, int argc, char **argv)
xargv = mu_calloc (xargc + 1, sizeof (xargv[0]));
/* Expand arguments if required */
- if (mailvar_get (NULL, "bang", mailvar_type_boolean, 0) == 0)
+ if (mailvar_is_true ("bang"))
{
int i;
char *last = NULL;

Return to:

Send suggestions and report system problems to the System administrator.