doc: fix typos
These were reported by lintian when packaging aerc 0.11.0. There are probably others. Signed-off-by: Robin Jarry <robin@jarry.cc> Acked-by: Moritz Poldrack <moritz@poldrack.dev>
This commit is contained in:
parent
3ef4a3ca05
commit
011d41de7e
4 changed files with 12 additions and 9 deletions
|
@ -4,7 +4,7 @@
|
||||||
[general]
|
[general]
|
||||||
#
|
#
|
||||||
# If set to "gpg", aerc will use system gpg binary and keystore for all crypto
|
# If set to "gpg", aerc will use system gpg binary and keystore for all crypto
|
||||||
# operations. Otherwise, the internal openpgp implemenation will be used.
|
# operations. Otherwise, the internal openpgp implementation will be used.
|
||||||
#
|
#
|
||||||
# Default: internal
|
# Default: internal
|
||||||
pgp-provider=internal
|
pgp-provider=internal
|
||||||
|
|
|
@ -32,8 +32,8 @@ These options are configured in the *[general]* section of aerc.conf.
|
||||||
|
|
||||||
*pgp-provider*
|
*pgp-provider*
|
||||||
If set to "gpg", aerc will use system gpg binary and keystore for all
|
If set to "gpg", aerc will use system gpg binary and keystore for all
|
||||||
crypto operations. Otherwise, the internal openpgp implemenation will be
|
crypto operations. Otherwise, the internal openpgp implementation will
|
||||||
used.
|
be used.
|
||||||
|
|
||||||
Default: internal
|
Default: internal
|
||||||
|
|
||||||
|
@ -203,8 +203,7 @@ These options are configured in the *[ui]* section of aerc.conf.
|
||||||
Default: 200ms
|
Default: 200ms
|
||||||
|
|
||||||
*dirlist-tree*
|
*dirlist-tree*
|
||||||
Display the directory list as a foldable tree that allows to collapse
|
Display the directory list as a foldable tree.
|
||||||
and expand the folders.
|
|
||||||
|
|
||||||
Default: false
|
Default: false
|
||||||
|
|
||||||
|
@ -475,9 +474,9 @@ These options are configured in the *[compose]* section of aerc.conf.
|
||||||
Default: none
|
Default: none
|
||||||
|
|
||||||
*reply-to-self*
|
*reply-to-self*
|
||||||
Allow to include your own address. Otherwise, if set to false, do not mail
|
If set to false, do not mail yourself when replying (e.g., if replying
|
||||||
yourself when replying (e.g., if replying to emails previously sent by
|
to emails previously sent by yourself, address your replies to the
|
||||||
yourself, address your replies to the original To: and Cc:).
|
original To: and Cc:).
|
||||||
|
|
||||||
Default: true
|
Default: true
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
aerc-search(1)
|
aerc-search(1)
|
||||||
|
|
||||||
|
# NAME
|
||||||
|
|
||||||
|
aerc-search - search and filter patterns and options for *aerc*(1)
|
||||||
|
|
||||||
# IMAP
|
# IMAP
|
||||||
|
|
||||||
*search* [-ruba] [-x <flag>] [-X <flag>] [-f <from>] [-t <to>] [-c <cc>] [terms...]
|
*search* [-ruba] [-x <flag>] [-X <flag>] [-f <from>] [-t <to>] [-c <cc>] [terms...]
|
||||||
|
|
|
@ -173,7 +173,7 @@ this:
|
||||||
|
|
||||||
msglist_default.selected.bg=black
|
msglist_default.selected.bg=black
|
||||||
|
|
||||||
If we specify the global style selected modifer using fnmatch as below:
|
If we specify the global style selected modifier using fnmatch as below:
|
||||||
|
|
||||||
\*.selected.reverse=toggle
|
\*.selected.reverse=toggle
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue