about summary refs log tree commit diff stats
path: root/commands/msg/pipe.go
Commit message (Expand)AuthorAgeFilesLines
* Implement style configuration.Kalyan Sriram2020-08-061-7/+7
* Revert "Implement style configuration."Reto Brunner2020-07-301-7/+7
* Implement style configuration.Kalyan Sriram2020-07-301-7/+7
* pipe: don't crash if part is nilReto Brunner2020-07-051-0/+3
* Revert "Add Style configuration"Drew DeVault2020-05-281-9/+9
* Revert "Remove duration from the status methods"Drew DeVault2020-05-281-4/+5
* Remove duration from the status methodsReto Brunner2020-05-271-5/+4
* Add Style configurationReto Brunner2020-05-271-9/+9
* FetchBodyPart doesn't need the parent body structureReto Brunner2020-05-171-1/+1
* store.FetchFull: Change callback type to expose entire messageBen Fiedler2020-05-011-3/+4
* gofmt fixesDrew DeVault2020-04-241-1/+1
* 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