deltachat / deltachat-desktop

Email-based instant messaging for Desktop.
GNU General Public License v3.0
936 stars 166 forks source link

Limit options for "Delete Messages from Server" for chatmail accounts #4113

Closed iequidoo closed 1 week ago

iequidoo commented 1 month ago

Only the following options make sense for chatmail:

See https://github.com/deltachat/deltachat-android/pull/3147 for the reference implementation. NB: Auto-adjusting of delete_server_after isn't needed, Core >= 1.143 will do that on its own (see https://github.com/deltachat/deltachat-core-rust/pull/5840).

Probably this may be done even after switching to new Core, but better before -- at least for consistency with DC Android.

iequidoo commented 1 month ago

The same issue for iOS: https://github.com/deltachat/deltachat-ios/issues/2296