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>
This commit is contained in:
Inwit
2022-11-21 21:29:11 +01:00
committed by Robin Jarry
parent fafcee2534
commit c56e938f9c
11 changed files with 67 additions and 79 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -19,7 +19,7 @@ The following maildir-specific options are available:
Command to run in conjunction with *check-mail* option.
Example:
mbsync -a
check-mail-cmd = mbsync -a
Default: none

View File

@@ -24,7 +24,7 @@ options are available:
Command to run in conjunction with *check-mail* option.
Example:
mbsync -a
check-mail-cmd = mbsync -a
Default: none
@@ -81,13 +81,13 @@ Some commands are slightly different in semantics and mentioned below:
*cf* <notmuch query>
The change folder command allows for arbitrary notmuch queries. Performing a
cf command will perform a new top-level notmuch query
cf command will perform a new top-level notmuch query.
*filter* <notmuch query>
The filter command for notmuch backends takes in arbitrary notmuch queries.
It applies the query on the set of messages shown in the message list. This
can be used to perform successive filters/queries. It is equivalent to
performing a set of queries concatenated with "and"
performing a set of queries concatenated with "and".
# SEE ALSO

View File

@@ -4,47 +4,7 @@ aerc-search(1)
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...]
Searches the current folder for messages matching the given set of
conditions.
Each space separated term of *terms*, if provided, is searched
case-insensitively among subject lines unless *-b* or *-a* are
provided.
*-r*: Search for read messages
*-u*: Search for unread messages
*-x <flag>*, *-X <flag>*: Restrict search to messages with or without <flag>
Use *-x* to search for messages with the flag set.
Use *-X* to search for messages without the flag set.
Possible values are:
Seen
Read messages
Answered
Replied messages
Flagged
Flagged messages
*-b*: Search in the body of the messages
*-a*: Search in the entire text of the messages
*-f <from>*: Search for messages from <from>
*-t <to>*: Search for messages to <to>
*-c <cc>*: Search for messages cc'ed to <cc>
# MAILDIR
# MAILDIR & IMAP
*search* [-ruba] [-x <flag>] [-X <flag>] [-f <from>] [-t <to>] [-c <cc>] [terms...]
Searches the current folder for messages matching the given set of

View File

@@ -17,7 +17,7 @@ options are available:
/path/to/sendmail
This should be set to the path to the sendmail binary you wish to use,
which is generally /usr/bin/sendmail. aerc will execute it with a list of
which is generally /usr/sbin/sendmail. aerc will execute it with a list of
recipients on the command line and pipe the message to deliver to stdin.
# SEE ALSO

View File

@@ -58,8 +58,7 @@ available:
take precedence over this command.
Example:
pass hostname/username
outgoing-cred-cmd = pass hostname/username
*smtp-starttls*
Set this to `yes` if the server uses STARTTLS. In that case you should also

View File

@@ -22,10 +22,11 @@ style object "msglist_unread" is set to "cornflowerblue"
msglist_unread.fg=cornflowerblue
```
The configuration also allows wildcard matching of the style_objects
The configuration also allows wildcard matching of the keys
to configure multiple style objects at a time.
## Style
The following options are available to be modified for each of the
style objects.
@@ -83,6 +84,7 @@ style objects.
_The value doesn't matter_
## Style Objects
The style objects represent the various ui elements or ui instances for
styling.
@@ -148,6 +150,7 @@ styling.
: The item chooser in a selector ui element.
## fnmatch style wildcard matching
The styleset configuration can be made simpler by using the fnmatch
style wildcard matching for the style object.
@@ -168,8 +171,9 @@ For example, the following wildcards can be made using this syntax.
: Set the background color of all style objects that end in list to hotpink.
## Selected modifier
Selected modifier can be applied to any style object. The style provided for
the selected modifier are applied on top of the style object it corresponds to.
The selected modifier can be applied to any style object. The style provided for
the selected modifier is applied on top of the style object it corresponds to.
If you would like to make sure message that are flagged as read in the msglist
appear in yellow foreground and black background. You can specify that with
@@ -186,6 +190,7 @@ If we specify the global style selected modifier using fnmatch as below:
This toggles the reverse switch for selected version of all the style objects.
## Layered styles
Some styles, (currently the `msglist\*` and `dirlist\*` ones) are applied in layers. If
a style differs from the base (in this case `\{msglist|dirlist\}_default`) then that style
applies, unless overridden by a higher layer. The order that `msglist` styles
@@ -209,6 +214,7 @@ dirlist_recent
```
## Colors
The color values are set using the values accepted by the tcell library.
The values can be one of the following.

