public inbox for pmg-devel@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

* Re: [PATCH pmg-gui] spam quarantine: add keyboard shortcut for mark-unseen action
  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
  0 siblings, 1 reply; 4+ messages in thread
From: Dominik Csapak @ 2026-06-09 10:50 UTC (permalink / raw)
  To: pmg-devel

if we want to include this, i'd push/send a follow up with adding this 
to the help of course




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

* Re: [PATCH pmg-gui] spam quarantine: add keyboard shortcut for mark-unseen action
  2026-06-09 10:50 ` Dominik Csapak
@ 2026-06-09 10:52   ` Thomas Lamprecht
  2026-06-09 10:55     ` superseded: " Dominik Csapak
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Lamprecht @ 2026-06-09 10:52 UTC (permalink / raw)
  To: Dominik Csapak, pmg-devel

On 09/06/2026 12:50, Dominik Csapak wrote:
> if we want to include this, i'd push/send a follow up with adding this to the help of course

Sending a v2 would be IMO the simplest and cleanest approach here IMO.




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

* superseded: [PATCH pmg-gui] spam quarantine: add keyboard shortcut for mark-unseen action
  2026-06-09 10:52   ` Thomas Lamprecht
@ 2026-06-09 10:55     ` Dominik Csapak
  0 siblings, 0 replies; 4+ messages in thread
From: Dominik Csapak @ 2026-06-09 10:55 UTC (permalink / raw)
  To: Thomas Lamprecht, pmg-devel



On 6/9/26 12:51 PM, Thomas Lamprecht wrote:
> On 09/06/2026 12:50, Dominik Csapak wrote:
>> if we want to include this, i'd push/send a follow up with adding this to the help of course
> 
> Sending a v2 would be IMO the simplest and cleanest approach here IMO.

fair :) so i sent a v2 with it included:
https://lore.proxmox.com/pmg-devel/20260609105510.2027392-1-d.csapak@proxmox.com/T/#u




^ permalink raw reply	[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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal