summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Create UIDStore packageBen Burwell2019-07-121-0/+62
* Add clickable tabsJeffas2019-07-114-0/+38
* Don't bind $noinheritEyal Sawady2019-07-111-0/+1
* #190 Handle gmail duplicate folderDaniel Bridges2019-07-113-4/+4
* Add backtab to tutorial navigationJeffas2019-07-111-1/+3
* Support imaps with oauthbearer authentication (Gmail)Frode Aannevik2019-07-115-8/+100
* Fix crashes when operating on empty folder (#216)Daniel Bridges2019-07-1011-15/+45
* Fix :pipe -b actually writing to stdinDrew DeVault2019-07-081-1/+9
* Fix re-opening of expired pipe tabsDrew DeVault2019-07-083-4/+24
* :exec, :pipe: show exit status on completionDrew DeVault2019-07-082-2/+4
* aerc(1): correct error with :pipe documentationDrew DeVault2019-07-081-0/+2
* Add :exec and :pipe -b(ackground)Drew DeVault2019-07-083-25/+104
* Factor IMAP-specific structs out of UI modelsBen Burwell2019-07-0810-108/+211
* Use []uint32 instead of imap.SeqSetBen Burwell2019-07-086-41/+41
* Factor UI models out of the worker message packageBen Burwell2019-07-0812-86/+146
* Add .build.ymlDrew DeVault2019-07-071-0/+24
* Make :pipe command more genericDrew DeVault2019-07-058-110/+125
* Remove unused caps stringDrew DeVault2019-07-041-2/+0
* Sort out dirstore once and for allDrew DeVault2019-07-043-16/+2
* dirlist: simplify nextPrev() considerablyReto Brunner2019-07-041-25/+11
* dirlist: remove the additional filtering in Draw()Reto Brunner2019-07-041-7/+0
* dirlist: sync dirstore in filterDirsByFoldersConfigReto Brunner2019-07-041-9/+7
* Add IMAP folder tab completionGregory Mullen2019-07-044-3/+32
* Use go-message implementation of GenerateMessageIDBen Burwell2019-07-042-36/+1
* Document message index format specifiersBen Burwell2019-07-042-2/+37
* Crash on delete in empty folder (#213)Zach Sisco2019-07-041-0/+3
* Add unsubscribe commandBen Burwell2019-07-043-0/+150
* Use "open" instead of "xdg-open" on Darwin systemsBen Burwell2019-07-044-4/+25
* Update binds.confDrew DeVault2019-07-041-2/+2
* Correct default filter order in aerc.conf.inDrew DeVault2019-07-021-1/+1
* Revert "Remove dirs field and references to it"Drew DeVault2019-07-021-11/+10
* Remove dirs field and references to itRobert Günzler2019-06-301-10/+11
* panic: runtime error: index out of range in handleFetchMessages (#127)Zach Sisco2019-06-291-3/+1
* Add new lib/dirstore to source completions fromGregory Mullen2019-06-292-4/+27
* Implement basic tab completion supportGregory Mullen2019-06-2947-154/+598
* Move contrib -> filtersDrew DeVault2019-06-274-3/+3
* Reopening mailcontent file to fix #166Stefan Rakel2019-06-271-1/+7
* Set the required go version for this module, aercDaniel Lublin2019-06-271-0/+2
* Fix jumping around in searchDrew DeVault2019-06-261-10/+5
* Implement :search, :next-result, :prev-resultDrew DeVault2019-06-265-1/+149
* msgview/save: Use defaultSavePath if no path is providedReto Brunner2019-06-253-6/+26
* add DefaultSavePath configReto Brunner2019-06-251-0/+10
* account-wizard: look up imap and smtp server by SRV records (#100)Daniel Lublin2019-06-251-1/+42
* worker/imap: rig up search directory handlerDrew DeVault2019-06-241-0/+2
* worker/imap: implement searchDrew DeVault2019-06-242-0/+26
* aerc-config: [viewer] should be [compose]Issam Maghni2019-06-231-1/+1
* Fix Cc & Bcc handling in repliesDrew DeVault2019-06-213-7/+14
* Fix reply bindings in [view]Drew DeVault2019-06-191-4/+4
* Makefile: fix -ldflags -X invocationReto Brunner2019-06-191-3/+3
* account-wizard: automatically replace imap.* with smtp.*Noah Loomans2019-06-181-1/+6
<vc@akkartik.com> 2019-01-04 15:37:16 -0800 committer Kartik Agaram <vc@akkartik.com> 2019-01-04 15:37:16 -0800 4906 - helper to allocate streams on the heap' href='/akkartik/mu/commit/subx/067new-stream.subx?h=main&id=bc20cc3d4561152e1cef98cccc23488e02979c34'>bc20cc3d ^
3a044623 ^
bc20cc3d ^



33352536 ^
bc20cc3d ^
33352536 ^
7dac9ade ^
bc20cc3d ^


7a583220 ^
33352536 ^

71eb22a5 ^
c88b9e31 ^

33352536 ^
c88b9e31 ^
bc20cc3d ^
33352536 ^
bc20cc3d ^
bc20cc3d ^
c88b9e31 ^
bc20cc3d ^
33352536 ^


546a9298 ^




bc20cc3d ^
546a9298 ^
bc20cc3d ^

33352536 ^
bc20cc3d ^


546a9298 ^


33352536 ^
bc20cc3d ^

33352536 ^

bc20cc3d ^


33352536 ^
546a9298 ^

bfcc0f85 ^
bc20cc3d ^
bfcc0f85 ^
bc20cc3d ^
33352536 ^
bc20cc3d ^


33352536 ^
bc20cc3d ^
546a9298 ^

7a583220 ^
33352536 ^

bc20cc3d ^


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