Add config changes (#1)

This commit is contained in:
Vylpes 2021-07-27 15:17:11 +01:00 committed by GitHub
parent e31cb35087
commit a887fe636b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 450 additions and 65 deletions

20
home/vylpes/.mutt/muttrc Normal file
View file

@ -0,0 +1,20 @@
set from = "ADDRESS"
set realname = "NAME"
set imap_user = "ADDRESS"
set imap_pass = "PASSWORD"
set smtp_url = "smtp://$imap_user@mail.URL:587"
set smtp_pass = $imap_pass
set folder = "imap://mail.URL"
set spoolfile = "+Inbox"
set record = "+Sent"
set postponed = "+Drafts"
set trash = "+Trash"
set move = no
mailboxes "=Inbox =Sent =Drafts =Trash =Ongoing"
set editor = vim