about summary refs log tree commit diff stats
path: root/commands/msg/pipe.go
Commit message (Collapse)AuthorAgeFilesLines
* commands: Don't crash when store is nilKevin Kuehler2019-07-151-0/+3
| | | | | | | On a slow network connection, running these commands without this guard will cause aerc to panic. Signed-off-by: Kevin Kuehler <keur@ocf.berkeley.edu>
* Fix crashes when operating on empty folder (#216)Daniel Bridges2019-07-101-1/+4
|
* Fix :pipe -b actually writing to stdinDrew DeVault2019-07-081-1/+9
|
* Fix re-opening of expired pipe tabsDrew DeVault2019-07-081-2/+6
|
* :exec, :pipe: show exit status on completionDrew DeVault2019-07-081-1/+2
|
* Add :exec and :pipe -b(ackground)Drew DeVault2019-07-081-17/+44
|
* Make :pipe command more genericDrew DeVault2019-07-051-0/+105
tle='author Kartik Agaram <vc@akkartik.com> 2018-12-30 00:02:42 -0800 committer Kartik Agaram <vc@akkartik.com> 2018-12-30 00:02:42 -0800 4891' href='/akkartik/mu/commit/html/immutable-error.mu.html?h=main&id=08a0eed699b8ea07d37163aba610c8e04feee003'>08a0eed6 ^
e4ac3c9e ^
805d58c6 ^
ac07e589 ^



f8a4a457 ^





e5c11a51 ^






















f8a4a457 ^


e5c11a51 ^
e4ac3c9e ^
f8a4a457 ^
204dae92 ^

b301e0c0 ^
204dae92 ^

b301e0c0 ^
204dae92 ^

b301e0c0 ^
204dae92 ^
4a48bedc ^
204dae92 ^

f8a4a457 ^



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