* [pmg-devel] [PATCH pmg-gui] quarantine: mail display: show receiver information
@ 2022-01-20 17:37 Stoiko Ivanov
2022-01-21 8:40 ` [pmg-devel] applied: " Dominik Csapak
0 siblings, 1 reply; 2+ messages in thread
From: Stoiko Ivanov @ 2022-01-20 17:37 UTC (permalink / raw)
To: pmg-devel
Showing the sender and subject is sufficient in the case of the
spam-quarantine - when viewed by a single user.
If an admin views any of the quarantines the information of the
recipient should be helpful in general, but is needed in case a mail
was sent to multiple recipients.
Reported in our community forum:
https://forum.proxmox.com/threads/.103276/
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
---
js/MailInfo.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/js/MailInfo.js b/js/MailInfo.js
index 89cc78c..64a7439 100644
--- a/js/MailInfo.js
+++ b/js/MailInfo.js
@@ -30,5 +30,6 @@ Ext.define('PMG.MailInfoBox', {
items: [
{ tpl: `<b class="bold">${gettext("From")}:</b> {from}` },
{ tpl: `<b class="bold">${gettext("Subject")}:</b> {subject}` },
+ { tpl: `<b class="bold">${gettext("Recipient")}:</b> {receiver}` },
],
});
--
2.30.2
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-01-21 8:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-20 17:37 [pmg-devel] [PATCH pmg-gui] quarantine: mail display: show receiver information Stoiko Ivanov
2022-01-21 8:40 ` [pmg-devel] applied: " Dominik Csapak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox