]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
imap: cmd-append - Replace spaces with tabs
authorKarl Fleischmann <karl.fleischmann@open-xchange.com>
Thu, 17 Apr 2025 09:50:25 +0000 (11:50 +0200)
committerKarl Fleischmann <karl.fleischmann@open-xchange.com>
Thu, 21 Aug 2025 11:50:11 +0000 (13:50 +0200)
src/imap/cmd-append.c

index d39e5e2eaf3891c4367e6702d54441b68af8095b..8e1dec27e608caffee7bb52f357ce72060f7355e 100644 (file)
@@ -27,9 +27,9 @@
 
 struct cmd_append_context {
        struct client *client;
-        struct client_command_context *cmd;
+       struct client_command_context *cmd;
        struct mailbox *box;
-        struct mailbox_transaction_context *t;
+       struct mailbox_transaction_context *t;
        time_t started;
 
        struct mailbox_transaction_context *rep_trans;
@@ -1113,7 +1113,7 @@ static bool cmd_append_full(struct client_command_context *cmd, bool replace)
 {
        struct client *client = cmd->client;
        const struct imap_arg *args;
-        struct cmd_append_context *ctx;
+       struct cmd_append_context *ctx;
        const char *mailbox;
        uint32_t seqnum = 0;