Email configuration

This commit is contained in:
2021-04-14 19:27:27 +01:00
parent 0865aec056
commit 0e3d8a98cd
5 changed files with 60 additions and 0 deletions

15
.config/mutt/muttrc Normal file
View File

@ -0,0 +1,15 @@
# vim: filetype=muttrc
set folder = "~/.local/share/mail/jordan@vimium.com"
set smtp_url = "smtps://jordan@vimium.com@smtp.mail.vimium.com:465"
set sendmail = "mstmp -a jordan@vimium.com"
set from = "jordan@vimium.com"
set realname = "Jordan Holt"
set mbox_type = Maildir
set spoolfile = "+INBOX"
set record = "+Sent"
set trash = "+Trash"
set postponed = "+Drafts"
mailboxes =INBOX =Sent =Trash =Drafts =Junk