1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-05 10:39:27 +02:00
This commit is contained in:
B. Petersen 2018-09-20 21:55:00 +02:00
parent 64c598c6fa
commit 583733b742
3 changed files with 6 additions and 3 deletions

View file

@ -215,6 +215,9 @@ int main(int argc, char ** argv)
char* cmd = NULL;
dc_context_t* context = dc_context_new(receive_event, NULL, "CLI");
return;
dc_cmdline_skip_auth(context); /* disable the need to enter the command `auth <password>` for all mailboxes. */
/* open database from the commandline (if omitted, it can be opened using the `open`-command) */