1
0
Fork 0
mirror of https://git.sr.ht/~rjarry/aerc synced 2025-12-18 08:51:15 +01:00
aerc/completer
Robin Jarry a0d0af5810 address-book: run the command with sh -c
Currently, the address book command is executed with exec. This prevents
from having shell markup like in all other commands.

Run the address book command with sh -c "<command>" to allow constructs
like:

  address-book-cmd = maddr -h to ~/Maildir/Sent | sort -u | grep %s

Signed-off-by: Robin Jarry <robin@jarry.cc>
Tested-by: Paul W. Rankin <rnkn@rnkn.xyz>
2025-12-04 13:53:03 +01:00
..
completer.go address-book: run the command with sh -c 2025-12-04 13:53:03 +01:00