Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config: do not hardcode sharedir | Robin Jarry | 2022-02-19 | 1 | -0/+268 |
| | | | | | | | | | | | | Instead of using a static SHAREDIR at compile time, use a list of standard paths to use at runtime for templates, config files and stylesets. This implies removing all default filters in the default configuration. Replace them with basic commands. New users can configure the filters as they wish. Signed-off-by: Robin Jarry <robin@jarry.cc> | ||||
* | Subsitute prefix in aerc.conf for install | Drew DeVault | 2019-05-26 | 1 | -67/+0 |
| | |||||
* | Install filters to /usr/share/aerc/filters | Drew DeVault | 2019-05-17 | 1 | -3/+3 |
| | |||||
* | Remove unimplemented color configuration | Drew DeVault | 2019-05-17 | 1 | -42/+0 |
| | | | | Will probably end up doing this differently anyway | ||||
* | Implement ui.empty-message config option | Drew DeVault | 2019-05-17 | 1 | -13/+0 |
| | | | | | Also removes some options that aren't going to be supported any time soon. | ||||
* | Add $EDITOR, internal config for compose | Drew DeVault | 2019-05-14 | 1 | -0/+7 |
| | |||||
* | Use better regex for identifying patches | Drew DeVault | 2019-03-31 | 1 | -1/+1 |
| | |||||
* | Remove show-headers config option | Drew DeVault | 2019-03-31 | 1 | -6/+0 |
| | | | | This'll probably look different when we implement it | ||||
* | Remove unused config options | Drew DeVault | 2019-03-31 | 1 | -6/+0 |
| | | | | Which are not planned for eventual implementation | ||||
* | Remove key bindings from aerc.conf | Drew DeVault | 2019-03-31 | 1 | -46/+0 |
| | | | | These were moved to binds.conf | ||||
* | Add script for sandboxing w3m | Drew DeVault | 2019-03-31 | 1 | -1/+1 |
| | |||||
* | Implement header-regex-match filters | Drew DeVault | 2019-03-31 | 1 | -3/+3 |
| | |||||
* | Add basic filter implementation | Drew DeVault | 2019-03-31 | 1 | -25/+20 |
| | |||||
* | Handle terminal title, login shell | Drew DeVault | 2019-03-17 | 1 | -1/+1 |
| | |||||
* | Implement :next-tab, :prev-tab | Drew DeVault | 2019-03-17 | 1 | -6/+6 |
| | |||||
* | Rename :cd -> :cf, add :cd | Drew DeVault | 2019-03-15 | 1 | -1/+1 |
| | |||||
* | Rig up key bindings | Drew DeVault | 2019-03-15 | 1 | -16/+14 |
| | |||||
* | Implement key bindings subsystem | Drew DeVault | 2019-03-15 | 1 | -31/+32 |
| | | | | Which is not yet rigged up | ||||
* | Load UI configuration | Drew DeVault | 2018-01-09 | 1 | -0/+179 |