-
+
+
-
+
+
+
+ {{ error }}
+
+
+ {{ t('mail', 'Go back') }}
+
+
+ {{ t('mail', 'Retry') }}
+
+
+
+
+
+ {{ warning }}
+
+
+
+ {{ t('mail', 'Go back') }}
+
+
+ {{ t('mail', 'Send anyway') }}
+
+
+
+
+
+
+
+
diff --git a/src/views/Home.vue b/src/views/Home.vue
index 56fad9e960..a8fd3401d4 100644
--- a/src/views/Home.vue
+++ b/src/views/Home.vue
@@ -12,7 +12,7 @@
:mailbox="activeMailbox" />
-
+
@@ -50,7 +50,7 @@ export default {
computed: {
...mapStores(useMainStore),
- ...mapState(useMainStore, ['composerSessionId']),
+ ...mapState(useMainStore, ['composerSessionId', 'showMessageComposer']),
accounts() {
return this.mainStore.getAccounts.filter((a) => !a.isUnified)
},