aboutsummaryrefslogtreecommitdiffstats
path: root/doc/aerc.1.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.1.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.1.scd')
-rw-r--r--doc/aerc.1.scd19
1 files changed, 12 insertions, 7 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd
index c1efc954..ca01938f 100644
--- a/doc/aerc.1.scd
+++ b/doc/aerc.1.scd
@@ -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)