about summary refs log tree commit diff stats
path: root/commands/msg/pipe.go
Commit message (Expand)AuthorAgeFilesLines
* Use aerc.PushError where appropriateBen Fiedler2020-04-231-2/+1
* Refactoring: remove store from PartInfoDrew DeVault2020-03-091-1/+2
* FetchBodyParts: decode source in the workersReto Brunner2020-01-051-11/+1
* all: purge redundant underscoresWagner Riffel2019-09-041-3/+3
* commands: Don't crash when store is nilKevin Kuehler2019-07-151-0/+3
* Fix crashes when operating on empty folder (#216)Daniel Bridges2019-07-101-1/+4
* Fix :pipe -b actually writing to stdinDrew DeVault2019-07-081-1/+9
* Fix re-opening of expired pipe tabsDrew DeVault2019-07-081-2/+6
* :exec, :pipe: show exit status on completionDrew DeVault2019-07-081-1/+2
* Add :exec and :pipe -b(ackground)Drew DeVault2019-07-081-17/+44
* Make :pipe command more genericDrew DeVault2019-07-051-0/+105