aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-07-29 17:07:31 -0400
committerDrew DeVault <sir@cmpwn.com>2019-07-29 17:07:31 -0400
commit85bb0b1f98e1e6960bd856a5ac094ba71451ae15 (patch)
treea9a4fb988941cd56a9ce44656020bcddf474411e /doc
parent23444e6c78188997fb23dcad587419bc016bcc3d (diff)
aerc-tutorial(7): add searching and expand viewer
Diffstat (limited to 'doc')
-rw-r--r--doc/aerc-tutorial.7.scd8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/aerc-tutorial.7.scd b/doc/aerc-tutorial.7.scd
index 67dd32f..f40be7f 100644
--- a/doc/aerc-tutorial.7.scd
+++ b/doc/aerc-tutorial.7.scd
@@ -35,6 +35,10 @@ your message list, we use vim-style keys to get around.
*<Enter>*
Opens the selected message
+You can also search the selected folder with */*, or filter with *\*. When
+searching you can use n and p to jump to the next and previous result.
+Filtering hides any non-matching message.
+
# THE MESSAGE VIEWER
Press *<Enter>* to open a message. By default, the message viewer will display
@@ -54,6 +58,10 @@ To show HTML messages, comment out the *text/html* filter in your aerc.conf
file (which is probably in ~/.config/aerc/) and install its dependencies: w3m
and dante-utils.
+You can also do many tasks you could do in the message list from here, like
+replying to emails, deleting the email, or view the next and previous message
+(*J* and *K*).
+
# COMPOSING MESSAGES
Return to the message list by pressing *q* to dismiss the message viewer. Once