-
-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Limit retained history #22
Comments
This is planned. In fact, we already have an option for it (currently hidden at "System->Delta Chat App-info / Memory / Manage memory") |
if we implement this feature, we should have different timeouts until messages from the "Contact requests" and messages from other chats are deleted (deleted from the device, not from the server), this would target #132 then. |
At my device I see here only "System->Delta Chat / App-info / Memory / Delete memory" ?? Waiting urgently for an automatic feature ;-) |
well, the ui has changed the last months :) |
My proposal for a handy function:
Comments welcome ;-) |
Maybe this issue is better moved to the core? |
yes, however, issues cannot be moved on github. so, i prefer most times to leave things unsorted over having fragmentation :) |
EDIT proposal for a handy function:
EDIT (07/24/2018)
|
The last comment looks identical to what you wrote three messages ago, and what you posted at deltachat/deltachat-core#120 [consolidated] (auto-)archive / delete (support continuous daily usage) And one UI point in deltachat/deltachat-core#120 is:
|
In my last post 1. has been updated in wording |
Updated my last bigger comment (list item 4) |
With my own experience now while updating DC and the need of using the backup function for that, I've been running nearly into a memory constraint and reimporting data has been at high risk not to finalize any more. The database compression (Point 4. / vacuum function) should be attacked as soon as possible! And finally as a 5th point I want to propose an archive funktion to a(some) second database file(s) which could be opened from DC to look for older archieved messages and/or copied from the device to another storage location. |
|
Maybe open different issues for 4. and 6.? The other points are part of deltachat/deltachat-core#120 |
ok, added 5. to deltachat/deltachat-core#120 |
Point 4/5/6 are the technical functions which complete point 1-3 (user functions). Only with 4-6 the other functions really fulfills their intention to release and free space (!) And yes, maybe it is worth to move them to a separate issue. Will do that later ;-) |
As I saw @r10s wants to keep this issue open to handle all this stuff. And therefore I included all ideas to that here ;-) |
I don't know, the issues are clearly unsorted and fragmented, and thus there is no clear path, and streamlined progress on the issues is much harder (with limited on/off time constrains). Quickly solvable topics could be lined up better, when things are sorted out. |
yes, please leave this issue open. |
as this affects desktop as well as android, i've moved this to the core, see deltachat/deltachat-core#244 |
…s sed -i 's/\bSignal\b/Delta Chat/g', tackles #22
Similar to #21. I would like to have an option to limit the amount of history kept in the app as I'm using the app. For example, I could limit the amount of history by number of message (like 200) or length of time (like 90 days).
I would not expect this limit to cause messages to be deleted from the server.
The text was updated successfully, but these errors were encountered: