diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-config.5.scd | 4 | ||||
-rw-r--r-- | doc/aerc.1.scd | 10 |
2 files changed, 8 insertions, 6 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index ded49a14..fae2abc2 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -64,7 +64,9 @@ These options are configured in the *[general]* section of _aerc.conf_. Default: _info_ *disable-ipc* = _true_|_false_ - Disable the execution of commands over IPC. + Disable IPC entirely. Don't run commands (including _mailto:..._ and + _mbox..._) in an existing aerc instance and don't start an IPC server to + allow subsequent aerc instances to run commands in the current one. Default: _false_ diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 5511e79e..402be59a 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -46,7 +46,7 @@ from your terminal. Open the composer with the address(es) in the To field. These addresses must not be percent encoded. - If aerc is already running (and *--no-ipc* is not passed), the composer is + If aerc is already running (and IPC is not disabled), the composer is started in that instance; otherwise a new instance is started with the composer. @@ -84,14 +84,14 @@ from your terminal. directly on aerc's command line. This latter form can be helpful for commands that don't interpret quotes in their arguments. - If aerc is already running (and *--no-ipc* is not passed), the command is - run in that instance; otherwise a new instance is started with the command. + If aerc is already running (and IPC is not disabled), the command is run in + that instance; otherwise a new instance is started with the command. *mbox:*_<file>_ Open the specified mbox file as a virtual temporary account. - If aerc is already running (and *--no-ipc* is not passed), the file is - opened in that instance; otherwise a new instance is started with the file. + If aerc is already running (and IPC is not disabled), the file is opened in + that instance; otherwise a new instance is started with the file. # RUNTIME COMMANDS |