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 2016-07-24 11:39:13 +02:00
parent 84c754b218
commit a85e636f9b

View file

@ -309,8 +309,8 @@ int32_t MrImfParser::Imf2Msg(const char* imf_raw, size_t imf_len)
} // for
// check, if the given message is send by _us_ -
// a message that is send by us introduces a chat with the receivers
// check, if the given message is send by _us_ to only _one_ receiver --
// only these messages introduce an automatic chat with the receiver (of course, the user can add other chats manually)
if( !comes_from_extern )
{
// TODO: create chats, if not yet done