zkk / mutt-wizard - Gestine email da terminale



installazione

Per la sincronizzazione della casella di posta =Gmail= è importante generare una =onetime password= tramite il proprio account Google cercando =Password per le app=, quindi proseguo la configurazione.

sudo pacman -S neomutt curl isync msmtp pass ca-certificates gettext
sudo pacman -S lynx notmuch cronie
yay -S pam-gnupg abook urlview mutt-wizard
gpg --full-generate-key
pass init maxmatty@gmail.com
mw -a maxmatty@gmail.com
mw -y maxmatty@gmail.com
mailsync
neomutt

notmuch - eliminazione emails

mailsync
notmuch search --format=text0 --output=files <search-term> | xargs -r0 rm
notmuch new
mailsync