From 13f3d50f427e25dea557a7641ae6bf4a0ca87583 Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan.bosch@open-xchange.com> Date: Wed, 16 Oct 2024 00:59:13 +0200 Subject: [PATCH] sieve-tools: Reformat sieve-filter.c --- src/sieve-tools/sieve-filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sieve-tools/sieve-filter.c b/src/sieve-tools/sieve-filter.c index 03cbbc7b5..560d2e96c 100644 --- a/src/sieve-tools/sieve-filter.c +++ b/src/sieve-tools/sieve-filter.c @@ -401,7 +401,7 @@ int main(int argc, char **argv) /* Parse arguments */ dst_mailbox = move_mailbox = NULL; force_compile = execute = source_write = default_move = FALSE; - verbose = FALSE; + verbose = FALSE; while ((c = sieve_tool_getopt(sieve_tool)) > 0) { switch (c) { case 'm': -- GitLab