aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msgview
Commit message (Expand)AuthorAgeFilesLines
* xdg: get rid of deprecated dependenciesRobin Jarry2023-08-271-7/+3
* open: add option -d to automatically delete temporary filesVitaly Ovchinnikov2023-07-071-2/+24
* open: use the original attachment extension if possibleVitaly Ovchinnikov2023-06-251-3/+9
* save: fix saving of multiple files with the same nameMoritz Poldrack2023-06-172-2/+44
* save: new option for saving attachmentsVitaly Ovchinnikov2023-06-101-7/+10
* save: update completionKoni Marti2023-05-161-8/+9
* tabs: make sure to close tab contentRobin Jarry2023-04-012-3/+2
* openers: add mime type handling for open-linkRobin Jarry2023-03-131-3/+10
* statusline: move files to lib/stateRobin Jarry2023-02-201-2/+2
* lint: add missing panic handlers in goroutinesRobin Jarry2023-01-062-0/+4
* config: make various sections accessible via global varsRobin Jarry2022-12-143-6/+5
* 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