Send/archive read

pull/193/head
M66B 4 years ago
parent 6afc9b9b23
commit 805eb3951d

@ -4894,7 +4894,7 @@ public class FragmentCompose extends FragmentBase {
draft.account, draft.thread, null, null);
for (EntityMessage threaded : messages) {
EntityFolder source = db.folder().getFolder(threaded.folder);
if ((threading ||
if (threaded.ui_seen && (threading ||
(!TextUtils.isEmpty(draft.inreplyto) &&
draft.inreplyto.equals(threaded.msgid))) &&
source != null && !source.read_only &&

@ -851,7 +851,7 @@
<string name="title_send_now">Nu verzenden</string>
<string name="title_send_via">Verzenden via</string>
<string name="title_send_at">Verzenden om &#8230;</string>
<string name="title_send_archive" comment="title_send_archive&#10;This is the title for a checkbox in the send dialog to archive the conversation being replied to on sending the message">Gesprek archiveren</string>
<string name="title_send_archive" comment="title_send_archive&#10;This is the title for a checkbox in the send dialog to archive the conversation being replied to on sending the message">Archiveer gelezen berichten</string>
<string name="title_send_encryption">Versleuteling</string>
<string name="title_send_priority">Prioriteit</string>
<string name="title_no_server">Geen server gevonden op \'%1$s\'</string>

@ -975,7 +975,7 @@
<string name="title_send_now">Send now</string>
<string name="title_send_via">Send via</string>
<string name="title_send_at">Send at &#8230;</string>
<string name="title_send_archive">Archive conversation</string>
<string name="title_send_archive">Archive read messages</string>
<string name="title_send_encryption">Encryption</string>
<string name="title_send_priority">Priority</string>
<string name="title_no_server">No server found at \'%1$s\'</string>

Loading…
Cancel
Save