aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msgview
Commit message (Expand)AuthorAgeFilesLines
* logging: rename package to logRobin Jarry2022-12-021-2/+2
* lib: implement an eml message viewKoni Marti2022-11-091-0/+4
* msgview: enable next/prev with unfetched headersKoni Marti2022-10-191-14/+26
* commands: split open-link in separate fileRobin Jarry2022-10-162-19/+46
* msgpart: factorize mime type and filename constructionRobin Jarry2022-10-162-8/+2
* view: add peek flag and propagateKoni Marti2022-10-041-1/+1
* viewer: option to not mark message as seenKoni Marti2022-10-041-1/+2
* 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
* 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