dovecot-2.0: doveadm: Removed an unnecessary code line.
dovecot at dovecot.org
dovecot at dovecot.org
Mon May 31 18:01:12 EEST 2010
details: http://hg.dovecot.org/dovecot-2.0/rev/eac68d311ce3
changeset: 11431:eac68d311ce3
user: Timo Sirainen <tss at iki.fi>
date: Mon May 31 16:01:09 2010 +0100
description:
doveadm: Removed an unnecessary code line.
diffstat:
src/doveadm/doveadm-mail-mailbox.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diffs (11 lines):
diff -r c82a7922fca9 -r eac68d311ce3 src/doveadm/doveadm-mail-mailbox.c
--- a/src/doveadm/doveadm-mail-mailbox.c Mon May 31 15:32:18 2010 +0100
+++ b/src/doveadm/doveadm-mail-mailbox.c Mon May 31 16:01:09 2010 +0100
@@ -417,7 +417,6 @@
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;
More information about the dovecot-cvs
mailing list