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:
parent
e3ca3e1f0c
commit
333bebfc54
7 changed files with 53 additions and 69 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue