aerc-tutorial(7): add searching and expand viewer

This commit is contained in:
Drew DeVault 2019-07-29 17:07:31 -04:00
parent 23444e6c78
commit 85bb0b1f98
1 changed files with 8 additions and 0 deletions

View File

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