summary refs log tree commit diff stats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix special characters in address.PersonalNameDrew DeVault2019-05-251-6/+9
* Show account wizard if no accounts configuredDrew DeVault2019-05-222-5/+8
* Implement opening tutorial after account wizardDrew DeVault2019-05-221-1/+21
* Write new accounts to config and open tabDrew DeVault2019-05-221-7/+139
* Fix always showing last account tabDrew DeVault2019-05-221-2/+2
* Remove excess padding from incoming config pageDrew DeVault2019-05-211-1/+1
* New account wizard, part oneDrew DeVault2019-05-212-0/+627
* Load IMAP worker for imap+insecureDrew DeVault2019-05-201-1/+5
* Show unsupported mimetype message in redDrew DeVault2019-05-201-1/+1
* Show attachment names in multipart viewDrew DeVault2019-05-201-1/+5
* Implement :next-part, :prev-partDrew DeVault2019-05-201-2/+31
* Flesh out multipart switcherDrew DeVault2019-05-201-65/+141
* Refactor message part into dedicated widgetDrew DeVault2019-05-201-86/+148
* Verify TLS certificatesDrew DeVault2019-05-201-7/+1
* Advance cursor after :delete and :moveDrew DeVault2019-05-191-4/+5
* Reset message list cursor when switching storesDrew DeVault2019-05-191-1/+1
* Advance message list cursor when messages arriveDrew DeVault2019-05-191-0/+13
* Update internal state and draw from the same goroutineSimon Ser2019-05-193-28/+22
* widgets/terminal: fix damage race conditionSimon Ser2019-05-191-1/+12
* s/aerc2/aerc/gDrew DeVault2019-05-1710-27/+27
* Remove unimplemented color configurationDrew DeVault2019-05-172-3/+3
* Implement ui.empty-message config optionDrew DeVault2019-05-171-1/+1
* Fix date header on outgoing emailsDrew DeVault2019-05-171-1/+1
* Decode email when reading it for quotingDrew DeVault2019-05-161-0/+1
* Implement :reply -q and :reply -aDrew DeVault2019-05-161-0/+9
* Implement (basic form) of :replyDrew DeVault2019-05-162-7/+19
* Let caller pass in custom headers to composeDrew DeVault2019-05-161-6/+32
* Copy sent emails to the Sent folderDrew DeVault2019-05-151-1/+9
* Force INBOX to be included in dirlistDrew DeVault2019-05-141-0/+11
* Implement :copy (aka :cp)Drew DeVault2019-05-141-0/+4
* Update tab name as subject changesDrew DeVault2019-05-141-0/+12
* Add $EDITOR, internal config for composeDrew DeVault2019-05-141-5/+12
* Add distinct keybindings for each compose viewDrew DeVault2019-05-142-2/+19
* Implement sending emails /o/Drew DeVault2019-05-141-18/+42
* Add :send-message, prepares & writes email to /tmpDrew DeVault2019-05-142-4/+86
* Handle external message deletionsDrew DeVault2019-05-131-1/+0
* Handle incoming emails gracefullyDrew DeVault2019-05-132-6/+7
* Spec out review message screenDrew DeVault2019-05-131-6/+58
* Populate "From" header from config for new emailsDrew DeVault2019-05-132-12/+24
* Implement :{next,prev}-field in compose viewDrew DeVault2019-05-122-1/+19
* Expand compose focus handling a bitDrew DeVault2019-05-121-19/+30
* Add initial compose widgetDrew DeVault2019-05-123-1/+125
* "Press any key to close" for completed processesDrew DeVault2019-05-111-0/+6
* Refactor ctx stashing out of exlineDrew DeVault2019-05-111-8/+2
* Split ex line text handling into dedicated widgetDrew DeVault2019-05-113-107/+27
* lib/msgstore: protect with a mutexSimon Ser2019-04-291-0/+18
* widgets/msglist: fix MessageList.store raceSimon Ser2019-04-291-23/+32
* lib/ui: introduce InvalidatableSimon Ser2019-04-278-95/+45
* widgets/spinner: fix Spinner.frame raceSimon Ser2019-04-271-12/+15
* Re-render terminal on invalidateDrew DeVault2019-04-151-4/+13
0fe2e783e9e6b097bc6529dc286b4b697f7e1fde'>0fe2e78 ^
512541b ^
1edf6a7 ^


6af2737 ^
7af4d43 ^
4fb31e0 ^
d662f98 ^
a8e0772 ^
349d768 ^
1edf6a7 ^

5cd65f8 ^


b1a28ae ^

5cd65f8 ^

5cd65f8 ^


12ea925 ^



5cd65f8 ^
a8e0772 ^

a9e145f ^



5cd65f8 ^









b515765 ^
5cd65f8 ^

c3a2e01 ^
5cd65f8 ^

12ea925 ^

5cd65f8 ^
1edf6a7 ^
5cd65f8 ^


829b6b5 ^


b86c818 ^
5cd65f8 ^

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