From 89e70f13da93e8ef0368e616a48c6f9ea6ff99fd Mon Sep 17 00:00:00 2001 From: tfheen Date: Sat, 7 Jan 2012 18:25:47 +0000 Subject: [PATCH] Update mutt config for varnish software usage git-svn-id: file:///svn/tfheen/trunk/dotfiles@1509 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- muttrc | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/muttrc b/muttrc index bfd25ca..0b39d05 100644 --- a/muttrc +++ b/muttrc @@ -1,31 +1,32 @@ set imap_user="tfheen" +set imap_pass="`gnome-keyring-query get mutt-tfheen@varnish-software.com`" set editor="vim -c '/^$/+1'" -set from=tfheen@err.no +set from=tfheen@varnish-software.com set realname="Tollef Fog Heen" set use_from set edit_hdrs set move=no -set spoolfile="imap://localhost/in.`date +%Y.in-%Y-%m`" -set folder=imap://localhost/ +set spoolfile="imaps://tfheen@varnish-software.com@imap.gmail.com/INBOX" +set folder=imaps://tfheen@varnish-software.com@imap.gmail.com/INBOX #set record="imaps://mail.collabora.co.uk/out.`date +%Y`" set copy #fcc-hook "-t imap_domain_name" imaps://mail.raw.no/out.`date +%Y`.out-`date +%Y-%m` -set postponed=imap://localhost/Drafts +set postponed=imaps://tfheen@varnish-software.com@imap.gmail.com/Drafts set envelope_from set delete=no set attribution="]] %n\n" -my_hdr Bcc: tfheen+outgoing@err.no +my_hdr Bcc: tfheen+outgoing@varnish-software.com set include -set indent_str="| " +set indent_str="> " # always include a msg in the reply set include=yes #subscribe drift@hardware.no #set autoedit # start editor without asking for to, subject,... -#set fast_reply # do not ask for to, subject,... when replying. +set fast_reply # do not ask for to, subject,... when replying. set nomark_old # set: make distinction between New mail and Old mail. ignore * @@ -48,10 +49,15 @@ folder-hook . push 'l(~N|~O|~F)!~D\n' charset-hook "iso-8850-1" "iso8859-1" charset-hook "ISO-8859-1" "iso8859-1" charset-hook x-unknown "iso8859-1" -charset-hook . "iso8859-1" +charset-hook . "utf-8" set header_cache="~/.mutt-imap-cache/" bind generic \Cd noop bind index \Cd noop bind pager \Cd noop + +set imap_check_subscribed +set mail_check=60 +set timeout=10 +set signature=~/.signature-varnish -- 2.39.5