about summary refs log tree commit diff stats
path: root/commands/msgview
Commit message (Expand)AuthorAgeFilesLines
* go.mod: change base git urlRobin Jarry2021-11-057-12/+12
* 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
* save: if part name is a path, only use the filenameRobin Opletal2021-01-141-1/+9
* Allow open to be asynchronousAndrew Jeffery2020-07-081-3/+2
* Revert "Add Style configuration"Drew DeVault2020-05-283-7/+5
* Revert "Remove duration from the status methods"Drew DeVault2020-05-283-7/+10
* Remove duration from the status methodsReto Brunner2020-05-273-10/+7
* Add Style configurationReto Brunner2020-05-273-5/+7
* pgp: fail gracefully from email decryptionRay Ganardi2020-05-251-1/+5
* FetchBodyPart doesn't need the parent body structureReto Brunner2020-05-172-16/+15
* Try to open attachments with correct extensionGalen Abell2020-04-061-1/+13
* Refactoring: remove store from PartInfoDrew DeVault2020-03-092-2/+4
* Initial support for PGP decryption & signaturesDrew DeVault2020-03-031-2/+6
* msgview/open: remove manual decodingReto Brunner2020-01-201-11/+0
* msgview/save: Adapt to already decoded readerReto Brunner2020-01-201-70/+125
* FetchBodyParts: decode source in the workersReto Brunner2020-01-052-2/+2
* failback to Content-Type filename when encoded Content-Disposition is usedLeszek Cimała2019-12-071-0/+2
* Cleanup pager processes after closing a msgviewerKevin Kuehler2019-10-161-0/+1
* Make commands join args with spacesJeffas2019-09-201-8/+10
* commands: move ParseNextPrevMessage error value to its last return valueWagner Riffel2019-09-041-1/+1
* all: use fmt.Errorf for fomartting errorsWagner Riffel2019-09-042-4/+2
* all: purge redundant underscoresWagner Riffel2019-09-046-18/+18
* Revert "add close command at global level"Drew DeVault2019-08-131-0/+30
* add close command at global levelAditya Srivastava2019-08-131-30/+0
* Implement next-message in msgview using accountJelle Besseling2019-08-071-9/+8
* Make :pipe command more genericDrew DeVault2019-07-053-57/+2
* Use "open" instead of "xdg-open" on Darwin systemsBen Burwell2019-07-041-3/+2
* Implement basic tab completion supportGregory Mullen2019-06-298-24/+92
* msgview/save: Use defaultSavePath if no path is providedReto Brunner2019-06-251-6/+16
* commands/msgview: add open commandRéouven Assouly2019-06-171-0/+61
* Make part encoding checks case insensitiveRéouven Assouly2019-06-162-6/+7
* Support directories in path to :saveClayton Craft2019-06-141-4/+53
* commands/msgview: Add next/prev commandsKevin Kuehler2019-06-111-0/+36
* implements ability to view headers in message viewYash Srivastav2019-06-071-0/+25
* Add :save and :pipe commands to viewerGalen Abell2019-05-272-0/+104
* Implement :next-part, :prev-partDrew DeVault2019-05-201-0/+43
* Fix scdoc & gofmt issuesDrew DeVault2019-05-181-1/+0
* s/aerc2/aerc/gDrew DeVault2019-05-172-2/+2
* Add message view commands, :closeDrew DeVault2019-03-302-0/+37