about summary refs log tree commit diff stats
path: root/commands/msgview
Commit message (Collapse)AuthorAgeFilesLines
* implements ability to view headers in message viewYash Srivastav2019-06-071-0/+25
|
* Add :save and :pipe commands to viewerGalen Abell2019-05-272-0/+104
| | | | | | | | | * :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 :next-part, :prev-partDrew DeVault2019-05-201-0/+43
|
* Fix scdoc & gofmt issuesDrew DeVault2019-05-181-1/+0
|
* s/aerc2/aerc/gDrew DeVault2019-05-172-2/+2
|
* Add message view commands, :closeDrew DeVault2019-03-302-0/+37