diff options
author | NeodarZ <neodarz@neodarz.net> | 2017-08-24 16:42:41 +0200 |
---|---|---|
committer | NeodarZ <neodarz@neodarz.net> | 2017-08-24 16:42:41 +0200 |
commit | facc8ea0188a2ff463bb3d022ea5013c464f36c7 (patch) | |
tree | e103a22bac7881e7647d324dbd3cbe8a583dfd3e /mutt/.mutt/muttrc | |
parent | 526ea453b3f1dd86ab3bff90f1fa09dce0d337e5 (diff) | |
download | dotfiles_ascii-facc8ea0188a2ff463bb3d022ea5013c464f36c7.tar.xz dotfiles_ascii-facc8ea0188a2ff463bb3d022ea5013c464f36c7.zip |
Git new correct conf for mutt
Diffstat (limited to 'mutt/.mutt/muttrc')
-rw-r--r-- | mutt/.mutt/muttrc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc deleted file mode 100644 index fee210e..0000000 --- a/mutt/.mutt/muttrc +++ /dev/null @@ -1,16 +0,0 @@ -set imap_user = "e@mail.com" -set imap_pass = "" -set smtp_url = "smtp://user@smtp.email.com:587/" -set smtp_pass = "" -set from = "e@mail.com" -set realname = "xero" -set header_cache = "~/.mutt/cache/headers" -set message_cachedir = "~/.mutt/cache/" -set certificate_file = "~/.mutt/certificates" -set folder = imaps://imap.mail.com/ -set spoolfile = +INBOX -mailboxes = +INBOX -unset imap_passive -set imap_keepalive = 300 -set mail_check = 120 -set editor = vim |