23 lines
1.4 KiB
Plaintext
23 lines
1.4 KiB
Plaintext
|
|
# vim: filetype=neomuttrc
|
||
|
|
# muttrc file for account dbillings@scaritcolo.com
|
||
|
|
set realname = "David Billings"
|
||
|
|
set from = "dbillings@scaritcolo.com"
|
||
|
|
set sendmail = "msmtp -a dbillings@scaritcolo.com"
|
||
|
|
alias me David Billings <dbillings@scaritcolo.com>
|
||
|
|
set folder = "/home/ganome/.local/share/mail/dbillings@scaritcolo.com"
|
||
|
|
set header_cache = /home/ganome/.cache/mutt-wizard/dbillings@scaritcolo.com/headers
|
||
|
|
set message_cachedir = /home/ganome/.cache/mutt-wizard/dbillings@scaritcolo.com/bodies
|
||
|
|
set mbox_type = Maildir
|
||
|
|
set hostname = "scaritcolo.com"
|
||
|
|
source /usr/share/mutt-wizard/switch.muttrc
|
||
|
|
set spoolfile = +INBOX
|
||
|
|
set postponed = +Drafts
|
||
|
|
set trash = +Trash
|
||
|
|
set record = +Sent
|
||
|
|
|
||
|
|
macro index o "<shell-escape>mw -y dbillings@scaritcolo.com<enter>" "run mbsync to sync dbillings@scaritcolo.com"
|
||
|
|
macro index \eg "<enter-command>unset wait_key<enter><shell-escape>gpg --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 dbillings@scaritcolo.com<enter>" "publish GPG key to WKS provider"
|
||
|
|
macro index \eh "<pipe-message>/usr/libexec/gpg-wks-client --receive | msmtp --read-envelope-from --read-recipients -a dbillings@scaritcolo.com<enter>" "confirm GPG publication"
|
||
|
|
|
||
|
|
mailboxes "=Trash" "=Sent" "=Junk" "=Drafts" "=INBOX"
|