changeset 13740:c89dec41ad69

dbox: Removed unused message type from header.
author Timo Sirainen <tss@iki.fi>
date Mon, 21 Nov 2011 22:43:19 +0200
parents 1827699b8156
children 38846458ef78
files src/lib-storage/index/dbox-common/dbox-file.h
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-storage/index/dbox-common/dbox-file.h	Sat Nov 19 23:42:05 2011 +0200
+++ b/src/lib-storage/index/dbox-common/dbox-file.h	Mon Nov 21 22:43:19 2011 +0200
@@ -70,10 +70,7 @@
 
 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 {