- https://wiki.archlinux.org/index.php/Mutt
- https://www.marksanborn.net/software/why-i-use-mutt/
- http://stevelosh.com/blog/2012/10/the-homely-mutt/
- http://wcm1.web.rice.edu/mutt-tips.html
- http://www.mutt.org/doc/manual/#concept-screens-and-menus
- https://www.ucolick.org/~lharden/learnmutt.html
- https://neomutt.org/guide/mimesupport
- https://github.com/lukeross/MuttrcBuilder
- https://calomel.org/mutt_config.html
- https://www.henrytodd.org/notes/2014/simpler-gnupg-mutt-config-with-gpgme/
- https://www.phildev.net/pgp/pgp_clear_vs_mime.html
- https://pthree.org/2011/09/15/setting-up-mutt-with-smime-and-pgpmime/
application/pgp
attachments are decrypted, which produces unnecesary verbose binary output in some cases. Mozilla Thunderbird usesoctet-stream
for this reason. Addapplication/octet-stream pgp
to/.mime,types
(Debian Stretch). For OS X, see below.
- https://web.archive.org/web/20130328173703
- http://www.crunchbanglinux.org/wiki/howto/howto_setup_mutt_with_gmail_imap
- https://gist.github.com/kaleb/1289741#file-muttrc
- https://bbs.archlinux.org/viewtopic.php?pid=1341230#p1341230
- https://pbrisbin.com/posts/mutt_gmail_offlineimap/
- https://openwall.info/wiki/internal/email/muttrc
- https://pastebin.com/t8Ews95U
- alias accounts
- https://neomutt.org/guide/gettingstarted.html#intro-sidebar-format
- https://baptiste-wicht.com/posts/2014/07/a-mutt-journey-my-mutt-configuration.html
- https://vigasdeep.com/2014/05/07/install-config-mutt-sidebar/
- http://ajitabhpandey.info/2012/08/installing-mutt-on-mac-os-x/
- https://www.cryptomonkeys.com/2015/09/mutt-and-msmtp-on-osx/
- Macports: enable TLS support:
port install neomutt +idn+mutt+gdbm+gnutls+sasl
(checkport variants neomutt
) - muttprint: install TeX from:
- ftp://ftp.fu-berlin.de/tex/CTAN/systems/mac/mactex/mactex-basictex-20180417.pkg
tlmgr option repository ftp://ftp.fu-berlin.de/tex/CTAN/systems/texlive/tlnet tlmgr update --self tlmgr update --all tlmgr install lastpage tlmgr install marvosym
- .muttrc:
set print_command='set -e; f=`mktemp "$HOME/.cache/mutt/XXXXXXXXX"`; muttprint -D -P A4 -p TO_FILE:"$f"; open -a /Applications/Preview.app "$f"; sleep 5; rm "$f"'
application/pgp
issue; Addpgp
toapplication/octet-stream bin
at/opt/local/etc/mime.types
and comment-out the original MIME type. note:~/.mime.types
won't work.
- https://unix.stackexchange.com/a/20497
- https://wiki.debian.org/Mutt#Viewing_URLs
- https://github.com/firecat53/urlscan
- http://jasonwryan.com/blog/2012/05/12/mutt/
- https://brianbuccola.com/how-to-mark-all-emails-as-read-in-mutt/
- https://www.linuxquestions.org/questions/linux-software-2/mutt-delete-all-mails-483015/
- neomutt/neomutt#1278
- https://github.com/altercation/mutt-colors-solarized
- https://github.com/dmedvinsky/mutt-ics
- https://heipei.net/2009/09/10/mutt-threading-like-a-pro/
- https://superuser.com/questions/743799/coloring-of-collapsed-threads-in-mutt#868489
- http://www.shallowsky.com/blog/linux/mutt-fwd-attachments.html
From
NeoMutt 20191111
(OS X Catalina, MacPorts) it seems login will fail for a GMail-hosted custom domains (@mydomain.com) and a vanilla GMail account (@gmail.com)./etc/hosts
pointing to Google's own servers:And change all URLs (
imaps://
,smtps://
) formgmail.com
tomydomain.com
where necessary.See: https://neomutt.org/guide/optionalfeatures#account-hook