about summary refs log tree commit diff stats
path: root/lib/format
Commit message (Expand)AuthorAgeFilesLines
* 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
4a8ce42dda384aa7'>4ad51d6 ^
0d52962 ^
4476eb8 ^
0d52962 ^



























































e77157d ^
0d52962 ^

e77157d ^
0d52962 ^

e77157d ^

0d52962 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182