From acce57fa95219484b69a8978e85f506bacd33d86 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sat, 29 Aug 2026 13:30:57 +0200 Subject: fix: draw Important as a star on the message bar The action carried mail-mark-important, which Breeze and several other themes draw as an exclamation mark rather than a star. The filter button for the same tag has used `starred` since a15505d, where the comment records the user asking for a star when item 57 renamed the action, and the two were allowed to differ on the reasoning that a query-row icon reads as a category while an action icon reads as a verb. That reasoning held only while the action appeared beside its own label. Item 189 put it on the icon-only message bar, where the icon IS the control, and it read as an info glyph. Both are `starred` now. The label stays "Important" and the tag stays `flagged`; only the picture changes. `starred` sits under status/ rather than actions/ in the icon spec, which needs no fallback: an unresolved name already leaves the action with text alone, and it resolves in the user's own theme, verified. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01NY6poqw199LfFaXe5BHKNe --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index a985541..73e938e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,11 @@ point at which they are stable. the message being read, which is what that bar is for. They are still in the Message menu and the context menu. Mark all read stays on the main toolbar: it acts on every row in the view rather than on the message you are reading. +- **Important is a star again**, matching the filter button that has drawn one + since 0.15.0. The action had kept the theme's "important" name, which some + themes draw as an exclamation mark; that was invisible while it only ever + appeared beside its own label, and became an info glyph the moment it + reached the icon-only message bar. ### Fixed -- cgit v1.2.3