From 3fdfbb2b19dd5cfb5c0631f4cf1459504fac15be Mon Sep 17 00:00:00 2001 From: Karl Fleischmann Date: Thu, 17 Apr 2025 11:50:25 +0200 Subject: [PATCH] imap: cmd-append - Replace spaces with tabs --- src/imap/cmd-append.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/imap/cmd-append.c b/src/imap/cmd-append.c index d39e5e2eaf..8e1dec27e6 100644 --- a/src/imap/cmd-append.c +++ b/src/imap/cmd-append.c @@ -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; -- 2.47.3