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,7 +4,7 @@
|
|||
[general]
|
||||
#
|
||||
# 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
|
||||
pgp-provider=internal
|
||||
|
|
|
@ -32,8 +32,8 @@ These options are configured in the *[general]* section of aerc.conf.
|
|||
|
||||
*pgp-provider*
|
||||
If set to "gpg", aerc will use system gpg binary and keystore for all
|
||||
crypto operations. Otherwise, the internal openpgp implemenation will be
|
||||
used.
|
||||
crypto operations. Otherwise, the internal openpgp implementation will
|
||||
be used.
|
||||
|
||||
Default: internal
|
||||
|
||||
|
@ -203,8 +203,7 @@ These options are configured in the *[ui]* section of aerc.conf.
|
|||
Default: 200ms
|
||||
|
||||
*dirlist-tree*
|
||||
Display the directory list as a foldable tree that allows to collapse
|
||||
and expand the folders.
|
||||
Display the directory list as a foldable tree.
|
||||
|
||||
Default: false
|
||||
|
||||
|
@ -475,9 +474,9 @@ These options are configured in the *[compose]* section of aerc.conf.
|
|||
Default: none
|
||||
|
||||
*reply-to-self*
|
||||
Allow to include your own address. Otherwise, if set to false, do not mail
|
||||
yourself when replying (e.g., if replying to emails previously sent by
|
||||
yourself, address your replies to the original To: and Cc:).
|
||||
If set to false, do not mail yourself when replying (e.g., if replying
|
||||
to emails previously sent by yourself, address your replies to the
|
||||
original To: and Cc:).
|
||||
|
||||
Default: true
|
||||
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
aerc-search(1)
|
||||
|
||||
# NAME
|
||||
|
||||
aerc-search - search and filter patterns and options for *aerc*(1)
|
||||
|
||||
# IMAP
|
||||
|
||||
*search* [-ruba] [-x <flag>] [-X <flag>] [-f <from>] [-t <to>] [-c <cc>] [terms...]
|
||||
|
|
|
@ -173,7 +173,7 @@ this:
|
|||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue