about summary refs log tree commit diff stats
path: root/widgets/msgviewer.go
Commit message (Expand)AuthorAgeFilesLines
* Add date to message viewerDrew DeVault2019-06-021-3/+9
* widget: Add ProvidesMessage interfaceKevin Kuehler2019-06-021-1/+15
* Simplify layout of message viewer gridDrew DeVault2019-06-021-17/+3
* Add :save and :pipe commands to viewerGalen Abell2019-05-271-0/+19
* msgviewer: copy stderr into pagerDrew DeVault2019-05-261-1/+17
* 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
* s/aerc2/aerc/gDrew DeVault2019-05-171-4/+4
* Add :send-message, prepares & writes email to /tmpDrew DeVault2019-05-141-4/+7
* lib/ui: introduce InvalidatableSimon Ser2019-04-271-17/+4
* Lowercase MIME types while matching filtersGokberk Yaltirakli2019-04-071-1/+2
* Remove extra debug statementDrew DeVault2019-03-311-1/+0
* Use shell to execute filters, fix non-determinismDrew DeVault2019-03-311-6/+3
* Implement header-regex-match filtersDrew DeVault2019-03-311-1/+18
* Improve error handling in message viewerDrew DeVault2019-03-311-10/+36
* Add basic filter implementationDrew DeVault2019-03-311-16/+65
* Decode messages before rendering themDrew DeVault2019-03-311-2/+22
* Make message viewer real, part twoDrew DeVault2019-03-311-10/+22
* Make the message viewer real, part oneDrew DeVault2019-03-311-118/+54
* Minor refactoring to header viewDrew DeVault2019-03-301-7/+12
* Use bold instead of inverted for header namesDrew DeVault2019-03-301-2/+3
* Add multipart selector mockup to msgviewerDrew DeVault2019-03-301-7/+50
* Add basic message viewer mockupDrew DeVault2019-03-301-0/+207
lt;hut@lavabit.com> 2010-01-01 22:34:02 +0100 readme: updated' href='/akspecs/ranger/commit/README?h=v1.8.0&id=36e4e71ee5643fc0b2c501956086434389ec5384'>36e4e71e ^
78a7d762 ^
36e4e71e ^


4ea0f69a ^

36e4e71e ^
bd088c49 ^
36e4e71e ^
0a32b684 ^
36e4e71e ^

f6ae504c ^
4ea0f69a ^

0a32b684 ^

4ea0f69a ^
0a32b684 ^
4ea0f69a ^


0a32b684 ^

4ea0f69a ^



36e4e71e ^
7582555b ^
36e4e71e ^
7582555b ^








36e4e71e ^
4ea0f69a ^


36e4e71e ^




4ea0f69a ^

36e4e71e ^



f6ae504c ^
4ea0f69a ^
36e4e71e ^

4ea0f69a ^

36e4e71e ^






4ea0f69a ^

306c76d8 ^






b6aff4c3 ^

306c76d8 ^
4ea0f69a ^

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