about summary refs log tree commit diff stats
path: root/widgets/msgviewer.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* msgviewer: implement ProvidesMessages interfaceReto Brunner2019-12-211-0/+7
* Use timestamp-format in msgviewerBen Burwell2019-12-191-3/+3
* failback to Content-Type filename when encoded Content-Disposition is usedLeszek CimaƂa2019-12-071-0/+3
* fix non-utf8 encoding in msgviewerernierasta2019-12-071-2/+2
* Add UI options to save/pipe messages with unsupported mimetypesGreg Anders2019-11-171-13/+45
* Check for terminal before forwarding mouse eventGreg Anders2019-11-171-1/+1
* widgets/msgviewer: Don't crash if pager is nilKevin Kuehler2019-11-101-1/+1
* widgets/msgview: Reap the filter commandKevin Kuehler2019-10-161-0/+1
* Cleanup pager processes after closing a msgviewerKevin Kuehler2019-10-161-0/+17
* Add MouseableJeffas2019-09-111-1/+71
* Fixing #231 (alternative preferred mimetypes)Ben Cohen2019-08-031-10/+10
* Support configurable header layout in compose widgetDaniel Bridges2019-07-261-37/+10
* Fix alternatives configDrew DeVault2019-07-191-2/+5
* Add option to always show mimetype in viewerJeffas2019-07-171-4/+6
* Remove passing of showHeaders explicitlyJeffas2019-07-171-12/+12
* Ensure new partswitcher doesn't start on multipartJeffas2019-07-171-0/+2