aboutsummaryrefslogtreecommitdiffstats
path: root/doc/aerc-config.5.scd
diff options
context:
space:
mode:
authorInwit <inwit@sindominio.net>2022-11-21 21:29:11 +0100
committerRobin Jarry <robin@jarry.cc>2022-11-24 19:19:10 +0100
commitc56e938f9c822c884735a4cabba6a09a3a644751 (patch)
tree9fffbd617a1aed85ffb6d3be5762f94c27a94514 /doc/aerc-config.5.scd
parentfafcee2534111ee2f1353201837ca8cd42850e26 (diff)
downloadaerc-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-config.5.scd')
-rw-r--r--doc/aerc-config.5.scd40
1 files changed, 29 insertions, 11 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd
index e685eb55..852f01e3 100644
--- a/doc/aerc-config.5.scd
+++ b/doc/aerc-config.5.scd
@@ -211,12 +211,13 @@ These options are configured in the *[ui]* section of aerc.conf.
command in *aerc*(1) for reference. Prefixing a criterion with "-r "
reverses that criterion.
- Example: "from -r date"
+ Example:
+ sort = from -r date
Default: ""
*dirlist-format*
- Describes the format string to use for the directory list
+ Describes the format string to use for the directory list.
Default: %n %>r
@@ -553,7 +554,7 @@ These options are configured in the *[compose]* section of aerc.conf.
This parameter can also be set per account in accounts.conf.
Example:
- khard email --remove-first-line --parsable '%s'
+ address-book-cmd = khard email --remove-first-line --parsable '%s'
Default: none
@@ -566,7 +567,7 @@ These options are configured in the *[compose]* section of aerc.conf.
one file per line.
Example:
- file-picker-cmd=fzf --multi --query=%s
+ file-picker-cmd = fzf --multi --query=%s
Default: none
@@ -587,7 +588,7 @@ These options are configured in the *[compose]* section of aerc.conf.
The "(?im)" flags are set by default (case-insensitive and multi-line).
Example:
- no-attachment-warning=^[^>]\*attach(ed|ment)
+ no-attachment-warning = ^[^>]\*attach(ed|ment)
Default: none
@@ -634,6 +635,22 @@ _AERC_FROM_
Note that said email body is converted into UTF-8 before being passed to
filters.
+Example:
+
+```
+[filters]
+from,thatguywhodoesnothardwraphismessages=fmt -w 72 | colorize
+subject,~Git(hub|lab)=lolcat -f
+text/plain=colorize
+text/calendar=calendar | colorize
+message/delivery-status=colorize
+message/rfc822=colorize
+text/html=html | colorize
+text/*=bat -fP --file-name="$AERC_FILENAME"
+application/x-sh=bat -fP -l sh
+image/*=catimg -w $(tput cols) -
+```
+
## OPENERS
Openers allow you to specify the command to use for the *:open* action on a
@@ -737,7 +754,8 @@ Note that many of these configuration options are written for you, such as
Setting this option to 0 will disable check-mail
- Example: 5m
+ Example:
+ check-mail = 5m
Default: 0
@@ -791,9 +809,9 @@ Note that many of these configuration options are written for you, such as
Default: none
*outgoing*
- Specifies the transport for sending outgoing emails on this account. It
+ Specifies the transport for sending outgoing emails on this account. It
should be a connection string, and the specific meaning of each component
- varies depending on the protocol in use. See each protocol's man page for
+ varies depending on the protocol in use. See each protocol's man page for
more details:
- *aerc-smtp*(5)
@@ -813,18 +831,18 @@ Note that many of these configuration options are written for you, such as
*pgp-auto-sign*
If true, all outgoing emails from this account will be signed (if a signing
- key is available)
+ key is available).
Default: false
*pgp-key-id*
Specify the key id to use when signing a message. Can be either short or
- long key id. If unset, aerc will look up the key by email
+ long key id. If unset, aerc will look up the key by email.
*pgp-opportunistic-encrypt*
If true, any outgoing email from this account will be encrypted when all
recipients (including "cc" and "bcc" field) have a public key available in
- the keyring
+ the keyring.
Default: false