This is a follow up from: https://yctct.com/mutt-gpg-mbsync-msmtp-notmuch TL;DR: update .muttrc create an encrypted file with the password create a directory for the new mailbox update .mbsyncrc update .msmtprc update .config/mutt/mailboxes In .muttrc, add: macro compose <esc>3 '<esc>f^UFirstName LastName <user@example.com><enter>' to update the field From by pressing 3 when sending an email. Create an encrypted file to store the password of the email account, see https://yctct.com/mutt-gpg-mbsync-msmtp-notmuch Create a directory for the new mailbox locally: $ mkdir Mail/user@example.com In .mbsyncrc, add: ######################################## # Start of config for user@example.com # ######################################## IMAPAccount account_name Host imap.example.org Port 993 User user@example.com PassCmd "gpg -dq $HOME/.config/mutt/password.gpg" SSLType IMAPS AuthMechs PLAIN IMAPStore account_name-remote Account account_name MaildirStore account_name-local SubFolders Verbatim…
No comments yet. Log in to reply on the Fediverse. Comments will appear here.