diff --git a/src/components/MailboxThread.vue b/src/components/MailboxThread.vue index f78935a891..81fb3af76d 100644 --- a/src/components/MailboxThread.vue +++ b/src/components/MailboxThread.vue @@ -167,7 +167,9 @@ export default { return 3 }, showThread() { - return (this.mailbox.isPriorityInbox === true || this.hasEnvelopes) && this.$route.name === 'message' + return (this.mailbox.isPriorityInbox === true || this.hasEnvelopes) + && this.$route.name === 'message' + && this.$route.params.threadId !== 'mailto' }, query() { if (this.$route.params.filter === 'starred') {