]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
dbox: Removed unused message type from header.
authorTimo Sirainen <tss@iki.fi>
Mon, 21 Nov 2011 20:43:19 +0000 (22:43 +0200)
committerTimo Sirainen <tss@iki.fi>
Mon, 21 Nov 2011 20:43:19 +0000 (22:43 +0200)
src/lib-storage/index/dbox-common/dbox-file.h

index e1318fe7e6d4214f973a35302f89a677f56c6002..647091539455649b977d2cd70871acf3bfd592cb 100644 (file)
@@ -70,10 +70,7 @@ enum dbox_metadata_key {
 
 enum dbox_message_type {
        /* Normal message */
-       DBOX_MESSAGE_TYPE_NORMAL        = 'N',
-       /* Parts of the message exists outside the following data.
-          See the metadata for how to find them. */
-       DBOX_MESSAGE_TYPE_EXT_REFS      = 'E'
+       DBOX_MESSAGE_TYPE_NORMAL        = 'N'
 };
 
 struct dbox_message_header {