mutt_expand_file_fmt -> m_quotefile_fmt in file.c
[apps/madmutt.git] / lib-ui / query.c
index 62ecd9a..b0a42d7 100644 (file)
@@ -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;