diff options
| author | Danilo M. <danix@danix.xyz> | 2026-08-24 21:33:52 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-08-24 21:33:52 +0200 |
| commit | 16bbd9a164ae4c4afc8914199c37386ed6914582 (patch) | |
| tree | 247c18602a73416ea4e2343e81237f9395e21e0a /CHANGELOG.md | |
| parent | 67870d209efafd303b34ec9996c21fed9f165d1a (diff) | |
| download | qtmaildir-16bbd9a164ae4c4afc8914199c37386ed6914582.tar.gz qtmaildir-16bbd9a164ae4c4afc8914199c37386ed6914582.zip | |
docs(signatures): document the directory and the three keys
Part of item 152.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1144402..38d2a58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,6 +65,13 @@ point at which they are stable. - The notmuch hooks that auto-tag incoming mail now live in this repository, under `assets/hooks/`. They moved from the companion `mailctl` project, which is being retired. +- Signatures. Markdown files in `~/.config/qtmaildir/signatures/`, one per + signature, chosen from a control on the composer's editor bar. One + signature serves both the plain-text and the HTML part of a message, since + the HTML is rendered from the same markdown. `[compose] signature` seeds a + new message, `[account.<key>] signature` overrides it per account, and + `[compose] signature_position` puts a new one at the end of the message + (the default) or above the quoted text in a reply. ### Changed |
