X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-ui%2Fquery.c;h=b0a42d723b21aceec11ef1db757320bf50de52e3;hp=b76eb185ba4ef0723a2ed2c7feb571a3149a11d2;hb=70e9ad0d77eb1c2d7ef76afdba6825de75d5599f;hpb=1ee89902de184a640c171ae3285bff6882a791bd diff --git a/lib-ui/query.c b/lib-ui/query.c index b76eb18..b0a42d7 100644 --- a/lib-ui/query.c +++ b/lib-ui/query.c @@ -76,7 +76,7 @@ static QUERY *run_query (char *s, int quiet) int l; - mutt_expand_file_fmt (cmd, sizeof (cmd), QueryCmd, s); + m_quotefile_fmt(cmd, sizeof (cmd), QueryCmd, s); if ((thepid = mutt_create_filter (cmd, NULL, &fp, NULL)) < 0) { return 0; @@ -119,7 +119,7 @@ static QUERY *run_query (char *s, int quiet) } } p_delete(&buf); - fclose (fp); + m_fclose(&fp); if (mutt_wait_filter (thepid)) { if (!quiet) mutt_error ("%s", msg);