aerc-tutorial(7): add searching and expand viewer
This commit is contained in:
parent
23444e6c78
commit
85bb0b1f98
|
@ -35,6 +35,10 @@ your message list, we use vim-style keys to get around.
|
||||||
*<Enter>*
|
*<Enter>*
|
||||||
Opens the selected message
|
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
|
# THE MESSAGE VIEWER
|
||||||
|
|
||||||
Press *<Enter>* to open a message. By default, the message viewer will display
|
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
|
file (which is probably in ~/.config/aerc/) and install its dependencies: w3m
|
||||||
and dante-utils.
|
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
|
# COMPOSING MESSAGES
|
||||||
|
|
||||||
Return to the message list by pressing *q* to dismiss the message viewer. Once
|
Return to the message list by pressing *q* to dismiss the message viewer. Once
|
||||||
|
|
Loading…
Reference in New Issue