dotfiles with stow
This commit is contained in:
22
config/.config/mutt/accounts/chalupmc@rose-hulman.edu.muttrc
Normal file
22
config/.config/mutt/accounts/chalupmc@rose-hulman.edu.muttrc
Normal file
@@ -0,0 +1,22 @@
|
||||
# vim: filetype=neomuttrc
|
||||
# muttrc file for account chalupmc@rose-hulman.edu
|
||||
set realname = "chalupmc"
|
||||
set from = "chalupmc@rose-hulman.edu"
|
||||
set sendmail = "msmtp -a chalupmc@rose-hulman.edu"
|
||||
alias me chalupmc <chalupmc@rose-hulman.edu>
|
||||
set folder = "/home/mikec/.local/share/mail/chalupmc@rose-hulman.edu"
|
||||
set header_cache = /home/mikec/.cache/mutt-wizard/chalupmc@rose-hulman.edu/headers
|
||||
set message_cachedir = /home/mikec/.cache/mutt-wizard/chalupmc@rose-hulman.edu/bodies
|
||||
set mbox_type = Maildir
|
||||
set hostname = "rose-hulman.edu"
|
||||
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 chalupmc@rose-hulman.edu<enter>" "run mbsync to sync chalupmc@rose-hulman.edu"
|
||||
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 chalupmc@rose-hulman.edu<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 chalupmc@rose-hulman.edu<enter>" "confirm GPG publication"
|
||||
|
||||
mailboxes "=INBOX" "=Drafts" "=Junk" "=Trash" "=Sent" "=Archive"
|
||||
19
config/.config/mutt/accounts/mikec@mchalupiak.com.muttrc
Normal file
19
config/.config/mutt/accounts/mikec@mchalupiak.com.muttrc
Normal file
@@ -0,0 +1,19 @@
|
||||
# vim: filetype=neomuttrc
|
||||
# muttrc file for account mikec@mchalupiak.com
|
||||
set real_name = "mikec"
|
||||
set from = "mikec@mchalupiak.com"
|
||||
set sendmail = "msmtp -a mikec@mchalupiak.com"
|
||||
alias me mikec <mikec@mchalupiak.com>
|
||||
set folder = "/home/mikec/.local/share/mail/mikec@mchalupiak.com"
|
||||
set header_cache = "/home/mikec/.cache/mutt-wizard/mikec_mchalupiak.com/headers"
|
||||
set message_cachedir = "/home/mikec/.cache/mutt-wizard/mikec_mchalupiak.com/bodies"
|
||||
set mbox_type = Maildir
|
||||
set hostname = "mchalupiak.com"
|
||||
source /usr/share/mutt-wizard/switch.muttrc
|
||||
set spool_file = "+INBOX"
|
||||
set postponed = "+Drafts"
|
||||
set trash = "+Trash"
|
||||
set record = "+Sent"
|
||||
|
||||
macro index o "<shell-escape>mailsync mikec@mchalupiak.com<enter>" "sync mikec@mchalupiak.com"
|
||||
mailboxes "=Sent" "=Drafts" "=Junk" "=INBOX"
|
||||
@@ -0,0 +1,22 @@
|
||||
# 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 <mikecchalupiak@outlook.com>
|
||||
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 "<shell-escape>mw -y mikecchalupiak@outlook.com<enter>" "run mbsync to sync mikecchalupiak@outlook.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 mikecchalupiak@outlook.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 mikecchalupiak@outlook.com<enter>" "confirm GPG publication"
|
||||
|
||||
mailboxes "=INBOX" "=Drafts" "=Junk" "=Trash" "=Sent" "=Archive"
|
||||
Reference in New Issue
Block a user