]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
imap: Remove dead assignment
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Mon, 26 May 2025 07:13:13 +0000 (10:13 +0300)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Fri, 30 May 2025 10:16:01 +0000 (10:16 +0000)
src/imap/cmd-append.c

index 3a831294ff5c676a1a201a080466815ccedc9af8..d39e5e2eaf3891c4367e6702d54441b68af8095b 100644 (file)
@@ -658,7 +658,6 @@ cmd_append_handle_args(struct client_command_context *cmd,
        }
 
        /* <message literal> | CATENATE (..) | UTF8 (..) */
-       valid = FALSE;
        *nonsync_r = FALSE;
        ctx->catenate = FALSE;
        if (imap_arg_get_literal_size(args, &ctx->literal_size)) {