mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-05 10:39:27 +02:00
comment
This commit is contained in:
parent
64c598c6fa
commit
583733b742
3 changed files with 6 additions and 3 deletions
|
@ -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) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue