X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=notmuch.c;h=d76425213dba3ffc6d76f4da66081d19e503887c;hb=6c5054ebee5beb72c22d91a57c66b8ecdc65f7bf;hp=e157f02f468583f86149032fd18b26f3f0202429;hpb=0e914d9e9646349976c16472be9e986ad4b3e29e;p=notmuch diff --git a/notmuch.c b/notmuch.c index e157f02f..d7642521 100644 --- a/notmuch.c +++ b/notmuch.c @@ -411,6 +411,7 @@ dump_command (int argc, char *argv[]) notmuch_results_has_more (results); notmuch_results_advance (results)) { + int first = 1; message = notmuch_results_get (results); fprintf (output, @@ -420,8 +421,6 @@ dump_command (int argc, char *argv[]) notmuch_tags_has_more (tags); notmuch_tags_advance (tags)) { - int first = 1; - if (! first) fprintf (output, " ");