aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msgview/save.go
Commit message (Expand)AuthorAgeFilesLines
* config: make various sections accessible via global varsRobin Jarry2022-12-141-2/+3
* logging: rename package to logRobin Jarry2022-12-021-2/+2
* msgpart: factorize mime type and filename constructionRobin Jarry2022-10-161-6/+1
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-5/+4
* tabs: rename SelectedTab to SelectedTabContentRobin Jarry2022-07-231-2/+2
* pgp: fix pipe|open|save command behaviorTim Culverhouse2022-06-241-7/+4
* save: fix path completionRobin Jarry2022-03-311-0/+9
* save: add -a option to save all attachmentsRobin Jarry2022-03-241-15/+47
* logging: added a log on panicMoritz Poldrack2022-03-231-0/+3
* all: fix minor issues found by staticcheckMoritz Poldrack2022-03-121-4/+2
* go.mod: change base git urlRobin Jarry2021-11-051-3/+3
* save: if part name is a path, only use the filenameRobin Opletal2021-01-141-1/+9
* Revert "Add Style configuration"Drew DeVault2020-05-281-1/+1
* Revert "Remove duration from the status methods"Drew DeVault2020-05-281-2/+2
* Remove duration from the status methodsReto Brunner2020-05-271-2/+2
* Add Style configurationReto Brunner2020-05-271-1/+1
* FetchBodyPart doesn't need the parent body structureReto Brunner2020-05-171-15/+14
* Refactoring: remove store from PartInfoDrew DeVault2020-03-091-1/+2
* msgview/save: Adapt to already decoded readerReto Brunner2020-01-201-70/+125
* FetchBodyParts: decode source in the workersReto Brunner2020-01-051-1/+1
* failback to Content-Type filename when encoded Content-Disposition is usedLeszek Cimała2019-12-071-0/+2
* Make commands join args with spacesJeffas2019-09-201-8/+10
* all: purge redundant underscoresWagner Riffel2019-09-041-3/+3
* Make :pipe command more genericDrew DeVault2019-07-051-1/+1
* Implement basic tab completion supportGregory Mullen2019-06-291-2/+14
* msgview/save: Use defaultSavePath if no path is providedReto Brunner2019-06-251-6/+16
* Make part encoding checks case insensitiveRéouven Assouly2019-06-161-3/+4
* Support directories in path to :saveClayton Craft2019-06-141-4/+53
* Add :save and :pipe commands to viewerGalen Abell2019-05-271-0/+59