X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-insert.c;fp=notmuch-insert.c;h=cc5aeefc1fc00b907b09e22e4ac17d909d7b20c5;hp=0f272e2e89a1f80a84feb69188b3eb2e121aff10;hb=eef21c284742fa5ae14d7d352acc3a4dc98821ce;hpb=df4c66f85d4aa05c462ad119c6dad3afa421f6f2 diff --git a/notmuch-insert.c b/notmuch-insert.c index 0f272e2e..cc5aeefc 100644 --- a/notmuch-insert.c +++ b/notmuch-insert.c @@ -444,7 +444,8 @@ add_file (notmuch_database_t *notmuch, const char *path, tag_op_list_t *tag_ops, } int -notmuch_insert_command (unused(notmuch_config_t *config),notmuch_database_t *notmuch, int argc, char *argv[]) +notmuch_insert_command (unused(notmuch_config_t *config), notmuch_database_t *notmuch, + int argc, char *argv[]) { notmuch_status_t status, close_status; struct sigaction action;