Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-19 | Rename :delete-message et al to :delete et al | Drew DeVault | |
2019-05-18 | Implement loading passwords from external commands | Galen Abell | |
* Resolves #80 | |||
2019-05-17 | Install filters to /usr/share/aerc/filters | Drew DeVault | |
2019-05-17 | Remove unimplemented color configuration | Drew DeVault | |
Will probably end up doing this differently anyway | |||
2019-05-17 | Implement ui.empty-message config option | Drew DeVault | |
Also removes some options that aren't going to be supported any time soon. | |||
2019-05-16 | Abort if accounts.conf is world readable | Reto Brunner | |
Fixes #32 | |||
2019-05-16 | Revert "Abort if accounts.conf is world readable" | Drew DeVault | |
This reverts commit a755608ef9d5893b68dc4c774bbda06503481552. | |||
2019-05-16 | Revert "s/aerc.conf/address.conf/ in permission check" | Drew DeVault | |
This reverts commit 66ba099ca0bfa83cd050050d92663ec45da20141. | |||
2019-05-16 | s/aerc.conf/address.conf/ in permission check | Cole Helbling | |
Small typo in a recent commit: should abort if accounts.conf is world readable, not aerc.conf. | |||
2019-05-16 | Abort if accounts.conf is world readable | Reto Brunner | |
Fixes #32 | |||
2019-05-16 | Change default bindings for replies | Drew DeVault | |
2019-05-16 | Change default reply keybindings | Drew DeVault | |
2019-05-15 | Copy sent emails to the Sent folder | Drew DeVault | |
Or rather, to a user-specified folder | |||
2019-05-14 | Fix default bindings for quit and edit | Drew DeVault | |
2019-05-14 | Move ! bind to [messages] | Drew DeVault | |
2019-05-14 | Add (non-functional) reply commands to bindings | Drew DeVault | |
2019-05-14 | Add ! to default keybindings | Drew DeVault | |
2019-05-14 | Add $EDITOR, internal config for compose | Drew DeVault | |
2019-05-14 | Add distinct keybindings for each compose view | Drew DeVault | |
2019-05-13 | Populate "From" header from config for new emails | Drew DeVault | |
2019-05-12 | Add outgoing account configuration | Drew DeVault | |
2019-05-12 | Add initial compose widget | Drew DeVault | |
2019-03-31 | Use better regex for identifying patches | Drew DeVault | |
2019-03-31 | Remove show-headers config option | Drew DeVault | |
This'll probably look different when we implement it | |||
2019-03-31 | Remove unused config options | Drew DeVault | |
Which are not planned for eventual implementation | |||
2019-03-31 | Remove key bindings from aerc.conf | Drew DeVault | |
These were moved to binds.conf | |||
2019-03-31 | Add script for sandboxing w3m | Drew DeVault | |
2019-03-31 | Use shell to execute filters, fix non-determinism | Drew DeVault | |
2019-03-31 | Improve plaintext.py | Drew DeVault | |
2019-03-31 | Implement header-regex-match filters | Drew DeVault | |
2019-03-31 | Add basic filter implementation | Drew DeVault | |
2019-03-30 | Add message view commands, :close | Drew DeVault | |
2019-03-30 | Update default config/binds.conf | Drew DeVault | |
2019-03-30 | Handle no configured accounts gracefully | Julian P Samaroo | |
Instead of throwing a runtime error, when no accounts are configured in accounts.conf, we provide an informative error message. | |||
2019-03-21 | Rig up terminal keybinding group | Drew DeVault | |
2019-03-21 | Add context-specific keybindings | Drew DeVault | |
2019-03-21 | Add additional context to key binding set | Drew DeVault | |
2019-03-17 | Handle terminal title, login shell | Drew DeVault | |
2019-03-17 | Implement :next-tab, :prev-tab | Drew DeVault | |
2019-03-15 | Fix special key bindings (e.g. <C-d>) | Drew DeVault | |
2019-03-15 | Implement default in accounts.conf | Drew DeVault | |
2019-03-15 | Remove extra debug log statement | Drew DeVault | |
2019-03-15 | Implement sidebar-width config option | Drew DeVault | |
2019-03-15 | Rename :cd -> :cf, add :cd | Drew DeVault | |
2019-03-15 | Rig up key bindings | Drew DeVault | |
2019-03-15 | Implement key bindings subsystem | Drew DeVault | |
Which is not yet rigged up | |||
2018-01-10 | Misc idiomatic fixes | emersion | |
2018-01-09 | Parse account configuration | Drew DeVault | |
2018-01-09 | Initial pass on worker/UI message passing | Drew DeVault | |
2018-01-09 | Load UI configuration | Drew DeVault | |