summary refs log tree commit diff stats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* 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-041-1/+5
* Use go-message implementation of GenerateMessageIDBen Burwell2019-07-041-2/+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
* Add new lib/dirstore to source completions fromGregory Mullen2019-06-291-4/+7
* Implement basic tab completion supportGregory Mullen2019-06-293-8/+26
* Reopening mailcontent file to fix #166Stefan Rakel2019-06-271-1/+7
* Fix jumping around in searchDrew DeVault2019-06-261-10/+5
* Implement :search, :next-result, :prev-resultDrew DeVault2019-06-261-0/+1
* account-wizard: look up imap and smtp server by SRV records (#100)Daniel Lublin2019-06-251-1/+42
* Fix Cc & Bcc handling in repliesDrew DeVault2019-06-212-7/+11
* account-wizard: automatically replace imap.* with smtp.*Noah Loomans2019-06-181-1/+6
* Set empty message in dirlist if no folder exist.Reto Brunner2019-06-142-18/+28
* imap: respect the folder config optionReto Brunner2019-06-142-12/+32
* Fix automatic scrolling when messages arrive/leaveDrew DeVault2019-06-111-2/+2
* lib/ui/tab: Add Replace methodKevin Kuehler2019-06-111-0/+4
* Move select functionality from msglist to msgstoreKevin Kuehler2019-06-111-43/+20
* Select user's preferred mimetype in MessageViewerClayton Craft2019-06-091-2/+13
* Add archive commandRobert Günzler2019-06-091-0/+2
* msglist: use distinct style for unread emailsYash Srivastav2019-06-081-0/+15
* Truncate long subject linesDrew DeVault2019-06-071-1/+5
* Message list: implement index-format optionYash Srivastav2019-06-072-24/+11
* Move ANSI stripping from filters to GoDrew DeVault2019-06-071-4/+20
* Remove unnecessary branchDrew DeVault2019-06-071-3/+0
* Execute the editor with the shellDrew DeVault2019-06-071-1/+1
* Add binding to toggle headersDrew DeVault2019-06-071-1/+1
* implements ability to view headers in message viewYash Srivastav2019-06-071-53/+91
* Skip rendering dirlist if sidebar width is 0Lucas F. Souza2019-06-071-1/+3
* Use SetAddressList for From headerDrew DeVault2019-06-051-2/+10
* Introduce :new-account -tJanUlrich2019-06-051-14/+22
* Add date to message viewerDrew DeVault2019-06-022-5/+11
* widget: Add ProvidesMessage interfaceKevin Kuehler2019-06-023-1/+41
* Only add message to store if store existsKevin Kuehler2019-06-021-8/+12
* Enumerate Cc and Bcc lists in composerDrew DeVault2019-06-021-1/+20
* Simplify layout of message viewer gridDrew DeVault2019-06-021-17/+3
* Use forked version of tcellDrew DeVault2019-06-011-1/+1
* widgets/terminal: Don't segfault on resizeKevin Kuehler2019-06-011-10/+15
* Add :save and :pipe commands to viewerGalen Abell2019-05-272-0/+23
* Update terminal color handling per vterm changesDrew DeVault2019-05-261-43/+22
* Update to the latest go-libvtermDrew DeVault2019-05-261-1/+1
* Implement :edit in compose screenDrew DeVault2019-05-261-27/+51
* msgviewer: copy stderr into pagerDrew DeVault2019-05-261-1/+17
* 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
all.sh?id=ca258ae1bd48a177243294e3e98f96a3b22928b7'>^
76fe37ef ^
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