Add config changes (#1)
This commit is contained in:
parent
e31cb35087
commit
a887fe636b
7 changed files with 450 additions and 65 deletions
20
home/vylpes/.mutt/muttrc
Normal file
20
home/vylpes/.mutt/muttrc
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue