Skip to content

Commit

Permalink
fixup! fix no sent mailbox configured
Browse files Browse the repository at this point in the history
Signed-off-by: hamza221 <[email protected]>
  • Loading branch information
hamza221 committed May 8, 2023
1 parent 4a463f6 commit 41a492a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NewMessageModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export default {
await this.setSentMailboxAndResend(account, sentMailboxId, data)
return
}
logger.info('creating automated_sent mailbox')
logger.info(`creating ${t('mail', 'Sent')} mailbox`)
await this.$store
.dispatch('createMailbox', { account, name: account.personalNamespace + t('mail', 'Sent') })
.then((e) => {
Expand Down

0 comments on commit 41a492a

Please sign in to comment.