about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* correctly apply msglist_read colory0ast2020-09-011-1/+4
* handle message unknown charset errorJeff Martin2020-08-315-2/+104
* update go-messageReto Brunner2020-08-312-3/+3
* Fix color scheme for deleted emailsJames Pond2020-08-311-0/+1
* correct tcell.Style for underlinesqwishy2020-08-291-1/+1
* docs: link to styleset(7)Reto Brunner2020-08-282-2/+4
* Revert "Upgrade tcell version to 1.4.0 to support truecolor"Drew DeVault2020-08-282-4/+9
* Upgrade tcell version to 1.4.0 to support truecolory0ast2020-08-282-9/+4
* reply: use set instead of linear searchReto Brunner2020-08-271-45/+70
* ParseAddressList: return empty list if "" is providedReto Brunner2020-08-241-0/+6
* Localize timestamps in the message listReto Brunner2020-08-221-2/+2
* msg/reply: don't cc the sending address on reply allReto Brunner2020-08-201-2/+2
* Add account alias configuration and correctly set From fieldy0ast2020-08-203-1/+34
* msg/reply: handle addresses as addressesReto Brunner2020-08-201-24/+20
* base models.Address on the mail.Address typeReto Brunner2020-08-207-62/+67
* Add support for :rmdirARaspiK2020-08-198-0/+161
4:12 -0700 5001 - drop the :(scenario) DSL' href='/akkartik/mu/commit/subx/016index_addressing.cc?h=main&id=4a943d4ed313eff001504c2b5c472266e86a38af'>4a943d4e ^
0e87e934 ^
4a943d4e ^



83c67014 ^
4a943d4e ^



83c67014 ^
4a943d4e ^








d1df4aca ^


4a943d4e ^





83c67014 ^
4a943d4e ^



83c67014 ^
4a943d4e ^









d1df4aca ^







4a943d4e ^





83c67014 ^
4a943d4e ^



83c67014 ^
4a943d4e ^









d1df4aca ^




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