Luke Smith d1f41180eb | 5 years ago | |
---|---|---|
bin | 5 years ago | |
.gitignore | 5 years ago | |
LICENSE | 6 years ago | |
README.md | 5 years ago | |
domains.csv | 5 years ago | |
muttrc | 5 years ago | |
mw | 5 years ago |
Get all this great stuff without effort:
Specifically, this wizard:
neomutt
, isync
, and msmtp
appropirate for your email addressgit clone https://gitlab.com/LukeSmithxyz/mutt-wizard ~/.config/mutt
Yes you have to put the whole repo in the mutt directory (~/.config/mutt/
).
Just backup or delete any previous mutt configs (or msmtp or mbsync configs if you have them; if you don’t know, you don’t have them).
Install these required programs:
neomutt
- the email client.isync
- downloads and syncs the mail.msmtp
- sends the email.pass
- safely encrypts passwordsYou also need a GPG key pair to encrypt passwords.
If you don’t know what that is, just run gpg --full-gen-key
(or gpg2 --full-gen-key
) to get one.
You might also want some good optional stuff:
w3m
- view HTML email and images in neomutt.notmuch
- index and search mail. Install it and run notmuch setup
, tell it that your mail is in ~/.local/share/mail/
. You can run it in mutt with ctrl-f
. Run notmuch new
to process new mail, although the included mailsync
script does this for you.abook
- a terminal-based address book. Pressing tab while typing an address to send mail to will suggest contacts that are in your abook.To give you an example of the interface, here’s an idea:
m
- send mail (uses your default $EDITOR
to write)j
/k
and d
/u
- vim-like bindings to go down and up (or d
/u
to go down/up a page).Enter
- read mailr
- reply to highlighted mailR
- replay all to highlighted mailv
- view attachments to select and open them s
to save, Enter
to open.gs
,gi
,ga
,gd
,gS
- Press g
followed by another letter to change mailbox: s
ent, i
nbox, a
rchive, d
rafts, S
pam, etc.M
and C
- For M
ove and C
opy: follow them with one of the mailbox letters above, i.e. MS
means “move to Spam”.i#
- Press i
followed by a number 1-9 to go to a different account. If you add 9 accounts via mutt-wizard, they will each be assigned a number.?
- see all keyboard shortcutsisync
/mbsync
has replaced offlineimap
as the backend. Offlineimap was error-prone, bloated, used obsolete Python 2 modules and required separate steps to install the system.dialog
is no long used (le bloat) and the interface is simply text.~/.config/
, moving mail to ~/.local/share/mail/
and moving mutt-wizard files to ~/.local/share/muttwizard/
. isync/mbsync still uses home for default though as XDG compliance is not built into them.accounts/
hold account data and bin/
holds script run by or for mutt. All other directories have been disintegrated.domains.csv
so their users can more easily use mutt-wizard.See Luke’s website here. Email him at luke@lukesmith.xyz.
mutt-wizard is free/libre software, licensed under the GPLv3.