From 11f57b5f3378f944ea54a8a9de4ca040c62f5b12 Mon Sep 17 00:00:00 2001 From: Koni Marti Date: Wed, 7 Aug 2024 20:52:37 +0200 Subject: 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 Tested-by: Inwit Acked-by: Robin Jarry --- doc/aerc.1.scd | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc') 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* __ __ __ [*-o* __ __ __]... Prompts the user to choose from various options. +*:reload* [*-B*] [*-C*] [*-s* __] + 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* __ + Load the specified styleset. + *:suspend* Suspends the aerc process. Some ongoing connections may be terminated. -- cgit