about summary refs log tree commit diff stats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Use better regex for identifying patchesDrew DeVault2019-03-311-1/+1
|
* Remove show-headers config optionDrew DeVault2019-03-311-6/+0
| | | | This'll probably look different when we implement it
* Remove unused config optionsDrew DeVault2019-03-311-6/+0
| | | | Which are not planned for eventual implementation
* Remove key bindings from aerc.confDrew DeVault2019-03-311-46/+0
| | | | These were moved to binds.conf
* Add script for sandboxing w3mDrew DeVault2019-03-311-1/+1
|
* Use shell to execute filters, fix non-determinismDrew DeVault2019-03-311-1/+2
|
* Improve plaintext.pyDrew DeVault2019-03-311-1/+0
|
* Implement header-regex-match filtersDrew DeVault2019-03-312-7/+21
|
* Add basic filter implementationDrew DeVault2019-03-312-25/+67
|
* Add message view commands, :closeDrew DeVault2019-03-301-1/+1
|
* Update default config/binds.confDrew DeVault2019-03-301-2/+17
|
* Handle no configured accounts gracefullyJulian P Samaroo2019-03-301-0/+4
| | | | | Instead of throwing a runtime error, when no accounts are configured in accounts.conf, we provide an informative error message.
* Rig up terminal keybinding groupDrew DeVault2019-03-211-0/+1
|
* Add context-specific keybindingsDrew DeVault2019-03-213-12/+114
|
* Add additional context to key binding setDrew DeVault2019-03-211-4/+14
|
* Handle terminal title, login shellDrew DeVault2019-03-171-1/+1
|
* Implement :next-tab, :prev-tabDrew DeVault2019-03-171-6/+6
|
* Fix special key bindings (e.g. <C-d>)Drew DeVault2019-03-151-1/+6
|
* Implement default in accounts.confDrew DeVault2019-03-151-4/+7
|
* Remove extra debug log statementDrew DeVault2019-03-151-1/+0
|
* Implement sidebar-width config optionDrew DeVault2019-03-151-7/+10
|
* Rename :cd -> :cf, add :cdDrew DeVault2019-03-151-1/+1
|
* Rig up key bindingsDrew DeVault2019-03-152-172/+170
|
* Implement key bindings subsystemDrew DeVault2019-03-154-33/+391
| | | | Which is not yet rigged up
* Misc idiomatic fixesemersion2018-01-101-15/+9
|
* Parse account configurationDrew DeVault2018-01-091-0/+45
|
* Initial pass on worker/UI message passingDrew DeVault2018-01-091-5/+4
|
* Load UI configurationDrew DeVault2018-01-093-0/+281