# vim: filetype=neomuttrc # muttrc file for account mikecchalupiak@outlook.com set realname = "mikecchalupiak" set from = "mikecchalupiak@outlook.com" set sendmail = "msmtp -a mikecchalupiak@outlook.com" alias me mikecchalupiak set folder = "/home/mikec/.local/share/mail/mikecchalupiak@outlook.com" set header_cache = /home/mikec/.cache/mutt-wizard/mikecchalupiak@outlook.com/headers set message_cachedir = /home/mikec/.cache/mutt-wizard/mikecchalupiak@outlook.com/bodies set mbox_type = Maildir set hostname = "outlook.com" source /usr/share/mutt-wizard/switch.muttrc set spoolfile = +INBOX set postponed = +Drafts set trash = +Trash set record = +Sent macro index o "mw -y mikecchalupiak@outlook.com" "run mbsync to sync mikecchalupiak@outlook.com" macro index \eg "unset wait_keygpg --list-secret-keys; printf 'Enter email ID of user to publish: '; read eID; printf 'Enter fingerprint of GPG key to publish: '; read eFGPT; /usr/libexec/gpg-wks-client --create \$eFGPT \$eID | msmtp --read-envelope-from --read-recipients -a mikecchalupiak@outlook.com" "publish GPG key to WKS provider" macro index \eh "/usr/libexec/gpg-wks-client --receive | msmtp --read-envelope-from --read-recipients -a mikecchalupiak@outlook.com" "confirm GPG publication" mailboxes "=INBOX" "=Drafts" "=Junk" "=Trash" "=Sent" "=Archive"