From b385b25d5f0905f65db4d2c14f607952af4a3b0b Mon Sep 17 00:00:00 2001 From: pewdiepie-archdaemon Date: Wed, 10 Jun 2026 23:21:17 +0900 Subject: [PATCH] Email row: remove the three-dot actions menu button Dropped the .email-menu-wrap / .email-menu-btn from each row. Other handlers that check 'if (e.target.closest(.email-menu-wrap)) return;' safely no-op when the element doesn't exist. Row click + swipe still open the email and its in-reader actions. --- static/js/emailInbox.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/static/js/emailInbox.js b/static/js/emailInbox.js index eedd70451..a07ed0c9e 100644 --- a/static/js/emailInbox.js +++ b/static/js/emailInbox.js @@ -530,11 +530,6 @@ function _createEmailItem(em) {
${_esc(em.subject)}${unreadIcon}${attachIcon}${tagPills}${spamTag}
-
- -
`; // Click sender name → filter list to that sender