X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=query.c;h=2a60afa1760c9247fbcf2a63953be27c2edb4843;hp=be1ac473365e4540a1f610c0a5c64595b46bfe94;hb=774b53097f8c8b62c5101bce8f313d339387a438;hpb=ac813896ca32d850febc2d95065ac4fa040f11f9 diff --git a/query.c b/query.c index be1ac47..2a60afa 100644 --- a/query.c +++ b/query.c @@ -20,11 +20,11 @@ #include #include #include -#include #include #include "mutt.h" +#include "alias.h" #include "mutt_idna.h" #include "sort.h" @@ -88,7 +88,6 @@ static QUERY *run_query (char *s, int quiet) mutt_expand_file_fmt (cmd, sizeof (cmd), QueryCmd, s); if ((thepid = mutt_create_filter (cmd, NULL, &fp, NULL)) < 0) { - debug_print (1, ("unable to fork command: %s\n", cmd)); return 0; } if (!quiet) @@ -131,7 +130,6 @@ static QUERY *run_query (char *s, int quiet) p_delete(&buf); fclose (fp); if (mutt_wait_filter (thepid)) { - debug_print (1, ("Error: %s\n", msg)); if (!quiet) mutt_error ("%s", msg); }