dovecot-2.1: dbox: Removed unused message type from header.
dovecot at dovecot.org
dovecot at dovecot.org
Mon Nov 21 22:43:28 EET 2011
details: http://hg.dovecot.org/dovecot-2.1/rev/c89dec41ad69
changeset: 13740:c89dec41ad69
user: Timo Sirainen <tss at iki.fi>
date: Mon Nov 21 22:43:19 2011 +0200
description:
dbox: Removed unused message type from header.
diffstat:
src/lib-storage/index/dbox-common/dbox-file.h | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (15 lines):
diff -r 1827699b8156 -r c89dec41ad69 src/lib-storage/index/dbox-common/dbox-file.h
--- 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 {
More information about the dovecot-cvs
mailing list