Installation
sudo apt update -y
sudo apt install neomutt -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:
- 📄 Command Line Email with Neomutt and Gmail
- 📄 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