summary refs log tree commit diff stats
path: root/commands/msgview/open.go
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the aerc.PushError(" " + $string) idiomReto Brunner2021-01-301-3/+3
* Refactor lib/open to accept user provided argumentsReto Brunner2021-01-301-8/+16
* Allow open to be asynchronousAndrew Jeffery2020-07-081-3/+2
* Revert "Add Style configuration"Drew DeVault2020-05-281-3/+3
* 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-3/+3
* FetchBodyPart doesn't need the parent body structureReto Brunner2020-05-171-1/+1
* Try to open attachments with correct extensionGalen Abell2020-04-061-1/+13
* Refactoring: remove store from PartInfoDrew DeVault2020-03-091-1/+2
* msgview/open: remove manual decodingReto Brunner2020-01-201-11/+0
* FetchBodyParts: decode source in the workersReto Brunner2020-01-051-1/+1
* all: purge redundant underscoresWagner Riffel2019-09-041-3/+3
* Make :pipe command more genericDrew DeVault2019-07-051-1/+1
* Use "open" instead of "xdg-open" on Darwin systemsBen Burwell2019-07-041-3/+2
* Implement basic tab completion supportGregory Mullen2019-06-291-2/+12
* commands/msgview: add open commandRéouven Assouly2019-06-171-0/+61