]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-storage: Finish renaming mail_stream_opened to mail_stream_accessed in comment
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Fri, 21 Oct 2022 07:49:53 +0000 (10:49 +0300)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Mon, 24 Oct 2022 11:03:20 +0000 (11:03 +0000)
Forgotten in d7b8c4097185e2ab40acf43524f48fcde80f615d

src/lib-storage/mail-storage.h

index d1efc23303f5fb9c02e51075ef9752c30d1bd878..7f53db97d3dacc7b7ea7f1306044ceb1dc717b79 100644 (file)
@@ -413,7 +413,7 @@ struct mail {
           can't become TRUE. */
        bool mail_stream_accessed:1;
        /* Mail's fast metadata was accessed within this request, e.g. the mail
-          file was stat()ed. If mail_stream_opened==TRUE, this value isn't
+          file was stat()ed. If mail_stream_accessed==TRUE, this value isn't
           accurate anymore, because some backends may always set this when
           stream is opened and some don't. If lookup_abort is
           MAIL_LOOKUP_ABORT_NOT_IN_CACHE, this can't become TRUE. */