From 4a663685962f19291933ad7061de1e02e2baf97c Mon Sep 17 00:00:00 2001 From: Karl Fleischmann Date: Thu, 6 Mar 2025 14:42:59 +0100 Subject: [PATCH] imap: cmd_store() - Fix indentation --- src/imap/cmd-store.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/imap/cmd-store.c b/src/imap/cmd-store.c index a817f36679..2c6aa9d27b 100644 --- a/src/imap/cmd-store.c +++ b/src/imap/cmd-store.c @@ -220,7 +220,7 @@ bool cmd_store(struct client_command_context *cmd) ret = mailbox_search_deinit(&search_ctx); if (ret < 0) mailbox_transaction_rollback(&t); - else + else ret = mailbox_transaction_commit(&t); if (ret < 0) { array_free(&modified_set); -- 2.47.3