From 199a61d98bcf364ad0faaf53b05dbb31bb95ab5d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 14 Mar 2013 19:23:15 +1300 Subject: Adding Mutt configuration --- mutt/muttrc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 mutt/muttrc (limited to 'mutt') diff --git a/mutt/muttrc b/mutt/muttrc new file mode 100644 index 00000000..7047de13 --- /dev/null +++ b/mutt/muttrc @@ -0,0 +1,23 @@ +set folder = "imaps://imap.gmail.com:993" +set from = "tej.ryder@gmail.com" +set imap_user = "tej.ryder@gmail.com" +set move = no +set postponed = "+[Gmail]/Drafts" +set realname = "Tom Ryder" +set smtp_url = "smtp://tej.ryder@smtp.gmail.com:587/" +set spoolfile = "+INBOX" + +set my_password = `pass google.com/tej.ryder@gmail.com/mutt` +set imap_pass = $my_password +set smtp_pass = $my_password + +set certificate_file = ~/.mutt/certificates +set header_cache = ~/.mutt/cache/headers +set message_cachedir = ~/.mutt/cache/bodies + +set sort = 'reverse-date' + +color status color84 color22 +color normal white black +color indicator black white + -- cgit v1.2.3