]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
doveadm: Removed an unnecessary code line.
authorTimo Sirainen <tss@iki.fi>
Mon, 31 May 2010 15:01:09 +0000 (16:01 +0100)
committerTimo Sirainen <tss@iki.fi>
Mon, 31 May 2010 15:01:09 +0000 (16:01 +0100)
--HG--
branch : HEAD

src/doveadm/doveadm-mail-mailbox.c

index f975e6758f0240e4fb9469fe5a505a6d9ea9e050..4b0e17c59b2120820bc5bc7190521c7a8b92531a 100644 (file)
@@ -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;