Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-04-09 16:52:12 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-04-09 18:53:46 +0300
commitcb231dccaa55c40aeb8ae56f36e20df3193ea6a5 (patch)
tree2036fdbb6519ae757859c4223d3d3fd4db6849ec /src
parent7a12a6ba5f5d4a9fa9f1454d7bf90d571a6f30dd (diff)
Add the Mailvelope hint (again)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'src')
-rw-r--r--src/components/AppSettingsMenu.vue6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/AppSettingsMenu.vue b/src/components/AppSettingsMenu.vue
index a49774530..19a2c0e10 100644
--- a/src/components/AppSettingsMenu.vue
+++ b/src/components/AppSettingsMenu.vue
@@ -22,6 +22,12 @@
{{ t('mail', 'Keyboard shortcuts') }}
</router-link>
</p>
+
+ <p class="app-settings-hint">
+ <a href="https://www.mailvelope.com/" target="_blank">{{
+ t('mail', 'Looking for a way to encrypt your emails? Install the Mailvelope browser extension!')
+ }}</a>
+ </p>
</div>
</template>