Skip to content

Commit

Permalink
sync_server: remove -f parameter
Browse files Browse the repository at this point in the history
It is void since b19edfa.
  • Loading branch information
dilyanpalauzov committed May 9, 2024
1 parent 6992fb4 commit 90ff802
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions imap/sync_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ static int sync_sieve_mailbox_enabled = 0;
static int sync_archive_enabled = 0;
static struct proc_handle *proc_handle = NULL;

static int opt_force = 0;

/* commands that have specific names */
static void cmdloop(void);
static void cmd_authenticate(char *mech, char *resp);
Expand Down Expand Up @@ -260,9 +258,6 @@ int service_init(int argc __attribute__((unused)),
case 'p': /* external protection */
extprops_ssf = atoi(optarg);
break;
case 'f':
opt_force = 1;
break;
default:
usage();
}
Expand Down

0 comments on commit 90ff802

Please sign in to comment.