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
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/OutboxComposer.vue')
-rw-r--r--src/components/OutboxComposer.vue4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/components/OutboxComposer.vue b/src/components/OutboxComposer.vue
index 74509fe57..0a90a8f53 100644
--- a/src/components/OutboxComposer.vue
+++ b/src/components/OutboxComposer.vue
@@ -89,10 +89,6 @@ export default {
})
await this.$store.dispatch('outbox/sendMessage', { id: message.id })
-
- // Remove old draft envelope
- this.$store.commit('removeEnvelope', { id: data.draftId })
- this.$store.commit('removeMessage', { id: data.draftId })
},
},
}