Installation
Linux
Ubuntu or Debian Based System
sudo apt update -y
sudo apt install mutt -y
Then create Mutt directories:
mkdir -p ~/.mutt/cache/headers mkdir ~/.mutt/cache/bodies touch ~/.mutt/certificates
Finally, add these to your .muttrc
set header_cache = "~/.mutt/cache/headers"
set message_cachedir = "~/.mutt/cache/bodies"
set certificate_file = "~/.mutt/certificates"
NOTE: Mutt configuration resides in ~/.muttrc
or ~/.mutt/.muttrc
Ref:
- 📄 Mutt – A Command Line Email Client to Send Mails from Terminal
- 📄 How to Use the Fast and Powerful Mutt Email Client with Gmail
- 📄 jtdaugherty/mutt-tutorial