From 7c6b8ca035c443e054dae48ae7535de76b4d459e Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 2 Nov 2010 15:34:50 +0000 Subject: [PATCH] dbox: Comment update. --- src/lib-storage/index/dbox-common/dbox-file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib-storage/index/dbox-common/dbox-file.h b/src/lib-storage/index/dbox-common/dbox-file.h index cc9e2ab369..03f12d9b0f 100644 --- a/src/lib-storage/index/dbox-common/dbox-file.h +++ b/src/lib-storage/index/dbox-common/dbox-file.h @@ -53,7 +53,7 @@ enum dbox_metadata_key { /* Virtual message size in hex (line feeds counted as CRLF) */ DBOX_METADATA_VIRTUAL_SIZE = 'V', /* Pointer to external message data. Format is: - 1*( ) */ + 1*( ) */ DBOX_METADATA_EXT_REF = 'X', /* Mailbox name where this message was originally saved to. When rebuild finds a message whose mailbox is unknown, it's -- 2.47.3