X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=query.c;h=2a60afa1760c9247fbcf2a63953be27c2edb4843;hp=ce1f052a8ded3e9b6d89b860b552162b76b43054;hb=2293e9bc5a94ef33dc596b064c607d6bed5ad1fd;hpb=711f787502b6a1a1c150b948a5ed9156c8ef9ba1 diff --git a/query.c b/query.c index ce1f052..2a60afa 100644 --- a/query.c +++ b/query.c @@ -20,7 +20,6 @@ #include #include #include -#include #include @@ -89,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) @@ -132,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); }