@bobfrankston/rmfmail 1.2.101 → 1.2.102
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/TODO.md +2 -2
- package/client/app.bundle.js.map +1 -1
- package/client/app.js +4 -4
- package/client/app.js.map +1 -1
- package/client/app.ts +4 -4
- package/client/styles/components.css +39 -28
- package/package.json +1 -1
package/TODO.md
CHANGED
|
@@ -783,8 +783,8 @@ Was part of S1 "local-first reconciliation refactor" until 2026-04-23 when S1's
|
|
|
783
783
|
- [ ] **Full menu bar** — File, Edit, View, Message menus with keyboard shortcuts
|
|
784
784
|
- [x] **Validate email addresses on send** — To/Cc/Bcc/From all vetted against `local@domain.tld` shape before send.
|
|
785
785
|
- [x] **Undo move (Ctrl+Z)** — works for last move and last delete (whichever is more recent), 60s window.
|
|
786
|
-
- [ ] **Message list management** — column resize (drag headers), column
|
|
787
|
-
- [ ] **Generalize "Eleanor view" into finer view control [M]** — the View-menu "Eleanor view" checkbox (2026-07-04) is a named CSS preset:
|
|
786
|
+
- [ ] **Message list management** — column resize (drag headers), drag-to-rearrange column order, sort by clicking column headers (from/date/subject/size with secondary sort by date), show/hide columns (size, account) via View menu. Column layout persists LOCALLY (per-machine, localStorage) — explicit user request 2026-07-04.
|
|
787
|
+
- [ ] **Generalize "Eleanor view" into finer view control [M]** — the View-menu "Eleanor view" checkbox (2026-07-04, reworked same day per feedback) is a named CSS preset: always-two-line card list (From … Date / Subject), outlined entries, extra vertical whitespace, monochrome rows, no avatar/snippet, at every width. Replace the one-off preset with real per-view settings — column set + order, row density (compact/normal/airy), row tinting on/off, snippet on/off — persisted per folder or as named view profiles. The preset becomes just a saved profile once profiles exist.
|
|
788
788
|
- [ ] **Duplicate Message-ID handling** — detect messages with the same Message-ID (copies from multiple accounts, re-delivered mail). Options: deduplicate in unified inbox, show indicator, or let user choose which to keep.
|
|
789
789
|
|
|
790
790
|
### msger / mailx factoring
|