@bobfrankston/rmfmail 1.1.82 → 1.1.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.commitmsg
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
Viewer flag button: use a star glyph, matching the list star
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Message-list flag star enlarged from 0.9em to 1.45em, vertically
|
|
8
|
-
centered, with a gold hover preview and a stronger solid-gold colour
|
|
9
|
-
when flagged. Flag grid column widened 1.2em -> 1.7em to fit it.
|
|
3
|
+
The toolbar Flag button showed a ⚑ while the message-list row uses
|
|
4
|
+
★/☆ for the same flag state. Changed the toolbar glyph to ★ so the
|
|
5
|
+
two are visibly the same action.
|
package/client/index.html
CHANGED
|
@@ -864,7 +864,7 @@
|
|
|
864
864
|
<button class="tb-btn" id="btn-delete" title="Delete (Del)">🗑</button>
|
|
865
865
|
<button class="tb-btn" id="btn-spam" title="Mark as spam — move to configured spam folder" hidden>⚠</button>
|
|
866
866
|
<button class="tb-btn" id="btn-spam-report" title="Report as spam (append to ~/.rmfmail/spam.csv for later analysis)">🚫</button>
|
|
867
|
-
<button class="tb-btn" id="btn-flag" title="Flag"
|
|
867
|
+
<button class="tb-btn" id="btn-flag" title="Flag">★</button>
|
|
868
868
|
<button class="tb-btn" id="btn-mark-unread" title="Mark unread (R)">◉</button>
|
|
869
869
|
<button class="tb-btn" id="mv-view-thread" title="View thread (conversation)" hidden>💬</button>
|
|
870
870
|
<span style="flex:1"></span>
|
package/npmchanges.md
CHANGED
|
@@ -96,3 +96,15 @@ actually opened in Acrobat:
|
|
|
96
96
|
stopped. Replaced with a non-blocking banner via a mailx-alert
|
|
97
97
|
CustomEvent handled by app.ts showAlert().
|
|
98
98
|
|
|
99
|
+
## v1.1.82 — 2026-05-18
|
|
100
|
+
|
|
101
|
+
UX: larger viewer action icons + bigger, bolder flag star
|
|
102
|
+
|
|
103
|
+
Message-viewer toolbar glyphs (reply / reply-all / forward / delete /
|
|
104
|
+
flag / mark-unread) bumped to 1.4rem with more padding for an easier
|
|
105
|
+
target; the "← Inbox" text label stays normal-sized.
|
|
106
|
+
|
|
107
|
+
Message-list flag star enlarged from 0.9em to 1.45em, vertically
|
|
108
|
+
centered, with a gold hover preview and a stronger solid-gold colour
|
|
109
|
+
when flagged. Flag grid column widened 1.2em -> 1.7em to fit it.
|
|
110
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bobfrankston/rmfmail",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.83",
|
|
4
4
|
"description": "Local-first email client with IMAP sync and standalone native app",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "bin/mailx.js",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@bobfrankston/miscinfo": "^1.0.12",
|
|
46
46
|
"@bobfrankston/msger": "^0.1.381",
|
|
47
47
|
"@bobfrankston/node-tcp-transport": "^0.1.8",
|
|
48
|
-
"@bobfrankston/oauthsupport": "^1.0.
|
|
48
|
+
"@bobfrankston/oauthsupport": "^1.0.27",
|
|
49
49
|
"@bobfrankston/rmf-tiny": "^0.1.11",
|
|
50
50
|
"@bobfrankston/smtp-direct": "^0.1.8",
|
|
51
51
|
"@bobfrankston/tcp-transport": "^0.1.6",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"@bobfrankston/miscinfo": "^1.0.12",
|
|
126
126
|
"@bobfrankston/msger": "^0.1.381",
|
|
127
127
|
"@bobfrankston/node-tcp-transport": "^0.1.8",
|
|
128
|
-
"@bobfrankston/oauthsupport": "^1.0.
|
|
128
|
+
"@bobfrankston/oauthsupport": "^1.0.27",
|
|
129
129
|
"@bobfrankston/rmf-tiny": "^0.1.11",
|
|
130
130
|
"@bobfrankston/smtp-direct": "^0.1.8",
|
|
131
131
|
"@bobfrankston/tcp-transport": "^0.1.6",
|