diff options
author | Jason Cox <me@jasoncarloscox.com> | 2024-02-22 20:25:18 -0500 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-04-13 21:46:37 +0200 |
commit | f4cf6ca5c13fce8fe1f84f37cdafe62c1d2d8b0c (patch) | |
tree | 6ff89613c216acec4b4ded9d6a642f9d912a2bc7 /lib | |
parent | 4a0bb5d1840f282989bb6b4e3ec16d3da4d5c7f7 (diff) | |
download | aerc-f4cf6ca5c13fce8fe1f84f37cdafe62c1d2d8b0c.tar.gz |
ipc: add --no-ipc flag to completely disable IPC
Running aerc mailto:... and aerc mbox:... can be confusing; if there's
another aerc instance already open, the action will be performed in the
other instance, which may not be visible. Add a --no-ipc flag that runs
these actions, and aerc-internal commands (i.e., aerc :<command>), in
the new aerc instance instead.
Also, if --no-ipc is passed, don't listen on a socket for IPC calls from
other aerc instances.
Changelog-added: Add `--no-ipc` flag to run `aerc mailto:...`,
`aerc mbox:...`, and `aerc :<command...>` within the current aerc
instance and prevent listening for IPC calls from other aerc instances.
Signed-off-by: Jason Cox <me@jasoncarloscox.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions