dovecot-2.0: doveadm fetch: Removed some unnecessary code.

dovecot at dovecot.org dovecot at dovecot.org
Mon Jun 21 23:48:09 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/a3face3fd1d0
changeset: 11606:a3face3fd1d0
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jun 21 21:48:06 2010 +0100
description:
doveadm fetch: Removed some unnecessary code.

diffstat:

 src/doveadm/doveadm-mail-fetch.c |  4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r bc03e6443ca7 -r a3face3fd1d0 src/doveadm/doveadm-mail-fetch.c
--- a/src/doveadm/doveadm-mail-fetch.c	Mon Jun 21 21:47:14 2010 +0100
+++ b/src/doveadm/doveadm-mail-fetch.c	Mon Jun 21 21:48:06 2010 +0100
@@ -30,8 +30,6 @@
 	enum mail_fetch_field wanted_fields;
 
 	const struct fetch_field *cur_field;
-
-	bool print_field_prefix;
 };
 
 struct fetch_field {
@@ -368,8 +366,6 @@
 		}
 	}
 	(void)array_append_space(&ctx->header_fields);
-
-	ctx->print_field_prefix = array_count(&ctx->fields) > 1;
 }
 
 static void cmd_fetch_mail(struct fetch_cmd_context *ctx)


More information about the dovecot-cvs mailing list