summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-04-17store: keep current message selectedKoni Marti
2022-04-17aerc: use contextual ui styleset for tabs/composeKoni Marti
2022-04-11imap: fix no-envelope-for-message errorKoni Marti
2022-03-25statusline: indicate when sorting is in progressKoni Marti
2022-03-25store: sort messages even when a filter is appliedKoni Marti
2022-03-25sort: keep sort criteria applied to folderKoni Marti
2022-03-25completion: install panic handler in completion callbackRobin Jarry
2022-03-23threading: fix msg-id order in references headerKoni Marti
2022-03-23logging: added a log on panicMoritz Poldrack
2022-03-23statusline: make statusline folder-specificKoni Marti
2022-03-22threading: fix stack overflow from faulty headersKoni Marti
2022-03-20msglist: update message counter upon filter changeKoni Marti
2022-03-20store: fix deleting messages in filter modeKoni Marti
2022-03-18statusline: implement per-account statusKoni Marti
2022-03-18go vet: unreachable codeMoritz Poldrack
2022-03-14store: allow consecutive filter and search queriesKoni Marti
2022-03-12all: fix minor issues found by staticcheckMoritz Poldrack
2022-03-09threading: honor user-defined sort criteriaKoni Marti
2022-03-03add removal of existing socketsMoritz Poldrack
2022-02-24threading: implement on-the-fly message threadingKoni Marti
2022-02-19config: do not hardcode sharedirRobin Jarry
2022-02-03lib/ui/textinput: stop at /, ", and ' charsPranjal Kole
2022-01-22msgstore: fetch missing headers in visual modeKoni Marti
2022-01-07completions: add support for completing multiple addressesParasrah
2022-01-07pgp: PGP/MIME encryption for outgoing emailsKoni Marti
2022-01-07pgp: PGP/MIME signing for outgoing emailsKoni Marti
2022-01-07pgp: update openpgp packages (go-crypto and go-pgpmail)Koni Marti
2021-12-11format: reformat code with go 1.17Robin Jarry
2021-12-11imap: fix build on macosRobin Jarry
2021-11-30style: customize vertical and horizontal border charactersDian M Fay
2021-11-13messages: allow displaying email threadsy0ast
2021-11-06index: add this-week-time-formatRobin Jarry
2021-11-05go.mod: change base git urlRobin Jarry
2021-10-28view,list: fix crash when viewing incomplete imap messagesRobin Jarry
2021-10-28view,compose: use border color to separate headers from bodyRobin Jarry
2021-10-28index: allow dynamic formatting of message datesRobin Jarry
2021-08-30lib/ui/textinput: Optimize ensureScrollAdnan Maolood
2021-03-07FindFirstNonMultipart: return the proper pathReto Brunner
2021-02-26Fix linter warningsReto Brunner
2021-01-30Refactor lib/open to accept user provided argumentsReto Brunner
2020-12-18update tcell to v2 and enable TrueColor supporty0ast
2020-11-14format: remove parse methods, use the one from go-messageReto Brunner
2020-11-14compose: use a proper header instead of a string mapReto Brunner
2020-11-14templates: Remove ParseTemplate as it's unusedReto Brunner
2020-11-14remove models.Address in favor of go-message AddressReto Brunner
2020-11-11templates: better error messageReto Brunner
2020-10-14refactor ParseMessageFormat to use a ctx objectReto Brunner
2020-09-10Remove unused Simulator interfaceReto Brunner
2020-09-10fix comment in ParseAddressListReto Brunner
2020-08-24ParseAddressList: return empty list if "" is providedReto Brunner