From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 57C941FF13B for ; Mon, 08 Jun 2026 16:12:42 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id E930D1F2B0; Mon, 8 Jun 2026 16:12:41 +0200 (CEST) From: Stoiko Ivanov To: pmg-devel@lists.proxmox.com, Dominik Csapak Subject: applied: [PATCH pmg-gui] spam quarantine: reorganize buttons Date: Mon, 8 Jun 2026 16:12:29 +0200 Message-ID: <178092777156.688318.9656871684239128607.b4-ty@proxmox.com> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260608121725.2417034-1-d.csapak@proxmox.com> References: <20260608121725.2417034-1-d.csapak@proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1780927914362 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.086 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: Y7OST22H6RCJEFMI2JZIZJSRKIPDKBMZ X-Message-ID-Hash: Y7OST22H6RCJEFMI2JZIZJSRKIPDKBMZ X-MailFrom: s.ivanov@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox Mail Gateway development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Thanks for tackling this so quickly! Change works as advertised and the UI looks a bit cleaner to me.. On Mon, 08 Jun 2026 14:16:42 +0200, Dominik Csapak wrote: > Since the number of buttons is rather large now, move the > 'non-essential' actions into a 'More' menu. With this, there less often > the need for it to be scrollable. > > Since the download button handled the download via the 'href' and > 'download' attribute, this needs to be adapted to a proper handler and > handle it like we downloads in other places. > > [...] Applied, thanks! [1/1] spam quarantine: reorganize buttons commit: cc3df1b0bb87a9df07bf0a156ab363193cb599b3