diff options
author | Inwit <inwit@sindominio.net> | 2022-11-21 21:29:11 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-11-24 19:19:10 +0100 |
commit | c56e938f9c822c884735a4cabba6a09a3a644751 (patch) | |
tree | 9fffbd617a1aed85ffb6d3be5762f94c27a94514 /doc/aerc-imap.5.scd | |
parent | fafcee2534111ee2f1353201837ca8cd42850e26 (diff) | |
download | aerc-c56e938f9c822c884735a4cabba6a09a3a644751.tar.gz |
doc: proofreading
- Add missing periods at the end of sentences.
- Add missing setting names before examples.
- Remove double spaces after periods.
- Fix sendmail default path.
- Add missing [filters] examples in aerc-config(5).
- Add missing log-file config hint in aerc(1).
- Fix title and default filters in aerc-tutorial(7).
- Add missing empty lines after section headings.
- Fix various typos.
- Remove duplicate section in aerc-search(1).
Signed-off-by: Inwit <inwit@sindominio.net>
Signed-off-by: Robin Jarry <robin@jarry.cc>
Acked-by: Koni Marti <koni.marti@gmail.com>
Diffstat (limited to 'doc/aerc-imap.5.scd')
-rw-r--r-- | doc/aerc-imap.5.scd | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/aerc-imap.5.scd b/doc/aerc-imap.5.scd index 2a5f6c8b..52809b4d 100644 --- a/doc/aerc-imap.5.scd +++ b/doc/aerc-imap.5.scd @@ -51,7 +51,7 @@ available: - scope (optional) Example: - imaps+oauthbearer://...?token_endpoint=https://...&client_id= + imaps+oauthbearer://...?token_endpoint=https://...&client_id= *imaps+xoauth2://* IMAP with TLS/SSL using XOAUTH2 Authentication. Parameters are @@ -64,8 +64,7 @@ available: take precedence over this command. Example: - - pass hostname/username + source-cred-cmd = pass hostname/username *connection-timeout* Maximum delay to establish a connection to the IMAP server. See |