Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement :filter, :clear | Kevin Kuehler | 2019-07-19 | 1 | -0/+1 |
| | | | | Signed-off-by: Kevin Kuehler <keur@ocf.berkeley.edu> | ||||
* | Change default attach keybinding | Drew DeVault | 2019-07-19 | 1 | -1/+1 |
| | |||||
* | Update binds.conf | Drew DeVault | 2019-07-04 | 1 | -2/+2 |
| | |||||
* | Implement :search, :next-result, :prev-result | Drew DeVault | 2019-06-26 | 1 | -0/+4 |
| | |||||
* | Fix reply bindings in [view] | Drew DeVault | 2019-06-19 | 1 | -4/+4 |
| | |||||
* | Add :next/:prev binds for [viewer] | Drew DeVault | 2019-06-11 | 1 | -4/+8 |
| | |||||
* | Override $ex in compose view | Yash Srivastav | 2019-06-09 | 1 | -0/+1 |
| | |||||
* | Add archive command | Robert Günzler | 2019-06-09 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | Adds an archive command that moves the current message into the folder specified in the account config entry. Supports three layouts at this point: - flat: puts all messages next to each other - year: creates a folder per year - month: same as above, plus folders per month This also adds a "-p" argument to "cp" and "mv" that works like "--parents" on mkdir(1). We use this to auto-create the directories for the archive layout. | ||||
* | Add binding to toggle headers | Drew DeVault | 2019-06-07 | 1 | -0/+1 |
| | |||||
* | Add delete to the default binds.conf | Drew DeVault | 2019-06-02 | 1 | -0/+1 |
| | |||||
* | Add :save and :pipe commands to viewer | Galen Abell | 2019-05-27 | 1 | -0/+1 |
| | | | | | | | | | * :save takes a path and saves the current message part to that location * :pipe is the same as pipe on the account page, but uses the current message part rather than the whole email (ie :pipe gzip -d) * Refactored account:pipe and extracted common pipe code to commands.util.QuickTerm * Added helper command aerc.PushError | ||||
* | Implement :edit in compose screen | Drew DeVault | 2019-05-26 | 1 | -0/+1 |
| | |||||
* | binds.conf: make reply -a easier to use than reply | Drew DeVault | 2019-05-25 | 1 | -4/+4 |
| | |||||
* | 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. | ||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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 distinct keybindings for each compose view | Drew DeVault | 2019-05-14 | 1 | -0/+13 |
| | |||||
* | Add initial compose widget | Drew DeVault | 2019-05-12 | 1 | -0/+8 |
| | |||||
* | 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 |
| | |||||
* | Add context-specific keybindings | Drew DeVault | 2019-03-21 | 1 | -0/+32 |