From d3a203301d7305669d30bc1bca266fcbf68968b3 Mon Sep 17 00:00:00 2001 From: Karl Fleischmann Date: Thu, 19 Jan 2023 16:05:12 +0100 Subject: [PATCH] lib-storage: Fix typo in note-comment of mailbox_get_last_internal_error() --- src/lib-storage/mail-storage.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib-storage/mail-storage.c b/src/lib-storage/mail-storage.c index a900662b0f..512ac683d6 100644 --- a/src/lib-storage/mail-storage.c +++ b/src/lib-storage/mail-storage.c @@ -684,8 +684,8 @@ const char *mail_storage_get_last_internal_error(struct mail_storage *storage, } /* Note: mailbox_get_last_internal_error() will include the mailbox prefix only - when when mailbox->vname does not match last_internal_error_mailbox, - which might happen with e.g. virtual mailboxes logging about physical + when mailbox->vname does not match last_internal_error_mailbox, which + might happen with e.g. virtual mailboxes logging about physical mailboxes, while mail_storage_get_last_internal_error() always does. */ const char *mailbox_get_last_internal_error(struct mailbox *box, enum mail_error *error_r) -- 2.47.3