From ccf5c02c3815efbe3b2e495cbc6eaca9f017aefd Mon Sep 17 00:00:00 2001 From: Reto Brunner Date: Tue, 25 Jun 2019 09:23:52 +0200 Subject: msgview/save: Use defaultSavePath if no path is provided --- doc/aerc-config.5.scd | 7 +++++++ doc/aerc.1.scd | 3 +++ 2 files changed, 10 insertions(+) (limited to 'doc') diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index b5e35054..8e0e0564 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -23,6 +23,13 @@ separated with "=". This file is used for configuring the general appearance and behavior of aerc. +## GENERAL OPTIONS + +These options are configured in the *[general]* section of aerc.conf. + +*default-save-path* + Used as a default path for save operations if no other path is specified. + ## UI OPTIONS These options are configured in the *[ui]* section of aerc.conf. diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 4fdd91ab..f97d01d3 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -131,6 +131,9 @@ message list, the message in the message viewer, etc). *save* [-p] Saves the current message part to the given path. + If no path is given but general.default-save-path is set, the + file will be saved there. + *-p*: Make any directories in the path that do not exist *close* -- cgit