Christian Schneider
Christian Schneider
This is a good solution so far.
I think proposal from r10s from 9th Jan is a good solution so far. Multiple account handling should solve this problem in general, but one corner case is that you...
IMHO, if changing email address: 1) should affect connection to email server smtp and imap. 2) messages to self should be mapped to new chat for me with new address....
The more I think about this issue I find at the end we cannot fully prevent these "troubles". The challenge is to bring classig MUA and DC together. The challenge...
Following informations should be clearly included to inform classic MUA user: 1. This mail is a management mail from Delta Chat messenger. 2. It is send because (for example) user...
@adbenitez - The problem is simply that this kind of email doesn't exist in standard email correspondence. Users which are not knowing DC are confused about. I more often got...
@STPKITT @adbenitez Maybe I used the wrong words but I fully agree what you wrote here https://github.com/deltachat/deltachat-core/issues/674?_pjax=%23js-repo-pjax-container#issuecomment-489080414 Explain it more to classic MUA users. That's it :-) Maybe I should...
Got next complaints :-( We should not force users to an approach they not want (and in some way not need).
Last test with a new binary which uses following code in dc_imex.c > dc_sqlite3_execute(context->sql, "DROP TABLE backup_blobs;"); dc_sqlite3_execute(context->sql, "END TRANSACTION;"); dc_sqlite3_execute(context->sql, "VACUUM;"); shows following result in logcat: ``` 09-06 00:22:53.971...
As I can estimate the memory consumption while importing backup, see this consideration: - starting point: backup db size 1GB - while importing db, this is copied so we come...