aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-08-26 16:44:45 +0200
committerDanilo M. <danix@danix.xyz>2026-08-26 16:44:45 +0200
commit8dec28ff4f1176b485d9de722756c677be3a4f1c (patch)
tree04a8de233b122e44757f0532c32f52c47490285f /README.md
parent29ffcccfd9fcaf15b9960557d662212760310abb (diff)
downloadqtmaildir-8dec28ff4f1176b485d9de722756c677be3a4f1c.tar.gz
qtmaildir-8dec28ff4f1176b485d9de722756c677be3a4f1c.zip
fix: harden candidate appends and cover the message-row sender roles
Diffstat (limited to 'README.md')
-rw-r--r--README.md48
1 files changed, 24 insertions, 24 deletions
diff --git a/README.md b/README.md
index 91561f5..70df5ca 100644
--- a/README.md
+++ b/README.md
@@ -391,6 +391,30 @@ name shown in your own language (`In arrivo`). The English one is the safer
choice: it is the filter's identity rather than its label, so a config written
that way keeps working whatever `LANG` is set to.
+### `~/.config/qtmaildir/business-senders`
+
+Addresses that should read as businesses rather than people, one per line.
+A card's avatar takes its pattern from this: a listed address gets the
+two-tone fill, anything presenting a display name gets the identicon.
+
+ # a comment, and the form the application itself writes
+ # noreply@cofidis.it (47 messages)
+ billing@example.org
+ @newsletter.example.com
+
+An entry is either an exact address or a whole domain written `@example.com`.
+Comments and blank lines are ignored.
+
+After each sync the application appends addresses that look like bulk mail,
+**always commented out**, so nothing changes appearance until you uncomment
+it. Anything already in the file, commented or not, is never proposed again:
+commenting a line out is therefore the permanent way to reject it, while
+deleting it lets that sender be proposed again if they write to you.
+
+The first scan, when the file does not exist or holds no active entry, covers
+the whole database so the list is useful straight away. Afterwards it covers
+the last week's mail.
+
### Sent mail
A **Sent** button appears beside the saved queries once at least one account
@@ -429,30 +453,6 @@ Sent mail is presented differently from the rest, because it reads differently:
This applies only to the Sent button. The same query typed into the bar by hand
behaves like any other query, threads and all.
-### `~/.config/qtmaildir/business-senders`
-
-Addresses that should read as businesses rather than people, one per line.
-A card's avatar takes its pattern from this: a listed address gets the
-two-tone fill, anything presenting a display name gets the identicon.
-
- # a comment, and the form the application itself writes
- # noreply@cofidis.it (47 messages)
- billing@example.org
- @newsletter.example.com
-
-An entry is either an exact address or a whole domain written `@example.com`.
-Comments and blank lines are ignored.
-
-After each sync the application appends addresses that look like bulk mail,
-**always commented out**, so nothing changes appearance until you uncomment
-it. Anything already in the file, commented or not, is never proposed again:
-commenting a line out is therefore the permanent way to reject it, while
-deleting it lets that sender be proposed again if they write to you.
-
-The first scan, when the file does not exist or holds no active entry, covers
-the whole database so the list is useful straight away. Afterwards it covers
-the last week's mail.
-
## The query bar
The bar at the top takes a notmuch query and shows the matching threads.