summary refs log tree commit diff stats
path: root/commands/msgview
Commit message (Expand)AuthorAgeFilesLines
* commands: move ParseNextPrevMessage error value to its last return valueWagner Riffel2019-09-041-1/+1
* all: use fmt.Errorf for fomartting errorsWagner Riffel2019-09-042-4/+2
* all: purge redundant underscoresWagner Riffel2019-09-046-18/+18
* Revert "add close command at global level"Drew DeVault2019-08-131-0/+30
* add close command at global levelAditya Srivastava2019-08-131-30/+0
* Implement next-message in msgview using accountJelle Besseling2019-08-071-9/+8
* Make :pipe command more genericDrew DeVault2019-07-053-57/+2
* Use "open" instead of "xdg-open" on Darwin systemsBen Burwell2019-07-041-3/+2
* Implement basic tab completion supportGregory Mullen2019-06-298-24/+92
* msgview/save: Use defaultSavePath if no path is providedReto Brunner2019-06-251-6/+16
* commands/msgview: add open commandRéouven Assouly2019-06-171-0/+61
* Make part encoding checks case insensitiveRéouven Assouly2019-06-162-6/+7
* Support directories in path to :saveClayton Craft2019-06-141-4/+53
* commands/msgview: Add next/prev commandsKevin Kuehler2019-06-111-0/+36
* implements ability to view headers in message viewYash Srivastav2019-06-071-0/+25
* Add :save and :pipe commands to viewerGalen Abell2019-05-272-0/+104
* Implement :next-part, :prev-partDrew DeVault2019-05-201-0/+43
* Fix scdoc & gofmt issuesDrew DeVault2019-05-181-1/+0
* s/aerc2/aerc/gDrew DeVault2019-05-172-2/+2
* Add message view commands, :closeDrew DeVault2019-03-302-0/+37
da1'>c2a74205 ^
33352536 ^

c2a74205 ^


33352536 ^
c2a74205 ^
33352536 ^


c2a74205 ^


33352536 ^

c2a74205 ^
33352536 ^
c2a74205 ^
33352536 ^
c2a74205 ^
33352536 ^
c2a74205 ^


33352536 ^
c2a74205 ^
33352536 ^
c2a74205 ^
33352536 ^




7a583220 ^
33352536 ^

c2a74205 ^









33352536 ^
c2a74205 ^
33352536 ^

c2a74205 ^










33352536 ^
f0b7e327 ^
c2a74205 ^
f0b7e327 ^
c2a74205 ^


33352536 ^
c2a74205 ^





33352536 ^
c2a74205 ^






33352536 ^
c2a74205 ^
33352536 ^
c2a74205 ^





33352536 ^
c2a74205 ^







33352536 ^
c2a74205 ^



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
147
148
149
150
151
152
153
154
155
156
157
158
159