summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* worker/types/worker: make ID allocation atomicSimon Ser2019-05-192-10/+11
* worker/types/worker: set ID before sending messageSimon Ser2019-05-191-3/+9
* lib/ui/ui: use atomic instead of channelSimon Ser2019-05-191-26/+21
* Update internal state and draw from the same goroutineSimon Ser2019-05-197-51/+32
* Update go-imap and go-imap-idleSimon Ser2019-05-192-19/+16
* widgets/terminal: fix damage race conditionSimon Ser2019-05-191-1/+12
* Fix scdoc & gofmt issuesDrew DeVault2019-05-188-35/+29
* Implement loading passwords from external commandsGalen Abell2019-05-184-8/+94
* s/aerc2/aerc/gDrew DeVault2019-05-1747-76/+76
* Document dependenciesDrew DeVault2019-05-171-0/+6
* Install filters to /usr/share/aerc/filtersDrew DeVault2019-05-172-4/+12
* Add install target to MakefileDrew DeVault2019-05-171-2/+12
* Add man pagesDrew DeVault2019-05-177-2/+554
* Remove unimplemented color configurationDrew DeVault2019-05-173-45/+3
* Implement ui.empty-message config optionDrew DeVault2019-05-173-18/+1
* Remove debug loggingDrew DeVault2019-05-171-1/+0
* Refactor STARTTLS to prevent downgrade attacksDrew DeVault2019-05-171-23/+27
* Fix date header on outgoing emailsDrew DeVault2019-05-171-1/+1
* s/Sent/Message sent/Drew DeVault2019-05-161-2/+2
* Abort if accounts.conf is world readableReto Brunner2019-05-162-4/+31
* Revert "Abort if accounts.conf is world readable"Drew DeVault2019-05-162-30/+4
* Revert "s/aerc.conf/address.conf/ in permission check"Drew DeVault2019-05-161-1/+1
* s/aerc.conf/address.conf/ in permission checkCole Helbling2019-05-161-1/+1
* Fix issues with OOB uidsDrew DeVault2019-05-161-3/+3
* Abort if accounts.conf is world readableReto Brunner2019-05-162-4/+30
* Improve reply-all recipient enumeration strategyDrew DeVault2019-05-161-0/+16
* Decode email when reading it for quotingDrew DeVault2019-05-162-2/+26
* Change default bindings for repliesDrew DeVault2019-05-161-4/+4
* Don't prefix Re: if prefix already presentDrew DeVault2019-05-161-1/+6
* Change default reply keybindingsDrew DeVault2019-05-161-8/+8
* Implement :reply -q and :reply -aDrew DeVault2019-05-164-19/+73
* Implement (basic form) of :replyDrew DeVault2019-05-166-7/+139
* Let caller pass in custom headers to composeDrew DeVault2019-05-163-8/+38
* Copy sent emails to the Sent folderDrew DeVault2019-05-1511-20/+132
* Fix default bindings for quit and editDrew DeVault2019-05-141-1/+4
* Move ! bind to [messages]Drew DeVault2019-05-141-1/+1
* Add (non-functional) reply commands to bindingsDrew DeVault2019-05-141-2/+9
* Add ! to default keybindingsDrew DeVault2019-05-141-0/+1
* Implement move, mv commandsDrew DeVault2019-05-143-6/+65
* Force INBOX to be included in dirlistDrew DeVault2019-05-141-0/+11
* Implement :copy (aka :cp)Drew DeVault2019-05-147-3/+101
* Implement abort commandCole Helbling2019-05-141-0/+23
* Update tab name as subject changesDrew DeVault2019-05-145-10/+40
* Add $EDITOR, internal config for composeDrew DeVault2019-05-144-6/+30
* Add IRC link to README.mdDrew DeVault2019-05-141-0/+2
* Remove tab before going asyncDrew DeVault2019-05-141-1/+1
* Add distinct keybindings for each compose viewDrew DeVault2019-05-146-14/+51
* Send emails asyncronouslyDrew DeVault2019-05-141-47/+73
* Implement sending emails /o/Drew DeVault2019-05-144-24/+160
* Add :send-message, prepares & writes email to /tmpDrew DeVault2019-05-145-6/+121
<sir@cmpwn.com> 2019-04-29 09:29:41 -0400 Update go-imap to 1.0.0-beta.4' href='/akspecs/aerc/commit/go.sum?h=0.1.3&id=072bc268723957f235edcff7b45fd41b04ccab27'>072bc26 ^
648ca98 ^

072bc26 ^





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