From: Timo Sirainen Date: Mon, 21 Nov 2011 20:43:19 +0000 (+0200) Subject: dbox: Removed unused message type from header. X-Git-Tag: 2.1.rc1~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d5b030f57cb124d130b13b42aead98dafaf3b46d;p=thirdparty%2Fdovecot%2Fcore.git dbox: Removed unused message type from header. --- diff --git a/src/lib-storage/index/dbox-common/dbox-file.h b/src/lib-storage/index/dbox-common/dbox-file.h index e1318fe7e6..6470915394 100644 --- a/src/lib-storage/index/dbox-common/dbox-file.h +++ b/src/lib-storage/index/dbox-common/dbox-file.h @@ -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 {