summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/aerc-config.5.scd13
-rw-r--r--doc/aerc-imap.5.scd10
-rw-r--r--doc/aerc-smtp.5.scd10
3 files changed, 33 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd
index a221723..ecf7720 100644
--- a/doc/aerc-config.5.scd
+++ b/doc/aerc-config.5.scd
@@ -144,6 +144,12 @@ Note that many of these configuration options are written for you, such as
 
 	- *aerc-smtp*(5)
 
+*outgoing_cred_cmd*
+    Specifies an optional command that is run to get the outgoing account's
+    password. See each protocol's man page for more details:
+
+    - *aerc-smtp*(5)
+
 *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
@@ -154,6 +160,13 @@ Note that many of these configuration options are written for you, such as
 
 	Default: none
 
+*source_cred_cmd*
+    Specifies an optional command that is run to get the source account's
+    password. See each protocol's man page for more details:
+
+    - *aerc-imap*(5)
+
+
 # BINDS.CONF
 
 This file is used for configuring keybindings used in the aerc interactive
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)
diff --git a/doc/aerc-smtp.5.scd b/doc/aerc-smtp.5.scd
index 7d07125..17eb627 100644
--- a/doc/aerc-smtp.5.scd
+++ b/doc/aerc-smtp.5.scd
@@ -39,6 +39,16 @@ available:
 		Authenticate with a username and password using AUTH PLAIN. This is the
 		default behavior.
 
+*outgoing_cred_cmd*
+    Specifies the command to run to get the password for the SMTP
+    account. This command will be run using `sh -c [command]`. If a
+    password is specified in the *outgoing* option, the password will
+    take precedence over this command.
+
+    Example:
+
+    `pass hostname/username`
+
 # SEE ALSO
 
 *aerc*(1) *aerc-config*(5) *aerc-smtp*(5)
oth <boothj5@gmail.com> 2015-03-22 00:12:14 +0000 committer James Booth <boothj5@gmail.com> 2015-03-22 00:12:14 +0000 Added pgp key list command' href='/danisanti/profani-tty/commit/src/pgp/gpg.h?id=2490c3ed202a912438d34594c01811f7532430a4'>2490c3ed ^
551f7df1 ^
a2726b6a ^
358e9d6a ^
f6a91145 ^
a2726b6a ^

fc1ee791 ^
a2726b6a ^

8a5d1fef ^
a2726b6a ^





cb19be2f ^
a2726b6a ^
688be91c ^
a2726b6a ^
2c94ee5a ^


5a179572 ^
0552e50c ^
5a179572 ^
2c94ee5a ^








a2726b6a ^

2c94ee5a ^
2490c3ed ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96