aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg/pipe.go
Commit message (Expand)AuthorAgeFilesLines
* tabs: rename SelectedTab to SelectedTabContentRobin Jarry2022-07-231-1/+1
* pipe: use go-mbox for writing multiple messagesKoni Marti2022-07-141-38/+13
* pgp: fix pipe|open|save command behaviorTim Culverhouse2022-06-241-2/+5
* visual-mode: deselect messages after performing commandTim Culverhouse2022-06-141-1/+1
* logging: added a log on panicMoritz Poldrack2022-03-231-0/+5
* pipe: allow piping multiple marked messagesRobin Jarry2022-02-251-9/+102
* go.mod: change base git urlRobin Jarry2021-11-051-3/+3
* Get rid of the aerc.PushError(" " + $string) idiomReto Brunner2021-01-301-2/+2
* 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