aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-09-12 10:25:04 +0200
committerDanilo M. <danix@danix.xyz>2026-09-12 10:25:04 +0200
commit04affa132b7269ddc36d4be6aeee508515723fdc (patch)
treef524f20ea790b465acfb72cf0dfbb4d9c07742ce /README.md
parentf0065f6cdcaf423e8c09b93f63a7d362b415e9c4 (diff)
downloadquickshell-04affa132b7269ddc36d4be6aeee508515723fdc.tar.gz
quickshell-04affa132b7269ddc36d4be6aeee508515723fdc.zip
docs: add mail-overview to the inventory and its traps to the notes
Four of the notes generalise beyond this component. Two were measured while building it: notmuch fails two different ways and only the rejected-query case is detectable, the misparsed-query case returning a plausible wrong number with exit 0; and notmuch deduplicates by message id, so one message with two file paths is counted twice by a path glob and per-account counts then sum above the total. Two more were bugs found only by running the thing. Xapian replaces files on commit, so a watch on a filename dies with it and the watch belongs on the directory. And an INI section body is not everything up to the next bracket, because values can contain brackets themselves: folders named [Gmail]/Bozze ended a section before its label and three of five accounts quietly displayed their raw key instead. The Blur section gains the exclusion-zone note with its measured geometry, since mail-overview is the first panel here that sits below waybar rather than over it. The "Both" phrasing that assumed two components is now plural. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WWL8JYHu7yhAdtx5pU9PMU
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index d073d93..1dffab2 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,7 @@ repos stay independent, this one has no build-time dependency on that one.
volume-osd/ on-screen display for output and input volume
vm-manager/ libvirt VM drawer: state, live stats, snapshots
appearance/ wallpaper picker and colour scheme switcher
+ mail-overview/ unread mail per account, as a waybar count and a drawer
Each directory has its own README covering what it does and how to run it.