1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-06-15 00:05:15 +02:00

UI: Only show number of messages ignored statistics if --ignore-duplicate-ids is set

This commit is contained in:
Ralph Slooten
2024-01-23 16:11:11 +13:00
parent 5271f5226b
commit a31672b6f3
2 changed files with 5 additions and 1 deletions

View File

@ -259,7 +259,7 @@ export default {
{{ formatNumber(mailbox.appInfo.RuntimeStats.SMTPRejected) }}
</td>
</tr>
<tr>
<tr v-if="mailbox.uiConfig.DuplicatesIgnored">
<td>
SMTP messages ignored
</td>