about summary refs log tree commit diff stats
path: root/commands/msgview/close.go
Commit message (Expand)AuthorAgeFilesLines
* Cleanup pager processes after closing a msgviewerKevin Kuehler2019-10-161-0/+1
* all: purge redundant underscoresWagner Riffel2019-09-041-3/+3
* 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 basic tab completion supportGregory Mullen2019-06-291-2/+12
* Fix scdoc & gofmt issuesDrew DeVault2019-05-181-1/+0
* s/aerc2/aerc/gDrew DeVault2019-05-171-1/+1
* Add message view commands, :closeDrew DeVault2019-03-301-0/+21
rew DeVault <sir@cmpwn.com> 2019-05-12 00:06:09 -0400 committer Drew DeVault <sir@cmpwn.com> 2019-05-12 00:06:09 -0400 Add initial compose widget' href='/akspecs/aerc/commit/commands/account/compose.go?h=0.5.1&id=577248f5e15d98a9a6522a605acd434059582bfc'>577248f ^
2a09617 ^

577248f ^
2a09617 ^


6838c23 ^
2a09617 ^


6838c23 ^
2a09617 ^
577248f ^

6838c23 ^
3ba69ed ^
5b52388 ^

577248f ^
17bd2dc ^
3ba69ed ^





2c486cb ^
67fb093 ^
2c486cb ^






e2d5c45 ^
577248f ^

5b52388 ^
3ba69ed ^


5b52388 ^
3ba69ed ^
5b52388 ^



baa7046 ^
5b52388 ^





3ba69ed ^

5b52388 ^

72204d1 ^

3ba69ed ^
72204d1 ^



5b52388 ^
72204d1 ^




5b52388 ^
3ba69ed ^
5b52388 ^
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