Difference between revisions of "Mutt"
From Funtoo Linux
(Created page with "Mutt is a popular mail reader for Linux systems. This page is being created as a good place for people to place their mutt configurations to share with others. These configura...") |
|||
| Line 10: | Line 10: | ||
[[Category:HOWTO]] | [[Category:HOWTO]] | ||
| + | [[Category:Featured]] | ||
Revision as of 19:36, 24 January 2012
Mutt is a popular mail reader for Linux systems. This page is being created as a good place for people to place their mutt configurations to share with others. These configuration settings go in the user's ~/.muttrc file.
Essential Mutt:
set pager_stop
This turns off the default behavior of mutt where hitting space to scroll will automatically move to the next message when the end of the current message is reached. This is very annoying when scrolling in long emails like cron jobs, and the line above sets this behavior to off.