aboutsummaryrefslogtreecommitdiffstats
path: root/lib/format
Commit message (Expand)AuthorAgeFilesLines
* compose,viewer: do not always wrap people names in quotesRobin Jarry2024-04-131-8/+6
* format: remove unused codeTim Culverhouse2024-02-191-27/+0
* lib: remove unused ShellQuote functionRobin Jarry2023-10-281-17/+0
* format: remove unused codeRobin Jarry2023-02-201-319/+0
* triggers: use templates instead of % mini languageRobin Jarry2023-02-201-0/+17
* format: add utf-8 aware truncate head functionRobin Jarry2023-01-041-0/+26
* model: change flags array to bitmaskRobin Jarry2023-01-041-40/+23
* msglist: add attachment indicatorBence Ferdinandy2022-12-141-2/+8
* msgview: add separate date formattingBence Ferdinandy2022-10-191-3/+3
* msgstore: post MessageInfo on erroneous fetchTim Culverhouse2022-09-201-0/+4
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-041-3/+4
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-6/+8
* index: workaround for wide character printingPinghao Wu2022-07-301-0/+17
* dirlist: add format specifier to compact folder nameKoni Marti2022-04-291-0/+27
* messages: allow displaying email threadsy0ast2021-11-131-1/+11
* index: add this-week-time-formatRobin Jarry2021-11-061-7/+16
* go.mod: change base git urlRobin Jarry2021-11-051-1/+1
* view,list: fix crash when viewing incomplete imap messagesRobin Jarry2021-10-281-48/+4
* index: allow dynamic formatting of message datesRobin Jarry2021-10-281-5/+18
* format: remove parse methods, use the one from go-messageReto Brunner2020-11-141-32/+1
* compose: use a proper header instead of a string mapReto Brunner2020-11-141-0/+1
* remove models.Address in favor of go-message AddressReto Brunner2020-11-141-9/+30
* refactor ParseMessageFormat to use a ctx objectReto Brunner2020-10-141-54/+60
* fix comment in ParseAddressListReto Brunner2020-09-101-3/+1
* ParseAddressList: return empty list if "" is providedReto Brunner2020-08-241-0/+6
* Localize timestamps in the message listReto Brunner2020-08-221-2/+2
* base models.Address on the mail.Address typeReto Brunner2020-08-201-16/+44
* improve date parsing for notmuch/maildirReto Brunner2020-08-101-2/+18
* Fix a nil Envelope when getting the formatAndrew Jeffery2020-07-031-0/+48
* Add labels to index format (%g)Reto Brunner2019-12-271-0/+4
* fix invalid format stringReto Brunner2019-12-221-1/+1
* msglist: highlight marked messagesReto Brunner2019-12-211-2/+7
* Fix crash if there is no to address for %FThorben Günther2019-11-251-1/+1
* Complete the F rune.Srivathsan Murali2019-11-171-3/+20
* Add new-email triggerJeffas2019-07-261-0/+263