Enable option to disable adding unread messages to the account

This commit is contained in:
M66B 2024-01-15 17:48:53 +01:00
parent 84351f6d8a
commit f359e42eb0
2 changed files with 1 additions and 2 deletions

View File

@ -256,7 +256,6 @@ public class FragmentFolder extends FragmentBase {
grpImap.setVisibility(imap ? View.VISIBLE : View.GONE);
tvParent.setText(parent);
grpParent.setVisibility(parent == null ? View.GONE : View.VISIBLE);
cbCountUnread.setVisibility(BuildConfig.DEBUG ? View.VISIBLE : View.GONE);
cbAutoClassifySource.setVisibility(View.GONE);
cbAutoClassifyTarget.setVisibility(View.GONE);
tvAutoClassifyPro.setVisibility(View.GONE);

View File

@ -1381,7 +1381,7 @@
<string name="title_poll_folder">Check periodically instead of continuous synchronize</string>
<string name="title_poll_folder_remark">Most email servers allow push messages for a handful of folders only!</string>
<string name="title_download_folder">Automatically download message texts and attachments</string>
<string name="title_count_unread" translatable="false">Count unread messages</string>
<string name="title_count_unread">Add the number of unread messages to the account</string>
<string name="title_notify_folder">Notify on new messages</string>
<string name="title_auto_classify_source">Classify new messages in this folder</string>
<string name="title_auto_classify_target">Automatically move classified messages to this folder</string>