deltachat / deltachat-android

Email-based instant messaging for Android.
GNU General Public License v3.0
1.09k stars 144 forks source link

Ability to customize the value of "Auto-Download Messages" #2622

Closed MadTooth closed 1 year ago

MadTooth commented 1 year ago

Can you add the ability to customize the value of "Auto-Download Messages" (Custom value), I need to set "this" value to 0

Hocuri commented 1 year ago

I need to set "this" value to 0

What's "this", and why do you want to set it to 0? Do you want to not auto-download any messages at all, and only download messages manually?

r10s commented 1 year ago

ftr, setting download limit to "0" would break many things. currently, we do not have many meta information for not-downloaded messages and the current minimum is chosen to let read receipts and other system messages as webxdc updates pass

also customised values tend to cause issues, therefore, delta chat (and many other comparable apps) prefer a set of predefined values - however, of course, also in the past, we adapted and improved these sets, so, this is possible :)

EDIT: see https://github.com/deltachat/deltachat-core-rust/pull/2631 and https://github.com/deltachat/deltachat-android/pull/2045 for some past discussions about that features and the predefined values

MadTooth commented 1 year ago

@Hocuri Yes

MadTooth commented 1 year ago

@r10s Understood

Hocuri commented 1 year ago

I think this issue can be closed, then?