diff options
Diffstat (limited to 'tools/mutt.html')
-rw-r--r-- | tools/mutt.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/tools/mutt.html b/tools/mutt.html index ef7cdbd..5c72e0c 100644 --- a/tools/mutt.html +++ b/tools/mutt.html @@ -162,7 +162,15 @@ <h3 id="system">2.1. System Email</h3> - <p>Content of <a href="conf/etc/skel/.mutt/system">.mutt/system</a>;</p> + <p>Check and point enviroment mail variable to new local maildir;</p> + + <pre> + $ echo "MAIL=$HOME/.mail/" >> ~/.bashrc + $ source ~/.bashrc + $ env | grep MAIL + </pre> + + <p>Content of <a href="conf/etc/skel/.mutt/system">.mutt/system</a>;<p> <pre> color status green default |