summary refs log tree commit diff stats
path: root/widgets/dirlist.go
diff options
context:
space:
mode:
authorGalen Abell <galen@galenabell.com>2019-05-26 17:37:39 -0400
committerDrew DeVault <sir@cmpwn.com>2019-05-27 09:37:07 -0400
commit28fc9fa53da1449498392f83d63a8502a5a958a3 (patch)
tree5c940758d297ca88f47f24344da3e8ee08e998bc /widgets/dirlist.go
parent62cd0b08aa82fe19e6d5d96b0341f7cffbb4cb7b (diff)
downloadaerc-28fc9fa53da1449498392f83d63a8502a5a958a3.tar.gz
Add :save and :pipe commands to viewer
* :save takes a path and saves the current message part to that location
* :pipe is the same as pipe on the account page, but uses the current
  message part rather than the whole email (ie :pipe gzip -d)
* Refactored account:pipe and extracted common pipe code to
  commands.util.QuickTerm
* Added helper command aerc.PushError
Diffstat (limited to 'widgets/dirlist.go')
0 files changed, 0 insertions, 0 deletions
on' href='/akkartik/mu/blame/mu.vim?h=hlt&id=0c1450438fcb0fe3f53fcb9268f2f2c0708bb252'>^
38f0b91a ^

b3cdcdd4 ^

c517316b ^


b38d7fff ^
9a81d746 ^
a6d9bd9b ^
af7349d5 ^
a6d9bd9b ^
e3894819 ^
b38d7fff ^
9a81d746 ^
a6d9bd9b ^


9a81d746 ^
3e1349d2 ^
3e1349d2 ^
f918675c ^
3e1349d2 ^
af7349d5 ^
3e1349d2 ^
af7349d5 ^
3e1349d2 ^


fbf0536d ^
10f49c64 ^
b38d7fff ^
e3894819 ^
f918675c ^


fc2046a1 ^
1ead3562 ^
38f0b91a ^
3e1349d2 ^



b38d7fff ^

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