mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 10:26:29 +03:00
A NDN may arrive days after the message is sent when it's already impossible to tell which message wasn't delivered looking at the "Failed to send" info message, so it only clutters the chat and makes the user think they tried to send some message recently which isn't true. Moreover, the info message duplicates the info already displayed in the error message behind the exclamation mark and info messages do not point to the message that is failed to be sent. Moreover it works rarely because `mimeparser.rs` only parses recipients from `x-failed-recipients`, so it likely only works for Gmail. Postfix does not add this `X-Failed-Recipients` header. Let's remove this parsing too. Thanks to @link2xt for pointing this out.
Delta Chat C Interface
Installation
see Installing libdeltachat system wide in ../README.md
Documentation
To generate the C Interface documentation,
call doxygen in the deltachat-ffi directory
and browse the html subdirectory.
If thinks work, the documentation is also available online at https://c.delta.chat