about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* correct permission check on accounts.confBor Grošelj Simić2021-01-141-2/+1
* compose: apply default style to header separatorEyal Sawady2021-01-141-3/+3
* trim <> from messageIDs when handling mailto linksReto Brunner2021-01-121-0/+6
* Apply dirlist style to unselected directoriesEyal Sawady2021-01-121-1/+1
* Reapply 'Fix nil pointer deref on Envelope'Shaw Vrana2021-01-031-3/+6
* Freshen up readme with binary packagesy0ast2020-12-271-13/+34
* s/RFC 8022/RFC 2822/Bor Grošelj Simić2020-12-261-1/+1
* Make makefile compatible with 3.81 (default MacOS)y0ast2020-12-241-1/+1
* add italics supporty0ast2020-12-241-0/+3
* update tcell to v2 and enable TrueColor supporty0ast2020-12-1831-41/+36
* Use extensions for querying the mime type of attachmentsReto Brunner2020-12-151-8/+16
* fix aerc-stylesets(7) typosReto Brunner2020-12-132-3/+3
* notmuch: trim excluded tagsKalyan Sriram2020-12-021-0/+3
* notmuch: remove gc close hooksReto Brunner2020-12-023-2/+5
* fix mailto parsingReto Brunner2020-11-281-1/+5
* Refactor send commandReto Brunner2020-11-211-201/+304
* reply: add References headerReto Brunner2020-11-141-1/+28
* imap: strip <> from message-idsReto Brunner2020-11-141-1/+9
* lib/parse: use go-message msgid parsing if it succeedsReto Brunner2020-11-141-2/+6
* allow the loading of existing headersReto Brunner2020-11-141-2/+4
* format: remove parse methods, use the one from go-messageReto Brunner2020-11-143-38/+9
* compose: use a proper header instead of a string mapReto Brunner2020-11-1414-217/+318
* models: add RFC822 headers to OriginalMailReto Brunner2020-11-143-16/+15
* rename header to heditorsReto Brunner2020-11-141-6/+6
* templates: Remove ParseTemplate as it's unusedReto Brunner2020-11-141-14/+0
* remove models.Address in favor of go-message AddressReto Brunner2020-11-146-57/+58
* version bump: 0.5.2 0.5.2Reto Brunner2020-11-141-1/+1
* makefile: add debug targetReto Brunner2020-11-131-1/+5
* Check account's from value is not emptyAndrew Jeffery2020-11-131-0/+3
* templates: better error messageReto Brunner2020-11-111-2/+3
* update the makefile version 0.5.1Reto Brunner2020-11-101-1/+1
* Document pin-tab and unpin-tab commands 0.5.0Daniel Sockwell2020-11-081-0/+8
* Apply relevant msglist styles in orderChris Vittal2020-11-014-17/+90
* update go-imap-sortthready0ast2020-10-182-3/+3
* update go-imapy0ast2020-10-152-3/+3
* refactor ParseMessageFormat to use a ctx objectReto Brunner2020-10-143-60/+74
* imap: add sort supportReto Brunner2020-10-114-6/+60
* notmuch: clarify comment char of query-mapsReto Brunner2020-10-081-1/+2
* notmuch: rename method to SetFlagReto Brunner2020-09-272-5/+5
* Makefile: remove aerc-stylesets upon uninstallJD2020-09-271-0/+1
* notmuch: close tag objectReto Brunner2020-09-241-0/+1
* propagate error from sendmaily0ast2020-09-221-2/+9
* reply: don't override the answered flag if we didn't sendReto Brunner2020-09-211-1/+3
* doc: fix typo in aerc man pageJosh Holland2020-09-171-1/+1
* Update go-imap to latest commitReto Brunner2020-09-152-3/+6
* doc: add oauth to aerc-smtpSeán C McCord2020-09-141-1/+5
* Remove unused Simulator interfaceReto Brunner2020-09-101-5/+0
* fix comment in ParseAddressListReto Brunner2020-09-101-3/+1
* dirlist: fix empty row if dir is addedReto Brunner2020-09-081-0/+6
* Make mimetype check consistent across casesy0ast2020-09-071-1/+1
8:37 -0800 3713 - cross-link calls with definitions in html' href='/akkartik/mu/commit/html/012transform.cc.html?h=main&id=201458e3bd2f1d79a0ea0b853552e9df267e92b1'>201458e3 ^
204dae92 ^
201458e3 ^
204dae92 ^
9e751bb8 ^

204dae92 ^
9e751bb8 ^

204dae92 ^





201458e3 ^
1c2d788b ^
9e751bb8 ^
2c678a4e ^
1c2d788b ^
9e751bb8 ^























1c2d788b ^

9e751bb8 ^

2c678a4e ^
9e751bb8 ^
2c678a4e ^
9e751bb8 ^

2c678a4e ^
9e751bb8 ^









51728d93 ^
9e751bb8 ^






672e3e50 ^


a654e4ec ^
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