From: Timo Sirainen Date: Mon, 18 Nov 2013 14:23:42 +0000 (+0200) Subject: doveadm user: Fixed printing multiple users X-Git-Tag: 2.2.8~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5fb679bef4722837278b760f15997ba6e3893bba;p=thirdparty%2Fdovecot%2Fcore.git doveadm user: Fixed printing multiple users --- diff --git a/src/doveadm/doveadm-auth.c b/src/doveadm/doveadm-auth.c index 5a7c14c818..503fb01713 100644 --- a/src/doveadm/doveadm-auth.c +++ b/src/doveadm/doveadm-auth.c @@ -388,7 +388,7 @@ static int cmd_user_mail_input(struct mail_storage_service_ctx *storage_service, return 0; } - if (show_field == NULL) { + if (show_field == NULL && !doveadm_print_is_initialized()) { doveadm_print_init(DOVEADM_PRINT_TYPE_TAB); doveadm_print_header_simple("field"); doveadm_print_header_simple("value");