aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/msgviewer.go
Commit message (Expand)AuthorAgeFilesLines
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-9/+9
* logging: use level-based logger functionsRobin Jarry2022-07-231-3/+2
* msgviewer: cleanup PartSwitcher on :toggle-headersJose Lombera2022-07-231-0/+1
* uiconfig: use pointer references to uiConfigTim Culverhouse2022-07-031-3/+3
* pgp: add icon for unencrypted, unsigned messages if an icon is setMoritz Poldrack2022-06-241-3/+3
* pgp: fix pipe|open|save command behaviorTim Culverhouse2022-06-241-0/+4
* msgviewer: open http links from messagesKoni Marti2022-06-141-1/+13
* msgviewer: parse and display authentication resultsKoni Marti2022-06-091-6/+35
* refactor: refactor pgp implementationTim Culverhouse2022-04-271-4/+4
* msgviewer: show available bindings when filter not configuredkt programs2022-04-251-27/+59
* ui: fix panic in header formatterMoritz Poldrack2022-04-061-0/+4
* save: add -a option to save all attachmentsRobin Jarry2022-03-241-0/+17
* logging: added a log on panicMoritz Poldrack2022-03-231-0/+9
* go vet: composite literal uses unkeyed fieldsMoritz Poldrack2022-03-181-9/+9
* viewer: add key passthrough modekt programs2022-03-141-0/+13
* all: fix minor issues found by staticcheckMoritz Poldrack2022-03-121-4/+1
* style: customize vertical and horizontal border charactersDian M Fay2021-11-301-2/+3
* viewer: add colon after header namesRobin Jarry2021-11-051-2/+2
* go.mod: change base git urlRobin Jarry2021-11-051-5/+5
* view,compose: use border color to separate headers from bodyRobin Jarry2021-10-281-2/+4
* filters: allow matching any email headerRobin Jarry2021-10-281-0/+2
* update tcell to v2 and enable TrueColor supporty0ast2020-12-181-1/+1
* Make mimetype check consistent across casesy0ast2020-09-071-1/+1
* base models.Address on the mail.Address typeReto Brunner2020-08-201-7/+8
* Rename selecter to selectorKalyan Sriram2020-08-061-6/+6
* Implement style configuration.Kalyan Sriram2020-08-061-24/+39
* Revert "Implement style configuration."Reto Brunner2020-07-301-39/+24
* Revert "Rename selecter to selector"Reto Brunner2020-07-301-6/+6
* Rename selecter to selectorKalyan Sriram2020-07-301-6/+6
* Implement style configuration.Kalyan Sriram2020-07-301-24/+39
* msgviewer: set max line length to 1 GBReto Brunner2020-07-301-0/+8
* msgviewer: simplify attemptCopyReto Brunner2020-07-301-66/+80
* Remove hard coded bodystruct path everywhereReto Brunner2020-07-271-1/+1
* Make grid sizes dynamicJeffas2020-06-091-10/+10
* Revert "Add Style configuration"Drew DeVault2020-05-281-39/+24
* Add Style configurationReto Brunner2020-05-271-24/+39
* FetchBodyPart doesn't need the parent body structureReto Brunner2020-05-171-2/+1
* Change MarkedMessages to return uidsReto Brunner2020-05-111-2/+2
* fix: Close unused MessageView when swapping viewRay Ganardi2020-04-201-1/+2
* msgviewer: do not interpret header as format stringDrew DeVault2020-03-191-2/+2
* Refactoring: remove store from PartInfoDrew DeVault2020-03-091-1/+0
* Initial support for PGP decryption & signaturesDrew DeVault2020-03-031-42/+61
* Fix crash on mouse scrolling between message partsAmir Yalon2020-02-251-2/+2
* Contextual UI ConfigurationSrivathsan Murali2020-01-241-1/+1
* Display the mimetype when offering to pipe or saveLuke Drummond2020-01-201-1/+3
* FetchBodyParts: decode source in the workersReto Brunner2020-01-051-23/+3
* msgviewer: decode headers prior to displaying themReto Brunner2020-01-051-1/+7
* msgviewer: bypass filter for headersReto Brunner2020-01-051-3/+6
* msgviewer: do not anchor ansi escape to start of lineReto Brunner2020-01-051-1/+1
* msgviewer: Add Labels as a virtual headerReto Brunner2019-12-271-1/+17