aerc/lib
Jeffas dc4c36adbf Add new-email trigger
This patch sets up the trigger config section of aerc.conf.

Each trigger has its own function which is called from the place where
it is triggered. Currently only the new-email trigger is implemented.

The triggers make use of format strings. For instance, in the new-email
trigger this allows the user to select the trigger command and also the
information extracted from the command and placed into their command.

To actually execute the trigger commands the keypresses are simulated.

Further triggers can be implemented in the future.

Formatting of the command is moved to a new package.
2019-07-26 14:00:24 -04:00
..
format Add new-email trigger 2019-07-26 14:00:24 -04:00
ui Fix :close on terminal panic 2019-07-25 18:12:08 -04:00
uidstore Create UIDStore package 2019-07-12 11:09:47 -04:00
dirstore.go Sort out dirstore once and for all 2019-07-04 12:31:27 -04:00
msgstore.go Add new-email trigger 2019-07-26 14:00:24 -04:00
oauthbearer.go Support imaps with oauthbearer authentication (Gmail) 2019-07-11 19:36:14 -04:00
open.go Use "open" instead of "xdg-open" on Darwin systems 2019-07-04 10:58:33 -04:00
open_darwin.go Use "open" instead of "xdg-open" on Darwin systems 2019-07-04 10:58:33 -04:00
socket.go Forward mailto links to server via ./aerc <mailto> 2019-07-19 14:34:13 -04:00