aboutsummaryrefslogtreecommitdiffstats
path: root/doc/aerc-accounts.5.scd
diff options
context:
space:
mode:
authorKoni Marti <koni.marti@gmail.com>2024-08-23 11:16:41 +0200
committerRobin Jarry <robin@jarry.cc>2024-08-24 15:49:17 +0200
commitf07038bd98de5282703cd80c32959e58a47da86b (patch)
treef2cc85e41d9adf163aebfbddd391bd532e790b14 /doc/aerc-accounts.5.scd
parent7346d20343b9fa8b192c9a5294b26efac9186c4f (diff)
downloadaerc-f07038bd98de5282703cd80c32959e58a47da86b.tar.gz
patch: add auto-switch option
Add an auto-switch option that changes the project of the patch manager based on the subject line of a message if it contains a '[PATCH <project>]' segment. A subject line with '[PATCH aerc v2]' would switch to the 'aerc' project if that project is available in the patch manager. The auto switching can be activated per account by adding 'pama-auto-switch = true' to your account config. Implements: https://todo.sr.ht/~rjarry/aerc/226 Changelog-added: Auto-switch projects based on the message subject for the :patch command. Signed-off-by: Koni Marti <koni.marti@gmail.com> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc/aerc-accounts.5.scd')
-rw-r--r--doc/aerc-accounts.5.scd7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/aerc-accounts.5.scd b/doc/aerc-accounts.5.scd
index 9f52ef8a..399da629 100644
--- a/doc/aerc-accounts.5.scd
+++ b/doc/aerc-accounts.5.scd
@@ -187,6 +187,13 @@ Note that many of these configuration options are written for you, such as
Default: _true_
+*pama-auto-switch* = _true_|_false_
+ If _true_, the patch manager will automatically switch to an existing
+ project for the *:patch* command if the subject contains a '[PATCH <project>]'
+ segment.
+
+ Default: _false_
+
*pgp-auto-sign* = _true_|_false_
If _true_, all outgoing emails from this account will be signed (if a signing
key is available).