From a8f2f9a06f57298151f120c72fe08622b233fc0c Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 31 May 2010 16:01:09 +0100 Subject: [PATCH] doveadm: Removed an unnecessary code line. --HG-- branch : HEAD --- src/doveadm/doveadm-mail-mailbox.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/doveadm/doveadm-mail-mailbox.c b/src/doveadm/doveadm-mail-mailbox.c index f975e6758f..4b0e17c59b 100644 --- a/src/doveadm/doveadm-mail-mailbox.c +++ b/src/doveadm/doveadm-mail-mailbox.c @@ -417,7 +417,6 @@ cmd_mailbox_subscriptions_alloc(bool subscriptions) ctx = doveadm_mail_cmd_alloc(struct mailbox_cmd_context); ctx->ctx.subscriptions = subscriptions; - ctx->ctx.ctx.getopt_args = "78"; ctx->ctx.ctx.v.parse_arg = cmd_mailbox_parse_arg; ctx->ctx.ctx.v.init = cmd_mailbox_subscribe_init; ctx->ctx.ctx.v.run = cmd_mailbox_subscribe_run; -- 2.47.3