aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msgview/open.go
Commit message (Expand)AuthorAgeFilesLines
* lint: add missing panic handlers in goroutinesRobin Jarry2023-01-061-0/+2
* config: make various sections accessible via global varsRobin Jarry2022-12-141-2/+1
* commands: split open-link in separate fileRobin Jarry2022-10-161-19/+5
* msgpart: factorize mime type and filename constructionRobin Jarry2022-10-161-2/+1
* open: allow overriding default programRobin Jarry2022-10-011-3/+5
* open: simplify codeRobin Jarry2022-10-011-21/+5
* go: removed io/ioutilMoritz Poldrack2022-08-221-2/+1
* tabs: rename SelectedTab to SelectedTabContentRobin Jarry2022-07-231-2/+2
* open: fix mimetype discovery for encrypted or signed messagesTim Culverhouse2022-06-261-1/+1
* pgp: fix pipe|open|save command behaviorTim Culverhouse2022-06-241-2/+1
* msgviewer: open http links from messagesKoni Marti2022-06-141-1/+19
* logging: added a log on panicMoritz Poldrack2022-03-231-0/+3
* all: fix minor issues found by staticcheckMoritz Poldrack2022-03-121-1/+1
* go.mod: change base git urlRobin Jarry2021-11-051-2/+2
* 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