Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | format: reformat code with go 1.17 | Robin Jarry | 2021-12-11 | 1 | -1/+2 |
| | | | | | | | | There was a change in how build tags are formatted. Use this as new reference. Link: https://go.dev/doc/go1.17#gofmt Signed-off-by: Robin Jarry <robin@jarry.cc> | ||||
* | messages: allow displaying email threads | y0ast | 2021-11-13 | 1 | -0/+14 |
Display threads in the message list. For now, only supported by the notmuch backend and on IMAP when the server supports the THREAD extension. Setting threading-enable=true is global and will cause the message list to be empty with maildir:// accounts. Co-authored-by: Kevin Kuehler <keur@xcf.berkeley.edu> Co-authored-by: Reto Brunner <reto@labrat.space> Signed-off-by: Robin Jarry <robin@jarry.cc> |