deltachat / deltachat-ios

Email-based instant messaging for iOS.
GNU General Public License v3.0
306 stars 49 forks source link

add option to 'mark all selected chats read' #2226

Closed r10s closed 2 weeks ago

r10s commented 2 weeks ago

the first commit adds an option to mark selected chats as read at the position already known from marking archive as read. the option is only available if there is at least one unread chat selected - otherwise, the option is disabled.

the second commit cleans up a bit, removing a probably unneeded hack, see commit message for details.

counterpart of https://github.com/deltachat/deltachat-android/pull/3130