diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-config.5.scd | 5 | ||||
-rw-r--r-- | doc/aerc.1.scd | 9 |
2 files changed, 14 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index e002764..caf971d 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -106,6 +106,11 @@ Note that many of these configuration options are written for you, such as *source* and *outgoing*, when you run the account configuration wizard (*:new-account*). +*archive* + Specifies a folder to use as the destination of the *:archive* command. + + Default: Archive + *copy-to* Specifies a folder to copy sent mails to, usually "Sent". diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index ca835e5..eab0cb3 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -43,6 +43,15 @@ These commands work in any context. ## MESSAGE LIST COMMANDS +*archive* <scheme> + Moves the selected message to the archive. The available schemes are: + + *flat*: No special structure, all messages in the archive directory + + *year*: Messages are stored in folders per year + + *month*: Messages are stored in folders per year and subfolders per month + *cf* <folder> Change the folder shown in the message list. |