about summary refs log tree commit diff stats
path: root/config/config.go
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Abort if accounts.conf is world readable"Drew DeVault2019-05-161-25/+1
* 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
* Abort if accounts.conf is world readableReto Brunner2019-05-161-1/+25
* Copy sent emails to the Sent folderDrew DeVault2019-05-151-0/+3
* Add $EDITOR, internal config for composeDrew DeVault2019-05-141-0/+10
* Add distinct keybindings for each compose viewDrew DeVault2019-05-141-10/+17
* Populate "From" header from config for new emailsDrew DeVault2019-05-131-0/+3
* Add outgoing account configurationDrew DeVault2019-05-121-5/+8
* Use shell to execute filters, fix non-determinismDrew DeVault2019-03-311-1/+2
* Improve plaintext.pyDrew DeVault2019-03-311-1/+0
* Implement header-regex-match filtersDrew DeVault2019-03-311-4/+18
* Add basic filter implementationDrew DeVault2019-03-311-0/+47
* Handle no configured accounts gracefullyJulian P Samaroo2019-03-301-0/+4
* Add context-specific keybindingsDrew DeVault2019-03-211-12/+72
* Implement default in accounts.confDrew DeVault2019-03-151-4/+7
* Remove extra debug log statementDrew DeVault2019-03-151-1/+0
* Implement sidebar-width config optionDrew DeVault2019-03-151-7/+10
* Implement key bindings subsystemDrew DeVault2019-03-151-2/+14
* Misc idiomatic fixesemersion2018-01-101-15/+9
* Parse account configurationDrew DeVault2018-01-091-0/+45
* Initial pass on worker/UI message passingDrew DeVault2018-01-091-5/+4
* Load UI configurationDrew DeVault2018-01-091-0/+85
2b6b3d3751d5d5db6fcb9ac8c247e04e893'>1076f2b
650a1fb ^
1076f2b
95766d6 ^
82064af ^
1076f2b

4d55eee ^
db876f9 ^
dbf7e03 ^

4d55eee ^






dbf7e03 ^

4d55eee ^
dbf7e03 ^
4d55eee ^


dbf7e03 ^
d9386a0 ^
4d55eee ^
dbf7e03 ^

4d55eee ^



dc5c070 ^

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