View File

@@ -62,8 +62,8 @@ available always.
The date and time information is always available and can be easily
formatted.
- Date: Date and Time information when the compose window is opened.
- OriginalDate: Date and Time when the original message of received.
- Date: Date and time information when the compose window is opened.
- OriginalDate: Date and time when the original message of received.
Available for quoted reply and forward.
To format the date fields, _dateFormat_ and _toLocal_ are provided.

View File

@@ -2,7 +2,7 @@ aerc-tutorial(7)
# NAME
aerc - the world's best email client
aerc-tutorial - tutorial for *aerc*(1)
# INTRODUCTION
@@ -137,10 +137,11 @@ When displaying messages in the message viewer, aerc will pipe them through a
_message filter_ first. This allows you to decode messages in non-plaintext
formats, add syntax highlighting, etc. aerc ships with a few default filters:
- Emails which begin with "[PATCH" will be piped into a filter for rendering
git-format-patch and hg export emails.
- text/html is rendered with w3m in a network sandbox
- text/\* is rendered with a simple filter for coloring quoted text
- _text/plain_ parts are piped through the _colorized_ built-in filter which
handles URL, quotes and diff coloring.
- _text/calendar_ is processed to be human readable text
- _text/html_ (disabled by default) can be uncommented to pipe through the
built-in _html_ filter.
## CUSTOMIZING AERC

View File

@@ -2,7 +2,7 @@ aerc(1)
# NAME
aerc - the world's best email client
aerc - a pretty good email client.
# SYNOPSIS
@@ -313,7 +313,7 @@ message list, the message in the message viewer, etc).
Remove the directory even if it contains messages.
Some programs that sync maildirs may recover deleted directories (e.g.
offlineimap). These can either be specially configured to properly
offlineimap). These can either be specially configured to properly
handle directory deletion, or special commands need to be run to delete
directories (e.g. 'offlineimap --delete-folder').
@@ -360,8 +360,9 @@ message list, the message in the message viewer, etc).
below the message list. If a + or - is prepended, the message list size
will grow or shrink accordingly. The split can be cleared by calling
:split 0, or just :split. The split can be toggled by calling split with
the same size repeatedly. For example, :split 10 will create a split.
Calling :split 10 again will remove the split. Also see *vsplit*
the same (absolute) size repeatedly. For example, :split 10 will create
a split. Calling :split 10 again will remove the split. Also see
*vsplit*.
*sort* [[-r] <criterion>]...
Sorts the message list by the given criteria. *-r* sorts the
@@ -403,8 +404,9 @@ message list, the message in the message viewer, etc).
of the message list. If a + or - is prepended, the message list size
will grow or shrink accordingly. The split can be cleared by calling
:vsplit 0, or just :vsplit. The split can be toggled by calling split
with the same size repeatedly. For example, :vsplit 10 will create a
split. Calling :vsplit 10 again will remove the split. Also see *split*
with the same (absolute) size repeatedly. For example, :vsplit 10 will
create a split. Calling :vsplit 10 again will remove the split. Also see
*split*.
## MESSAGE VIEW COMMANDS
@@ -499,7 +501,7 @@ message list, the message in the message viewer, etc).
is not currently visible in the compose window, a new one will be added.
*edit*
(Re-) opens your text editor to edit the message in progress.
(Re-)opens your text editor to edit the message in progress.
*next-field*, *prev-field*
Cycles between input fields in the compose window.
@@ -546,6 +548,9 @@ write log messages to that file:
$ aerc > log
Persistent logging can be configured via the *log-file* and *log-level* settings
in _aerc.conf_.
# SEE ALSO
*aerc-config*(5) *aerc-imap*(5) *aerc-smtp*(5) *aerc-maildir*(5)