aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msgview
Commit message (Expand)AuthorAgeFilesLines
* go: removed io/ioutilMoritz Poldrack2022-08-221-2/+1
* lint: apply new formatting rulesMoritz Poldrack2022-08-012-8/+5
* tabs: rename SelectedTab to SelectedTabContentRobin Jarry2022-07-237-9/+9
* open: fix mimetype discovery for encrypted or signed messagesTim Culverhouse2022-06-261-1/+1
* pgp: fix pipe|open|save command behaviorTim Culverhouse2022-06-242-9/+5
* msgviewer: open http links from messagesKoni Marti2022-06-141-1/+19
* refactor: refactor pgp implementationTim Culverhouse2022-04-271-1/+1
* 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-232-0/+6
* statusline: implement per-account statusKoni Marti2022-03-181-4/+3
* viewer: add key passthrough modekt programs2022-03-141-0/+35
* all: fix minor issues found by staticcheckMoritz Poldrack2022-03-122-5/+3
* aerc: always check SelectedAccount return valueRobin Jarry2022-02-251-0/+5
* 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