aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKoni Marti <koni.marti@gmail.com>2024-08-07 20:52:37 +0200
committerRobin Jarry <robin@jarry.cc>2024-08-20 12:26:47 +0200
commit11f57b5f3378f944ea54a8a9de4ca040c62f5b12 (patch)
treee00d3ff6732351d4abbe56d856fe96c1138067bc /doc
parent054b5edc002008f20210f79e384381560a4f753d (diff)
downloadaerc-11f57b5f3378f944ea54a8a9de4ca040c62f5b12.tar.gz
commands: add reload
Add the reload command that performs a reload of config files. The reload command supports reloading the binds.conf and aerc.conf config files. Reloading will reload account views (including the directory list), message viewers, and composers. Signed-off-by: Koni Marti <koni.marti@gmail.com> Tested-by: Inwit <inwit@sindominio.net> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc')
-rw-r--r--doc/aerc.1.scd11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd
index d91ce78f..d178eb5f 100644
--- a/doc/aerc.1.scd
+++ b/doc/aerc.1.scd
@@ -270,6 +270,17 @@ These commands work in any context.
*:choose* *-o* _<key>_ _<text>_ _<command>_ [*-o* _<key>_ _<text>_ _<command>_]...
Prompts the user to choose from various options.
+*:reload* [*-B*] [*-C*] [*-s* _<styleset-name>_]
+ Hot-reloads the config files for the key binds and general *aerc* config.
+ Reloading of the account config file is not supported.
+
+ *-B*: Reload _binds.conf_.
+
+ *-C*: Reload _aerc.conf_.
+
+ *-s* _<styleset-name>_
+ Load the specified styleset.
+
*:suspend*
Suspends the aerc process. Some ongoing connections may be terminated.