about summary refs log tree commit diff stats
path: root/commands/msgview/save.go
Commit message (Expand)AuthorAgeFilesLines
* 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