1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-05 02:29:28 +02:00

let the mimefactory just use In-Reply-To & Co. from the database, store In-Reply-To & Co. on receiving messages

This commit is contained in:
B. Petersen 2018-10-26 01:00:08 +02:00
parent e3ca3e1f0c
commit 333bebfc54
No known key found for this signature in database
GPG key ID: 3B88E92DEA8E9AFC
7 changed files with 53 additions and 69 deletions

View file

@ -898,16 +898,6 @@ char* dc_create_id(void)
}
char* dc_create_dummy_references_mid()
{
char* msgid = dc_create_id();
char* ret = NULL;
ret = dc_mprintf("Rf.%s@mr.thread", msgid);
free(msgid);
return ret;
}
char* dc_create_outgoing_rfc724_mid(const char* grpid, const char* from_addr)
{
/* Function generates a Message-ID that can be used for a new outgoing message.