From: Stoiko Ivanov <s.ivanov@proxmox.com>
To: pmg-devel@lists.proxmox.com
Subject: [pmg-devel] [PATCH pmg-gui] quarantine: mail display: show receiver information
Date: Thu, 20 Jan 2022 18:37:10 +0100 [thread overview]
Message-ID: <20220120173710.668684-1-s.ivanov@proxmox.com> (raw)
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
next reply other threads:[~2022-01-20 17:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-20 17:37 Stoiko Ivanov [this message]
2022-01-21 8:40 ` [pmg-devel] applied: " Dominik Csapak
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220120173710.668684-1-s.ivanov@proxmox.com \
--to=s.ivanov@proxmox.com \
--cc=pmg-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.