Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Subsitute prefix in aerc.conf for install | Drew DeVault | 2019-05-26 | 1 | -3/+3 |
| | |||||
* | binds.conf: make reply -a easier to use than reply | Drew DeVault | 2019-05-25 | 1 | -4/+4 |
| | |||||
* | Change ex command to C-x when using terminal | Drew DeVault | 2019-05-24 | 1 | -2/+2 |
| | |||||
* | Bind :compose to C in binds.conf | Francis Dinh | 2019-05-23 | 1 | -0/+2 |
| | | | | | The tutorial mentions using "C" for composing messages, but this was not actually implemented in binds.conf. | ||||
* | Install default configs to XDG config if not found | Drew DeVault | 2019-05-22 | 1 | -4/+34 |
| | |||||
* | Show account wizard if no accounts configured | Drew DeVault | 2019-05-22 | 1 | -6/+3 |
| | |||||
* | New account wizard, part one | Drew DeVault | 2019-05-21 | 1 | -0/+9 |
| | |||||
* | Use kebab-case for cred-cmds | Drew DeVault | 2019-05-21 | 1 | -2/+2 |
| | |||||
* | Implement :next-part, :prev-part | Drew DeVault | 2019-05-20 | 1 | -0/+2 |
| | |||||
* | Rename :delete-message et al to :delete et al | Drew DeVault | 2019-05-19 | 1 | -14/+14 |
| | |||||
* | Implement loading passwords from external commands | Galen Abell | 2019-05-18 | 1 | -8/+61 |
| | | | | * Resolves #80 | ||||
* | 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 | 2 | -17/+0 |
| | | | | | Also removes some options that aren't going to be supported any time soon. | ||||
* | Abort if accounts.conf is world readable | Reto Brunner | 2019-05-16 | 1 | -1/+26 |
| | | | | Fixes #32 | ||||
* | Revert "Abort if accounts.conf is world readable" | Drew DeVault | 2019-05-16 | 1 | -25/+1 |
| | | | | This reverts commit a755608ef9d5893b68dc4c774bbda06503481552. | ||||
* | Revert "s/aerc.conf/address.conf/ in permission check" | Drew DeVault | 2019-05-16 | 1 | -1/+1 |
| | | | | This reverts commit 66ba099ca0bfa83cd050050d92663ec45da20141. | ||||
* | s/aerc.conf/address.conf/ in permission check | Cole Helbling | 2019-05-16 | 1 | -1/+1 |
| | | | | | Small typo in a recent commit: should abort if accounts.conf is world readable, not aerc.conf. | ||||
* | Abort if accounts.conf is world readable | Reto Brunner | 2019-05-16 | 1 | -1/+25 |
| | | | | Fixes #32 | ||||
* | Change default bindings for replies | Drew DeVault | 2019-05-16 | 1 | -4/+4 |
| | |||||
* | Change default reply keybindings | Drew DeVault | 2019-05-16 | 1 | -8/+8 |
| | |||||
* | Copy sent emails to the Sent folder | Drew DeVault | 2019-05-15 | 2 | -0/+4 |
| | | | | Or rather, to a user-specified folder | ||||
* | Fix default bindings for quit and edit | Drew DeVault | 2019-05-14 | 1 | -1/+4 |
| | |||||
* | Move ! bind to [messages] | Drew DeVault | 2019-05-14 | 1 | -1/+1 |
| | |||||
* | Add (non-functional) reply commands to bindings | Drew DeVault | 2019-05-14 | 1 | -2/+9 |
| | |||||
* | Add ! to default keybindings | Drew DeVault | 2019-05-14 | 1 | -0/+1 |
| | |||||
* | Add $EDITOR, internal config for compose | Drew DeVault | 2019-05-14 | 2 | -0/+17 |
| | |||||
* | Add distinct keybindings for each compose view | Drew DeVault | 2019-05-14 | 3 | -11/+31 |
| | |||||
* | Populate "From" header from config for new emails | Drew DeVault | 2019-05-13 | 2 | -0/+5 |
| | |||||
* | Add outgoing account configuration | Drew DeVault | 2019-05-12 | 2 | -5/+10 |
| | |||||
* | Add initial compose widget | Drew DeVault | 2019-05-12 | 1 | -0/+8 |
| | |||||
* | 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 |
| | |||||
* | Use shell to execute filters, fix non-determinism | Drew DeVault | 2019-03-31 | 1 | -1/+2 |
| | |||||
* | Improve plaintext.py | Drew DeVault | 2019-03-31 | 1 | -1/+0 |
| | |||||
* | Implement header-regex-match filters | Drew DeVault | 2019-03-31 | 2 | -7/+21 |
| | |||||
* | Add basic filter implementation | Drew DeVault | 2019-03-31 | 2 | -25/+67 |
| | |||||
* | Add message view commands, :close | Drew DeVault | 2019-03-30 | 1 | -1/+1 |
| | |||||
* | Update default config/binds.conf | Drew DeVault | 2019-03-30 | 1 | -2/+17 |
| | |||||
* | Handle no configured accounts gracefully | Julian P Samaroo | 2019-03-30 | 1 | -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 group | Drew DeVault | 2019-03-21 | 1 | -0/+1 |
| | |||||
* | Add context-specific keybindings | Drew DeVault | 2019-03-21 | 3 | -12/+114 |
| | |||||
* | Add additional context to key binding set | Drew DeVault | 2019-03-21 | 1 | -4/+14 |
| | |||||
* | 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 |
| | |||||
* | Fix special key bindings (e.g. <C-d>) | Drew DeVault | 2019-03-15 | 1 | -1/+6 |
| | |||||
* | Implement default in accounts.conf | Drew DeVault | 2019-03-15 | 1 | -4/+7 |
| |