dovecot-2.0: Minor code cleanup.

dovecot at dovecot.org dovecot at dovecot.org
Mon Aug 31 18:38:53 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/46adc15b33d9
changeset: 9829:46adc15b33d9
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Aug 31 11:33:42 2009 -0400
description:
Minor code cleanup.

diffstat:

1 file changed, 1 deletion(-)
src/lib-storage/index/index-fetch.c |    1 -

diffs (11 lines):

diff -r 0b8492a4f219 -r 46adc15b33d9 src/lib-storage/index/index-fetch.c
--- a/src/lib-storage/index/index-fetch.c	Fri Aug 28 17:30:05 2009 -0400
+++ b/src/lib-storage/index/index-fetch.c	Mon Aug 31 11:33:42 2009 -0400
@@ -82,7 +82,6 @@ bool index_storage_get_expunges(struct m
 				const ARRAY_TYPE(seq_range) *uids_filter,
 				ARRAY_TYPE(mailbox_expunge_rec) *expunges)
 {
-#define EXPUNGE_MASK (MAIL_TRANSACTION_EXPUNGE | MAIL_TRANSACTION_EXTERNAL)
 	struct index_mailbox *ibox = (struct index_mailbox *)box;
 	struct mail_transaction_log_view *log_view;
 	const struct mail_transaction_header *thdr;


More information about the dovecot-cvs mailing list