aboutsummaryrefslogtreecommitdiffstats
path: root/doc/aerc-config.5.scd
diff options
context:
space:
mode:
authorJason Cox <me@jasoncarloscox.com>2024-02-22 20:25:22 -0500
committerRobin Jarry <robin@jarry.cc>2024-04-13 21:46:47 +0200
commit771e676953c54aa6c818020687b53470ec5597f3 (patch)
treec8c9d308efaacc5691af699f904fc05c56815d7f /doc/aerc-config.5.scd
parent480637d9ed8cf979f4be377cb37fdd14b60ceef3 (diff)
downloadaerc-771e676953c54aa6c818020687b53470ec5597f3.tar.gz
ipc: add more fine-grained options to disable IPC
Add disable-ipc-mailto and disable-ipc-mbox to make mailto:... and mbox:... commands always run in a new instance, while still allowing aerc-internal commands (i.e., aerc :<command...>) to run over IPC. Changelog-added: Add config options `disable-ipc-mailto` and `disable-ipc-mbox` to make `mailto:...` and `mbox:...` commands always run in a new aerc instance. Signed-off-by: Jason Cox <me@jasoncarloscox.com> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc/aerc-config.5.scd')
-rw-r--r--doc/aerc-config.5.scd12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd
index fae2abc2..d457e0ab 100644
--- a/doc/aerc-config.5.scd
+++ b/doc/aerc-config.5.scd
@@ -70,6 +70,18 @@ These options are configured in the *[general]* section of _aerc.conf_.
Default: _false_
+*disable-ipc-mailto* = _true_ | _false_
+ Don't run _mailto:..._ commands over IPC; start a new aerc instance with the
+ composer instead.
+
+ Default: _false_
+
+*disable-ipc-mbox* = _true_ | _false_
+ Don't run _mbox:..._ commands over IPC; start a new aerc instance with the
+ mbox file instead.
+
+ Default: _false_
+
*term* = _<TERM>_
Set the $TERM environment variable used for the embedded terminal.