Fix scdoc & gofmt issues
This commit is contained in:
parent
b8208509f4
commit
ca2cd00fe7
8 changed files with 29 additions and 35 deletions
|
@ -145,10 +145,10 @@ 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:
|
||||
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)
|
||||
- *aerc-smtp*(5)
|
||||
|
||||
*source*
|
||||
Specifies the source for reading incoming emails on this account. This key
|
||||
|
@ -161,10 +161,10 @@ 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:
|
||||
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)
|
||||
- *aerc-imap*(5)
|
||||
|
||||
|
||||
# BINDS.CONF
|
||||
|
|
|
@ -36,14 +36,14 @@ available:
|
|||
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.
|
||||
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:
|
||||
Example:
|
||||
|
||||
`pass hostname/username`
|
||||
pass hostname/username
|
||||
|
||||
# SEE ALSO
|
||||
|
||||
|
|
|
@ -40,14 +40,14 @@ available:
|
|||
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.
|
||||
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:
|
||||
Example:
|
||||
|
||||
`pass hostname/username`
|
||||
pass hostname/username
|
||||
|
||||
# SEE ALSO
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue