dovecot-2.1: doveadm: Compile fix for previous lib-index change.

dovecot at dovecot.org dovecot at dovecot.org
Sat Dec 10 08:43:14 EET 2011


details:   http://hg.dovecot.org/dovecot-2.1/rev/186f2f5ee1c3
changeset: 13843:186f2f5ee1c3
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Dec 10 08:43:09 2011 +0200
description:
doveadm: Compile fix for previous lib-index change.

diffstat:

 src/doveadm/doveadm-dump-index.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r ce29836e369e -r 186f2f5ee1c3 src/doveadm/doveadm-dump-index.c
--- a/src/doveadm/doveadm-dump-index.c	Sat Dec 10 08:42:26 2011 +0200
+++ b/src/doveadm/doveadm-dump-index.c	Sat Dec 10 08:43:09 2011 +0200
@@ -9,7 +9,6 @@
 #include "message-part-serialize.h"
 #include "mail-index-private.h"
 #include "mail-cache-private.h"
-#include "mail-cache-private.h"
 #include "mail-index-modseq.h"
 #include "doveadm-dump.h"
 
@@ -344,7 +343,7 @@
 			printf("   - ");
 		printf("%-4s %.16s\n",
 		       cache_decision2str(field->decision),
-		       unixdate2str(cache->fields[cache_idx].last_used));
+		       unixdate2str(field->last_used));
 	}
 }
 


More information about the dovecot-cvs mailing list