]> gitweb.michael.orlitzky.com - mutt.git/blob - muttrc
Initial commit.
[mutt.git] / muttrc
1 # Headers
2
3 ignore *
4 unignore From To Cc Subject Date
5 hdr_order From: Date: To: Cc: Subject:
6
7
8 # Folders
9
10 set folder="imaps://mail.example.com/"
11 set imap_user="user@example.com"
12 set realname=""
13 set from="user@example.com"
14
15 # This little bit of magic finds the ssmtp binary.
16 # On many systems, it will be located under /usr/sbin,
17 # so we need to add that to the path before we invoke 'which'.
18 set sendmail="`PATH="$PATH:/usr/sbin" which ssmtp` -C $HOME/.mutt/ssmtp.conf"
19
20 set spoolfile="+INBOX"
21 set mbox="+mbox"
22 set record="+sent/`date +%Y-%m`"
23 set postponed="+postponed"
24 set mbox_type="maildir"
25
26
27 # Miscellaneous
28
29 set abort_nosubject=ask-yes
30 set abort_unmodified=yes
31 set attach_split=yes
32 set beep=no
33 set charset="utf8"
34 set confirmappend=no
35 set confirmcreate=no
36 set copy=yes
37 set delete=ask-yes
38 set edit_headers=yes
39 set fast_reply=yes
40 set forward_format="fwd: %s"
41 set followup_to=yes
42 set hidden_host=yes
43 set honor_followup_to=yes
44 set include=yes
45 set indent_str="> "
46 set mail_check=15
47 set markers=yes
48 set move=no
49 set pager="builtin"
50 set pager_context=3
51 set print=ask-yes
52
53 # This is the command used to query your address book
54 # (if you have one). I need to come up with a better
55 # system for contacts.
56 set query_command=
57
58 set reply_self=no
59 set reply_to=ask-yes
60 set reverse_name=yes
61 set reverse_realname=no
62 set send_charset="utf8"
63 set smart_wrap=yes
64 set sort_aux=date-received
65 set use_envelope_from=no
66 set use_from=yes
67
68 # Pull in all of the other config files
69
70 source "~/.mutt/ssl"
71 source "~/.mutt/mailing_lists"
72 source "~/.mutt/colors"
73 source "~/.mutt/keys"
74 source "~/.mutt/hooks"