summary refs log tree commit diff stats
path: root/commands/msgview
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | * :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
* 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
c@akkartik.com> 2021-12-25 08:49:52 -0800 committer Kartik K. Agaram <vc@akkartik.com> 2021-12-25 08:49:52 -0800 sandbox: record scenarios I've thought of so far' href='/akkartik/teliva/commit/sandboxing/README.md?id=732903fc18effa9c48e4f68de55dae1a14b5754f'>732903f ^
e4c0b0a ^




732903f ^







ee66da4 ^



917646f ^
732903f ^




e2846d9 ^
46d4438 ^
76677db ^


46d4438 ^


e2846d9 ^


3964dd5 ^

e2846d9 ^














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