dovecot-2.0: mdbox: Removed unnecessary code line.
dovecot at dovecot.org
dovecot at dovecot.org
Sat Jun 5 15:38:18 EEST 2010
details: http://hg.dovecot.org/dovecot-2.0/rev/6f5d3e035652
changeset: 11486:6f5d3e035652
user: Timo Sirainen <tss at iki.fi>
date: Sat Jun 05 13:38:17 2010 +0100
description:
mdbox: Removed unnecessary code line.
diffstat:
src/lib-storage/index/dbox-multi/mdbox-map.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diffs (11 lines):
diff -r e9fed6359699 -r 6f5d3e035652 src/lib-storage/index/dbox-multi/mdbox-map.c
--- a/src/lib-storage/index/dbox-multi/mdbox-map.c Fri Jun 04 21:40:17 2010 +0100
+++ b/src/lib-storage/index/dbox-multi/mdbox-map.c Sat Jun 05 13:38:17 2010 +0100
@@ -1249,7 +1249,6 @@
hdr = mail_index_get_header(map->view);
if (hdr->uid_validity != 0) {
/* someone else beat us to it */
- uid_validity = hdr->uid_validity;
} else {
uid_validity = ioloop_time;
mail_index_update_header(trans,
More information about the dovecot-cvs
mailing list