shithub: mongrel

Download patch

ref: 91c36955994c33885bb695aea30d4746c35f4c09
parent: 70c799c0e786e3c55633003c26c889ea9921fb54
author: phil9 <telephil9@gmail.com>
date: Fri Feb 4 13:14:57 EST 2022

fix typo in README.md

--- a/README.md
+++ b/README.md
@@ -17,10 +17,10 @@
 - the index which shows the list of messages
 - the pager which shows an individual mail
 
-Navigation in the index is done using the mouse, the arrow keys, page up/down, home and end. A left click on a given message will display its content. Right-clicking or pressing `enter` will display the message content (in this case the pager will open if not displayed already).
+Navigation in the index is done using the mouse, the arrow keys, page up/down, home and end. A left click on a given message will select it. Right-clicking or pressing `enter` will display the message content (in this case the pager will open if not displayed already).
 Scrolling in the pager can be achieved with either the mouse or with a combination of pressing `alt` and the arrow keys or page up/down.  
 The pager displays any attachments the message may have below the message headers. Right-clicking an individual attachment will send it to the plumber.  
-`q` will hide the pager if it is open or quit mongrel if in the index.
+`q` will hide the pager if it is open or quit mongrel if in the index.  
 `Del` exit mongrel.
 
 ## License