aerc/widgets
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
..
account-wizard.go Add backtab to tutorial navigation 2019-07-11 19:38:12 -04:00
account.go Add new-email trigger 2019-07-26 14:00:24 -04:00
aerc.go Add new-email trigger 2019-07-26 14:00:24 -04:00
compose.go Add [a]ttach to the review message prompts 2019-07-19 16:12:26 -04:00
dirlist.go Show the directory being selected in gray 2019-07-25 18:15:49 -04:00
exline.go Implement basic tab completion support 2019-06-29 14:24:19 -04:00
msglist.go Add new-email trigger 2019-07-26 14:00:24 -04:00
msgviewer.go Fix alternatives config 2019-07-19 17:26:43 -04:00
providesmessage.go Fix crashes when operating on empty folder (#216) 2019-07-10 13:21:38 -04:00
spinner.go s/aerc2/aerc/g 2019-05-17 20:57:10 -04:00
status.go Show currently pressed keys in statusline 2019-07-17 17:12:52 -04:00
tabhost.go Move exline handling up to aerc, add :term 2019-03-17 16:19:15 -04:00
terminal.go Don't initialize an invalid pty size 2019-07-13 11:13:48 -04:00