diff --git a/.config/mutt/accounts/1-tovi.muttrc b/.config/mutt/accounts/1-tovi.muttrc new file mode 100644 index 0000000..12a166b --- /dev/null +++ b/.config/mutt/accounts/1-tovi.muttrc @@ -0,0 +1,31 @@ +# vim: filetype=neomuttrc +# muttrc file for account tovi +set realname = "Tovi Jaeschke-Rogers" +set from = "tovi@tovijaeschke.xyz" +set sendmail = "msmtp -a tovi" +alias me Tovi Jaeschke-Rogers +set folder = /Users/tovijaeschke-rogers/.local/share/mail/tovi +set header_cache = /Users/tovijaeschke-rogers/.cache/mutt-wizard/tovi/headers +set message_cachedir = /Users/tovijaeschke-rogers/.cache/mutt-wizard/tovi/bodies +set mbox_type = Maildir +set spoolfile = +INBOX +set postponed = +Drafts +set record = +Sent +set trash = +Trash +mailboxes $spoolfile $record $postponed $trash +set smtp_pass = "`pass mutt-wizard-tovi`" +set smtp_url = "smtp://tovi@mail.tovijaeschke.xyz:587" + +set crypt_autosign = yes +set crypt_opportunistic_encrypt = yes +set pgp_self_encrypt = yes +set pgp_default_key = 78CC949ADAAF9556 + +bind index,pager gg noop +bind index,pager g noop +bind index,pager M noop +bind index,pager C noop +bind index gg first-entry +macro index o "mailsync -V tovi" "run mbsync to sync tovi" +#unmailboxes * + diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc new file mode 100644 index 0000000..ca595cf --- /dev/null +++ b/.config/mutt/muttrc @@ -0,0 +1,4 @@ +# vim: filetype=neomuttrc +source /usr/local/share/mutt-wizard/mutt-wizard.muttrc # mw-autogenerated +source /Users/tovijaeschke-rogers/.config/mutt/accounts/1-tovi.muttrc # mw-autogenerated +macro index,pager i1 'source /Users/tovijaeschke-rogers/.config/mutt/accounts/1-tovi.muttrc!;' "switch to tovi@tovijaeschke.xyz" # mw-autogenerated diff --git a/.mbsyncrc b/.mbsyncrc new file mode 100644 index 0000000..e9226cf --- /dev/null +++ b/.mbsyncrc @@ -0,0 +1,26 @@ +IMAPStore tovi-remote +Host mail.tovijaeschke.xyz +Port 993 +User tovi +PassCmd "pass mutt-wizard-tovi" +AuthMechs LOGIN +SSLType IMAPS +CertificateFile /etc/ssl/cert.pem + +MaildirStore tovi-local +Subfolders Verbatim +Path ~/.local/share/mail/tovi/ +Inbox ~/.local/share/mail/tovi/INBOX +Flatten . + +Channel tovi +Expunge Both +Master :tovi-remote: +Slave :tovi-local: +Patterns * !"[Gmail]/All Mail" +Create Both +SyncState * +MaxMessages 0 +ExpireUnread no +# End profile +