all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH pmg-gui] spam quarantine: add keyboard shortcut for mark-unseen action
@ 2026-06-09 10:46 Dominik Csapak
  2026-06-09 10:50 ` Dominik Csapak
  0 siblings, 1 reply; 4+ messages in thread
From: Dominik Csapak @ 2026-06-09 10:46 UTC (permalink / raw)
  To: pmg-devel

Since 'S' is for mark Seen, use 'U' for mark Unseen.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
 js/SpamQuarantine.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/js/SpamQuarantine.js b/js/SpamQuarantine.js
index 4be8f8e..bdca787 100644
--- a/js/SpamQuarantine.js
+++ b/js/SpamQuarantine.js
@@ -206,6 +206,10 @@ Ext.define('PMG.SpamQuarantineController', {
             case Ext.event.Event.S + 32:
                 action = 'mark-seen';
                 break;
+            case Ext.event.Event.U:
+            case Ext.event.Event.U + 32:
+                action = 'mark-unseen';
+                break;
         }
 
         if (action !== '') {
-- 
2.47.3





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-06-09 10:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-09 10:46 [PATCH pmg-gui] spam quarantine: add keyboard shortcut for mark-unseen action Dominik Csapak
2026-06-09 10:50 ` Dominik Csapak
2026-06-09 10:52   ` Thomas Lamprecht
2026-06-09 10:55     ` superseded: " Dominik Csapak

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.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal