X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-reply.c;fp=notmuch-reply.c;h=b40ce96bca2a1725dc126dda6ec24eec649fb927;hp=700f33978a14f1328a95e0dbbcf7c17d7bf7aa01;hb=eef21c284742fa5ae14d7d352acc3a4dc98821ce;hpb=df4c66f85d4aa05c462ad119c6dad3afa421f6f2 diff --git a/notmuch-reply.c b/notmuch-reply.c index 700f3397..b40ce96b 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -639,7 +639,9 @@ do_reply (notmuch_database_t *notmuch, return 1; if (count != 1) { - fprintf (stderr, "Error: search term did not match precisely one message (matched %u messages).\n", count); + fprintf (stderr, + "Error: search term did not match precisely one message (matched %u messages).\n", + count); return 1; } @@ -703,7 +705,8 @@ do_reply (notmuch_database_t *notmuch, } int -notmuch_reply_command (unused(notmuch_config_t *config), notmuch_database_t *notmuch, int argc, char *argv[]) +notmuch_reply_command (unused(notmuch_config_t *config), notmuch_database_t *notmuch, + int argc, char *argv[]) { notmuch_query_t *query; char *query_string;