about summary refs log tree commit diff stats
path: root/doc/aerc.1.scd
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-06-09 19:21:26 -0400
committerDrew DeVault <sir@cmpwn.com>2019-06-09 19:21:26 -0400
commitd22a9140cdd34960cc2a50b2ae9011091f39118b (patch)
tree5fcce3f52f99c353c5147ff52026c860d298d8df /doc/aerc.1.scd
parenta98824af758a14c725d2503868b64ede410883e7 (diff)
downloadaerc-d22a9140cdd34960cc2a50b2ae9011091f39118b.tar.gz
Implement :mkdir command
Diffstat (limited to 'doc/aerc.1.scd')
-rw-r--r--doc/aerc.1.scd3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd
index 95ce1ef..229868f 100644
--- a/doc/aerc.1.scd
+++ b/doc/aerc.1.scd
@@ -90,6 +90,9 @@ message list, the message in the message viewer, etc).
 	the current account's outgoing transport configuration, see
 	*aerc-config*(5) for details on configuring outgoing emails.
 
+*mkdir* <name>
+	Creates a new folder for this account and changes to that folder.
+
 *next-folder* <n>, *prev-folder* <n>
 	Cycles to the next (or previous) folder shown in the sidebar, repeated n
 	times (default: 1).
6'>146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195