diff --git a/src/components/AppSettingsMenu.vue b/src/components/AppSettingsMenu.vue index 8ba621a9cd..bdd7749b29 100755 --- a/src/components/AppSettingsMenu.vue +++ b/src/components/AppSettingsMenu.vue @@ -8,7 +8,21 @@ :name="t('mail', 'Mail settings')" :show-navigation="true" :open.sync="showSettings"> - + + + + {{ t('mail', 'Add mail account') }} + + + + +
{{ t('mail', 'Layout') }}
{{ t('mail', 'Horizontal split') }} -
- - - - {{ t('mail', 'Add mail account') }} - - - + +
{{ t('mail', 'Sorting') }}
+
+ + {{ t('mail', 'Newest') }} + + + {{ t('mail', 'Oldest') }} + +
+ +
{{ t('mail', 'Search in body') }}

{{ prioritySettingsText }}

@@ -70,49 +92,22 @@ @change="onToggleSearchPriorityBody">

-
- -

- {{ t('mail', 'Allow the app to collect data about your interactions. Based on this data, the app will adapt to your preferences. The data will only be stored locally.') }} -

-

- - {{ optOutSettingsText }} -

-

- - -

-
- -

+ +

{{ t('mail', 'Reply text position') }}
+

+ {{ replySettingsText }}

- - -

-

- - + :checked="useBottomReplies" + @change="onToggleButtonReplies"> +

-
- - - - + +
{{ t('mail', 'Gravatar settings') }}

{{ t('mail', 'Use Gravatar and favicon avatars') }} @@ -125,22 +120,8 @@ @change="onToggleExternalAvatars">

-
- -

- - {{ replySettingsText }} -

-

- - -

-
- + +
{{ t('mail', 'Mailto') }}

{{ t('mail', 'Register as application for mail links') }}

@@ -154,7 +135,29 @@ {{ t('mail', 'Register') }}
- + + +
{{ t('mail', 'Data collection consent') }}
+

+ {{ t('mail', 'Allow the app to collect data about your interactions. Based on this data, the app will adapt to your preferences. The data will only be stored locally.') }} +

+

+ + {{ optOutSettingsText }} +

+

+ + +

+ +
{{ t('mail', 'Trusted senders') }}
+ + +
{{ t('mail', 'S/MIME') }}
-
- -
- - {{ t('mail', 'Newest') }} - - - {{ t('mail', 'Oldest') }} - -
-
- + +
{{ t('mail', 'Mailvelope') }}
{{ t('mail', 'Mailvelope is enabled for the current domain!') }} @@ -213,8 +196,30 @@
- + + +

+ +

+

+ + +

+

+ + +

+
+ +
C
@@ -318,7 +323,7 @@ export default { replySettingsText: t('mail', 'Put my text to the bottom of a reply instead of on top of it.'), loadingReplySettings: false, // eslint-disable-next-line - autoTaggingText: t('mail', 'Automatically classify importance of new email'), + autoTaggingText: t('mail', 'Mark as important'), // eslint-disable-next-line followUpReminderText: t('mail', 'Remind about messages that require a reply but received none'), toggleAutoTagging: false,