From b8208509f47301bcb03bc222f5e5765833478250 Mon Sep 17 00:00:00 2001 From: Galen Abell Date: Sat, 18 May 2019 15:29:26 -0400 Subject: Implement loading passwords from external commands * Resolves #80 --- doc/aerc-imap.5.scd | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/aerc-imap.5.scd') diff --git a/doc/aerc-imap.5.scd b/doc/aerc-imap.5.scd index 5899a34..d676c7c 100644 --- a/doc/aerc-imap.5.scd +++ b/doc/aerc-imap.5.scd @@ -35,6 +35,16 @@ available: *imaps*: IMAP with TLS/SSL +*source_cred_cmd* + Specifies the command to run to get the password for the IMAP + account. This command will be run using `sh -c [command]`. If a + password is specified in the *source* option, the password will + take precedence over this command. + + Example: + + `pass hostname/username` + # SEE ALSO *aerc*(1) *aerc-config*(5) *aerc-smtp*(5) -- cgit v1.2.3