mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-04 18:29:19 +02:00
prepare idle
This commit is contained in:
parent
2f9e9f278c
commit
031bcafa47
8 changed files with 32 additions and 92 deletions
|
@ -173,7 +173,6 @@ int main(int argc, char ** argv)
|
|||
}
|
||||
else if( strcmp(cmd, "getqr")==0 || strcmp(cmd, "getbadqr")==0 )
|
||||
{
|
||||
mrmailbox_connect(mailbox);
|
||||
char* qrstr = mrmailbox_get_securejoin_qr(mailbox, arg1? atoi(arg1) : 0);
|
||||
if( qrstr && qrstr[0] ) {
|
||||
if( strcmp(cmd, "getbadqr")==0 && strlen(qrstr)>40 ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue