aboutsummaryrefslogtreecommitdiff
path: root/commands/account/pipe.go
AgeCommit message (Collapse)Author
2019-05-27Add :save and :pipe commands to viewerGalen 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-20pipe.go: let tab widget handle ellipsisDrew DeVault
2019-05-17s/aerc2/aerc/gDrew DeVault
2019-05-11"Press any key to close" for completed processesDrew DeVault
2019-03-31Make tab width of :pipe consistentDrew DeVault
2019-03-31Rename FetchMessageBodies to FetchFullMessagesDrew DeVault
2019-03-31Make the message viewer real, part oneDrew DeVault
2019-03-31Don't parse mail in worker; send a reader insteadDrew DeVault
2019-03-30Add basic message viewer mockupDrew DeVault
2019-03-30Correct color of error messagesDrew DeVault
2019-03-30Implement :pipeDrew DeVault