]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch.c
Unbreak the "notmuch setup" command.
[notmuch] / notmuch.c
index f620f58dfe8aadcbcbfe0bd2186996c9fbf626c6..ca30b521d725fe97ea9b77dbc040b74a3ce9ab10 100644 (file)
--- a/notmuch.c
+++ b/notmuch.c
@@ -264,9 +264,10 @@ add_files_recursive (notmuch_database_t *notmuch,
                    /* success */
                    case NOTMUCH_STATUS_SUCCESS:
                        state->added_messages++;
                    /* success */
                    case NOTMUCH_STATUS_SUCCESS:
                        state->added_messages++;
-                       if (state->callback)
+                       if (state->callback) {
                            (state->callback) (message);
                            (state->callback) (message);
-                       notmuch_message_destroy (message);
+                           notmuch_message_destroy (message);
+                       }
                        break;
                    /* Non-fatal issues (go on to next file) */
                    case NOTMUCH_STATUS_DUPLICATE_MESSAGE_ID:
                        break;
                    /* Non-fatal issues (go on to next file) */
                    case NOTMUCH_STATUS_DUPLICATE_MESSAGE_ID: