diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-config.5.scd | 5 | ||||
-rw-r--r-- | doc/aerc.1.scd | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 36ac9c6..c309f2f 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -402,6 +402,11 @@ Note that many of these configuration options are written for you, such as Default: none +*postpone* + Specifies the folder to save *postpone*d messages to. + + Default: Drafts + *source* Specifies the source for reading incoming emails on this account. This key is required for all accounts. It should be a connection string, and the diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index d2e52a9..230361d 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -299,6 +299,10 @@ message list, the message in the message viewer, etc). *next-field*, *prev-field* Cycles between input fields in the compose window. +*postpone* + Saves the current state of the message to the *postpone* folder for the + current account. + *save* [-p] <path> Saves the selected message part to the specified path. If -p is selected, aerc will create any missing directories in the specified path. If the path |