about summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAditya Srivastava <adityasri@ocf.berkeley.edu>2019-08-11 20:42:49 -0700
committerDrew DeVault <sir@cmpwn.com>2019-08-13 10:49:34 +0900
commitf0a0c5aa733fa66958c113465bfc5fdd3d7cc9f0 (patch)
tree51749e0d818357854791dbfdd8428d6c29035873 /doc
parent72204d1f24d4082acc750b73dcda6981edd21a38 (diff)
downloadaerc-f0a0c5aa733fa66958c113465bfc5fdd3d7cc9f0.tar.gz
add close command at global level
Diffstat (limited to 'doc')
-rw-r--r--doc/aerc.1.scd12
1 files changed, 5 insertions, 7 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd
index 5f2f83b..c8c01a1 100644
--- a/doc/aerc.1.scd
+++ b/doc/aerc.1.scd
@@ -41,6 +41,10 @@ These commands work in any context.
 	it's treated as an index. If + or - is specified, the number is interpreted
 	as a delta from the selected tab.
 
+*close* [tab name]
+	Closes current tab if no tab name provided, or tab with tab name if
+	argument is provided. Cannot close account tabs.
+
 *exec* <command...>
 	Executes an arbitrary command in the background.
 
@@ -184,9 +188,6 @@ message list, the message in the message viewer, etc).
 
 ## MESSAGE VIEW COMMANDS
 
-*close*
-	Closes the message viewer.
-
 *next* <n>[%], *prev* <n>[%]
 	Selects the next (or previous) message in the message list. If specified as
 	a percentage, the percentage is applied to the number of messages shown on
@@ -211,7 +212,7 @@ message list, the message in the message viewer, etc).
 ## MESSAGE COMPOSE COMMANDS
 
 *abort*
-	Close the composor without sending, discarding the message in progress.
+    Close the composor without sending, discarding the message in progress.
 
 *attach* <path>
 	Attaches the file at the given path to the email.
@@ -246,9 +247,6 @@ message list, the message in the message viewer, etc).
 
 ## TERMINAL COMMANDS
 
-*close*
-	Closes the terminal.
-
 # LOGGING
 
 Aerc does not log by default, but collecting log output can be useful for
c6 ^
4bb57a55 ^


d990e8f0 ^





e5c11a51 ^






















d990e8f0 ^


e5c11a51 ^
d990e8f0 ^
204dae92 ^




b301e0c0 ^
204dae92 ^
cdf28227 ^

204dae92 ^
805d58c6 ^

cdf28227 ^
805d58c6 ^
204dae92 ^


2341f1f2 ^
204dae92 ^

d990e8f0 ^



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