summaryrefslogtreecommitdiff
path: root/widgets/msgviewer.go
AgeCommit message (Expand)Author
2022-07-23logging: use level-based logger functionsRobin Jarry
2022-07-23msgviewer: cleanup PartSwitcher on :toggle-headersJose Lombera
2022-07-03uiconfig: use pointer references to uiConfigTim Culverhouse
2022-06-24pgp: add icon for unencrypted, unsigned messages if an icon is setMoritz Poldrack
2022-06-24pgp: fix pipe|open|save command behaviorTim Culverhouse
2022-06-14msgviewer: open http links from messagesKoni Marti
2022-06-09msgviewer: parse and display authentication resultsKoni Marti
2022-04-27refactor: refactor pgp implementationTim Culverhouse
2022-04-25msgviewer: show available bindings when filter not configuredkt programs
2022-04-06ui: fix panic in header formatterMoritz Poldrack
2022-03-24save: add -a option to save all attachmentsRobin Jarry
2022-03-23logging: added a log on panicMoritz Poldrack
2022-03-18go vet: composite literal uses unkeyed fieldsMoritz Poldrack
2022-03-14viewer: add key passthrough modekt programs
2022-03-12all: fix minor issues found by staticcheckMoritz Poldrack
2021-11-30style: customize vertical and horizontal border charactersDian M Fay
2021-11-05viewer: add colon after header namesRobin Jarry
2021-11-05go.mod: change base git urlRobin Jarry
2021-10-28view,compose: use border color to separate headers from bodyRobin Jarry
2021-10-28filters: allow matching any email headerRobin Jarry
2020-12-18update tcell to v2 and enable TrueColor supporty0ast
2020-09-07Make mimetype check consistent across casesy0ast
2020-08-20base models.Address on the mail.Address typeReto Brunner
2020-08-06Rename selecter to selectorKalyan Sriram
2020-08-06Implement style configuration.Kalyan Sriram
2020-07-30Revert "Implement style configuration."Reto Brunner
2020-07-30Revert "Rename selecter to selector"Reto Brunner
2020-07-30Rename selecter to selectorKalyan Sriram
2020-07-30Implement style configuration.Kalyan Sriram
2020-07-30msgviewer: set max line length to 1 GBReto Brunner
2020-07-30msgviewer: simplify attemptCopyReto Brunner
2020-07-27Remove hard coded bodystruct path everywhereReto Brunner
2020-06-09Make grid sizes dynamicJeffas
2020-05-28Revert "Add Style configuration"Drew DeVault
2020-05-27Add Style configurationReto Brunner
2020-05-17FetchBodyPart doesn't need the parent body structureReto Brunner
2020-05-11Change MarkedMessages to return uidsReto Brunner
2020-04-20fix: Close unused MessageView when swapping viewRay Ganardi
2020-03-19msgviewer: do not interpret header as format stringDrew DeVault
2020-03-09Refactoring: remove store from PartInfoDrew DeVault
2020-03-03Initial support for PGP decryption & signaturesDrew DeVault
2020-02-25Fix crash on mouse scrolling between message partsAmir Yalon
2020-01-24Contextual UI ConfigurationSrivathsan Murali
2020-01-20Display the mimetype when offering to pipe or saveLuke Drummond
2020-01-05FetchBodyParts: decode source in the workersReto Brunner
2020-01-05msgviewer: decode headers prior to displaying themReto Brunner
2020-01-05msgviewer: bypass filter for headersReto Brunner
2020-01-05msgviewer: do not anchor ansi escape to start of lineReto Brunner
2019-12-27msgviewer: Add Labels as a virtual headerReto Brunner
2019-12-21msgviewer: implement ProvidesMessages interfaceReto Brunner