Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-26 | Add new-email trigger | Jeffas | |
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-04 | Remove unused caps string | Drew DeVault | |
2019-07-04 | Add IMAP folder tab completion | Gregory Mullen | |
Credit for this fix goes to Reto; I guess if we're not gonna be mutt we should probabaly do things correctly. | |||
2019-06-29 | Implement basic tab completion support | Gregory Mullen | |
Tab completion currently only works on commands. Contextual completion will be added in the future. | |||
2019-05-17 | s/aerc2/aerc/g | Drew DeVault | |
2019-03-21 | Add context-specific commands | Drew DeVault | |
2019-03-14 | Implement :cd command | Drew DeVault | |
2019-03-10 | Flesh out command parsing & handling | Drew DeVault | |
2019-03-10 | Start building out command subsystem | Drew DeVault | |