aboutsummaryrefslogtreecommitdiff
path: root/doc/aerc-imap.5.scd
diff options
context:
space:
mode:
authorGalen Abell <galen@galenabell.com>2019-05-18 15:29:26 -0400
committerDrew DeVault <sir@cmpwn.com>2019-05-18 15:31:38 -0400
commitb8208509f47301bcb03bc222f5e5765833478250 (patch)
treeba089c1f60d05bf6ea48c027dc09a25467b1b765 /doc/aerc-imap.5.scd
parent98da4c9509d03f8ffe48b9c66b9c3ce8a0f2f942 (diff)
Implement loading passwords from external commands
* Resolves #80
Diffstat (limited to 'doc/aerc-imap.5.scd')
-rw-r--r--doc/aerc-imap.5.scd10
1 files changed, 10 insertions, 0 deletions
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)