diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-13 18:26:47 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-13 18:26:47 +0200 |
| commit | 1a01efb088df07cae3f517e69940392606d00d94 (patch) | |
| tree | eff67bf588b6bd479cf10127bde760fadd551a7b /mail-overview/README.md | |
| parent | 2eb373726a0abe07741138616a9e2bc70a2f753b (diff) | |
| download | quickshell-1a01efb088df07cae3f517e69940392606d00d94.tar.gz quickshell-1a01efb088df07cae3f517e69940392606d00d94.zip | |
fix(mail-overview): don't re-notify the prior batch, flatten newlines
The lastmod range is inclusive at both ends and the stored revision
was reused as the next start, so the batch just notified matched
again. Start one revision later.
A subject can contain a newline, which broke the bullet rows and the
+N more count; flatten CR/LF to a space before escaping.
Also reconciles the state-write comment and spec with the actual
skip-and-advance failure behavior, and corrects two doc wordings.
Diffstat (limited to 'mail-overview/README.md')
| -rw-r--r-- | mail-overview/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-overview/README.md b/mail-overview/README.md index 6e34140..7465ac1 100644 --- a/mail-overview/README.md +++ b/mail-overview/README.md @@ -123,7 +123,7 @@ local index. ## Notifications on arrival `mail-notify.sh` sends one notification per account when mail lands, with the -newest three senders and subjects and a `+N more` line when the batch is +newest three threads' sender and subject and a `+N more` line when the batch is bigger. Each message is a bullet on its own line with a blank line between, under a bold `New Mail` heading with the account and count as the second line. Started from `autostart.lua`, it runs for the whole session. |
