mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-05 10:39:27 +02:00
Typo
This commit is contained in:
parent
84c754b218
commit
a85e636f9b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue