aboutsummaryrefslogtreecommitdiff
path: root/commands/msg/pipe.go
AgeCommit message (Expand)Author
2023-10-03pipe: run commands with sh -ccmdlineRobin Jarry
2023-10-03commands: parse arguments with opt.ArgsToStructRobin Jarry
2023-01-06lint: add missing panic handlers in goroutinesRobin Jarry
2022-12-02logging: rename package to logRobin Jarry
2022-11-09lib: implement an eml message viewKoni Marti
2022-10-25pipe: reorder patches based on email subjectsRobin Jarry
2022-10-02logging: substitute %w for %vKoni Marti
2022-08-22store: extract marking behavior and add testsKoni Marti
2022-08-04lint: ensure errors are at least logged (errcheck)Moritz Poldrack
2022-08-04lint: formatted codeMoritz Poldrack
2022-08-01pipe: fix ordering by message id for long patch seriesRobin Jarry
2022-07-23tabs: rename SelectedTab to SelectedTabContentRobin Jarry
2022-07-14pipe: use go-mbox for writing multiple messagesKoni Marti
2022-06-24pgp: fix pipe|open|save command behaviorTim Culverhouse
2022-06-14visual-mode: deselect messages after performing commandTim Culverhouse
2022-03-23logging: added a log on panicMoritz Poldrack
2022-02-25pipe: allow piping multiple marked messagesRobin Jarry
2021-11-05go.mod: change base git urlRobin Jarry
2021-01-30Get rid of the aerc.PushError(" " + $string) idiomReto Brunner
2020-08-06Implement style configuration.Kalyan Sriram
2020-07-30Revert "Implement style configuration."Reto Brunner
2020-07-30Implement style configuration.Kalyan Sriram
2020-07-05pipe: don't crash if part is nilReto Brunner
2020-05-28Revert "Add Style configuration"Drew DeVault
2020-05-28Revert "Remove duration from the status methods"Drew DeVault
2020-05-27Remove duration from the status methodsReto Brunner
2020-05-27Add Style configurationReto Brunner
2020-05-17FetchBodyPart doesn't need the parent body structureReto Brunner
2020-05-01store.FetchFull: Change callback type to expose entire messageBen Fiedler
2020-04-24gofmt fixesDrew DeVault
2020-04-23Use aerc.PushError where appropriateBen Fiedler
2020-03-09Refactoring: remove store from PartInfoDrew DeVault
2020-01-05FetchBodyParts: decode source in the workersReto Brunner
2019-09-04all: purge redundant underscoresWagner Riffel
2019-07-15commands: Don't crash when store is nilKevin Kuehler
2019-07-10Fix crashes when operating on empty folder (#216)Daniel Bridges
2019-07-08Fix :pipe -b actually writing to stdinDrew DeVault
2019-07-08Fix re-opening of expired pipe tabsDrew DeVault
2019-07-08:exec, :pipe: show exit status on completionDrew DeVault
2019-07-08Add :exec and :pipe -b(ackground)Drew DeVault
2019-07-05Make :pipe command more genericDrew DeVault