Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-04 | Update binds.conf | Drew DeVault | |
2019-06-26 | Implement :search, :next-result, :prev-result | Drew DeVault | |
2019-06-19 | Fix reply bindings in [view] | Drew DeVault | |
2019-06-11 | Add :next/:prev binds for [viewer] | Drew DeVault | |
2019-06-09 | Override $ex in compose view | Yash Srivastav | |
2019-06-09 | Add archive command | Robert Günzler | |
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. | |||
2019-06-07 | Add binding to toggle headers | Drew DeVault | |
2019-06-02 | Add delete to the default binds.conf | Drew DeVault | |
2019-05-27 | Add :save and :pipe commands to viewer | Galen Abell | |
* :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 | |||
2019-05-26 | Implement :edit in compose screen | Drew DeVault | |
2019-05-25 | binds.conf: make reply -a easier to use than reply | Drew DeVault | |
2019-05-23 | Bind :compose to C in binds.conf | Francis Dinh | |
The tutorial mentions using "C" for composing messages, but this was not actually implemented in binds.conf. | |||
2019-05-20 | Implement :next-part, :prev-part | Drew DeVault | |
2019-05-19 | Rename :delete-message et al to :delete et al | Drew DeVault | |
2019-05-16 | Change default bindings for replies | Drew DeVault | |
2019-05-16 | Change default reply keybindings | Drew DeVault | |
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 distinct keybindings for each compose view | Drew DeVault | |
2019-05-12 | Add initial compose widget | Drew DeVault | |
2019-03-30 | Add message view commands, :close | Drew DeVault | |
2019-03-30 | Update default config/binds.conf | Drew DeVault | |
2019-03-21 | Add context-specific keybindings | Drew DeVault | |