1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-06 03:50:08 +02:00

test setup message generation only for configured mailboxes (otherwise we cannot generate a key)

This commit is contained in:
B. Petersen 2018-02-19 00:48:12 +01:00
parent 575a027a52
commit 015821a044

View file

@ -542,6 +542,7 @@ void stress_functions(mrmailbox_t* mailbox)
free(buf);
}
if( mrmailbox_is_configured(mailbox) )
{
char *setupcode = NULL, *setupfile = NULL;