aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/msgviewer.go
Commit message (Expand)AuthorAgeFilesLines
* logging: homogenize levelsRobin Jarry2022-12-021-1/+1
* msgviewer: add logs to display pager and filter commandsRobin Jarry2022-12-021-0/+2
* msgviewer: fix parts indexKoni Marti2022-11-211-1/+4
* config: move [filters] parsing to separate fileRobin Jarry2022-11-161-1/+1
* filters: export more info to filter processesRobin Jarry2022-11-131-0/+8
* msgviewer: show error if MessageInfo has errorTim Culverhouse2022-11-091-2/+9
* viewer: open rfc822 attachmentsKoni Marti2022-11-091-1/+8
* msgviewer: warn user when pager is not in PATHTim Culverhouse2022-11-061-1/+11
* command/help: remove helpClose functionTim Culverhouse2022-10-191-20/+0
* msgview: add separate date formattingBence Ferdinandy2022-10-191-6/+20
* msgviewer: simplify filter and pager command handlingTim Culverhouse2022-10-181-92/+30
* filters: export mime type and filename in envRobin Jarry2022-10-161-1/+6
* msgpart: factorize mime type and filename constructionRobin Jarry2022-10-161-13/+7
* filters: append well known dirs to exec PATHRobin Jarry2022-10-161-0/+6
* invalidatable: cleanup dead codeTim Culverhouse2022-10-121-26/+5
* logging: substitute %w for %vKoni Marti2022-10-021-1/+1
* msgviewer: fix segfault when closing viewerRobin Jarry2022-09-191-1/+0
* terminal: protect calls to terminal methods throughout aercTim Culverhouse2022-09-191-1/+3
* msgviewer: properly close embedded terminalRobin Jarry2022-09-151-6/+3
* term: replace go-libvterm with tcell-termTim Culverhouse2022-09-141-0/+4
* store: extract marking behavior and add testsKoni Marti2022-08-221-2/+1
* binds: display active keybinds in a dialog boxKoni Marti2022-08-221-0/+22
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-041-4/+3
* lint: ensure errors are at least logged (errcheck)Moritz Poldrack2022-08-041-8/+32
* 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