mirror of
https://github.com/chatmail/core.git
synced 2026-05-04 22:06:29 +03:00
Also make Accounts uncloneable. It is still possible to derive Clone, but does not make sense to do so, as .clone() creates two separate account managers which use the same files but different unsynchronized in-memory data structures.
Delta Chat C Interface
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