]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
imap: set 'internal' flag for NOTIFY-CALLBACK command.
authorsergey.kitov <sergey.kitov@open-xchange.com>
Thu, 20 Apr 2023 07:44:03 +0000 (10:44 +0300)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Fri, 28 Apr 2023 11:32:21 +0000 (11:32 +0000)
src/imap/imap-notify.c

index 80bc41bfa8a7b03eea9f1edf09336c0f9bc6e414..4c0d0dd0db5cde597cbc6d9f3f9756a86a62b341 100644 (file)
@@ -399,6 +399,7 @@ static void imap_notify_callback(struct mailbox *box, struct client *client)
        cmd = client_command_alloc(client);
        cmd->tag = "*";
        cmd->name = "NOTIFY-CALLBACK";
+       cmd->internal = TRUE;
        client_command_init_finished(cmd);
 
        if (!client->notify_ctx->selected_immediate_expunges)