mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-05 19:42:04 +02:00
test setup message generation only for configured mailboxes (otherwise we cannot generate a key)
This commit is contained in:
parent
575a027a52
commit
015821a044
1 changed files with 1 additions and 0 deletions
|
@ -542,6 +542,7 @@ void stress_functions(mrmailbox_t* mailbox)
|
|||
free(buf);
|
||||
}
|
||||
|
||||
if( mrmailbox_is_configured(mailbox) )
|
||||
{
|
||||
char *setupcode = NULL, *setupfile = NULL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue