From: tfheen Date: Tue, 5 Apr 2011 05:57:55 +0000 (+0000) Subject: misc updates X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea230599d16cd0ce8be3a87107d41ddc8ee0945c;p=dotfiles misc updates git-svn-id: file:///svn/tfheen/trunk/dotfiles@1460 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/muttrc b/muttrc index 0da37c9..bfd25ca 100644 --- a/muttrc +++ b/muttrc @@ -1,20 +1,21 @@ set imap_user="tfheen" set editor="vim -c '/^$/+1'" -set from=tfheen@raw.no +set from=tfheen@err.no set realname="Tollef Fog Heen" set use_from set edit_hdrs set move=no -set spoolfile="imap://mail.err.no/in-`date +%Y-%m`" -set folder=imap://mail.err.no/ -set record="imaps://mail.raw.no/out.`date +%Y`.out-`date +%Y-%m`" +set spoolfile="imap://localhost/in.`date +%Y.in-%Y-%m`" +set folder=imap://localhost/ +#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=imaps://mail.raw.no/Drafts +#fcc-hook "-t imap_domain_name" imaps://mail.raw.no/out.`date +%Y`.out-`date +%Y-%m` +set postponed=imap://localhost/Drafts set envelope_from set delete=no -set attribution="* %n\n" +set attribution="]] %n\n" +my_hdr Bcc: tfheen+outgoing@err.no set include set indent_str="| " @@ -51,3 +52,6 @@ charset-hook . "iso8859-1" set header_cache="~/.mutt-imap-cache/" +bind generic \Cd noop +bind index \Cd noop +bind pager \Cd noop