about summary refs log tree commit diff stats
path: root/config/aerc.conf.in
Commit message (Collapse)AuthorAgeFilesLines
* Add new-email triggerJeffas2019-07-261-0/+11
| | | | | | | | | | | | | | | | | 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.
* Add option to always show mimetype in viewerJeffas2019-07-171-0/+5
| | | | | | | | | | A user may want to be able to see what mimetype they are viewing, so that they can determine what program it may be opened in or for some other reason. The config option is under the [viewer] section and is called 'always-show-mime'. It defaults to false to preserve the current behaviour.
* Display user specified headers in viewer if presentDaniel Bridges2019-07-171-0/+8
|
* Add MouseEnabled config settingJeffas2019-07-171-0/+5
| | | | | This patch adds the ability to control whether aerc captures mouseevents or not. By default it will be set to not capture events.
* Document message index format specifiersBen Burwell2019-07-041-1/+1
|
* Correct default filter order in aerc.conf.inDrew DeVault2019-07-021-1/+1
|
* Set empty message in dirlist if no folder exist.Reto Brunner2019-06-141-0/+5
|
* Make awk filters more portableDrew DeVault2019-06-131-2/+2
|
* Message list: implement index-format optionYash Srivastav2019-06-071-4/+4
|
* Rewrite Python filters in awkDrew DeVault2019-06-071-2/+2
|
* Add image/* filter, commented out by defaultDrew DeVault2019-06-071-0/+1
|
* Disable HTML filter by defaultDrew DeVault2019-06-071-1/+1
|
* implements ability to view headers in message viewYash Srivastav2019-06-071-0/+7
|
* Subsitute prefix in aerc.conf for installDrew DeVault2019-05-261-0/+67