]> err.no Git - dotfiles/blob - muttrc
loosen font specs a bit
[dotfiles] / muttrc
1 set mime_forward=yes
2 set mime_forward_rest=yes
3 set imap_user="tfheen"
4 set imap_pass="`gnome-keyring-query get mutt-tfheen@varnish-software.com`"
5 set editor="vim -c '/^$/+1'"
6 set from=tfheen@varnish-software.com
7 set realname="Tollef Fog Heen"
8 set use_from
9 set edit_hdrs
10 set move=no
11 set spoolfile="imaps://tfheen@varnish-software.com@imap.gmail.com/INBOX"
12 set folder=imaps://tfheen@varnish-software.com@imap.gmail.com/INBOX
13 #set record="imaps://mail.collabora.co.uk/out.`date +%Y`"
14 set copy 
15 #fcc-hook "-t imap_domain_name" imaps://mail.raw.no/out.`date +%Y`.out-`date +%Y-%m`
16 set postponed=imaps://tfheen@varnish-software.com@imap.gmail.com/Drafts
17 set envelope_from
18 set delete=no
19 set attribution="]] %n\n"
20 my_hdr Bcc: tfheen+outgoing@varnish-software.com
21
22 set include
23 set indent_str="> "
24
25 # always include a msg in the reply
26 set include=yes
27 #subscribe drift@hardware.no
28
29 #set autoedit       # start editor without asking for to, subject,...
30 set fast_reply         # do not ask for to, subject,... when replying.
31 set nomark_old          # set: make distinction between New mail and Old mail.
32
33 ignore *
34 unignore From:
35 unignore To:
36 unignore Reply-To:
37 unignore Mail-Followup-To:
38 unignore Subject:
39 unignore Date:
40 unignore Organization:
41 unignore Cc:
42 unignore Bcc:
43
44 hdr_order From: Subject: To: Cc: Bcc: Reply-To: Mail-Followup-To: Organization: Date:
45
46 folder-hook . push 'l(~N|~O|~F)!~D\n'
47
48 #set charset="iso8859-1"
49
50 charset-hook "iso-8850-1" "iso8859-1"
51 charset-hook "ISO-8859-1" "iso8859-1"
52 charset-hook x-unknown "iso8859-1"
53 charset-hook . "utf-8"
54
55 set header_cache="~/.mutt-imap-cache/"
56
57 bind generic \Cd noop
58 bind index \Cd noop
59 bind pager \Cd noop
60
61 set imap_check_subscribed
62 set mail_check=60
63 set timeout=10
64 set signature=~/.signature-varnish
65
66 send-hook . unmy_hdr X-RT-Command
67 send-hook support@varnish-software.com my_hdr X-RT-Command: status: customer
68
69 unset markers
70
71 # mutt sidebar settings
72 #bind index,pager \CP sidebar-prev
73 #bind index,pager \CN sidebar-next
74 #bind index,pager \CO sidebar-open
75 #macro index,pager B '<enter-command>toggle sidebar_visible<enter>'
76 #color sidebar_new yellow default