yrwq@site:~/mutt-wizard.mdx
yrwq@site:~/projects$ cat mutt-wizard.mdx

mutt-wizard

automatic mutt and isync configuration

active
rust

source

rust rewrite of luke smith's mutt-wizard. one command generates configs for neomutt, mbsync, and msmtp. passwords go in pass.

mw add user@gmail.com

requires neomutt, isync, msmtp, pass, and gpg.

gpg --full-generate-key
pass init your@email.com
mw add user@gmail.com
mbsync -a
neomutt

reads domains.csv for known IMAP/SMTP servers. if your provider isn't in the list you have to add it yourself.

main
9