]> gitweb.michael.orlitzky.com - mutt.git/blob - muttrc
Attempt to clean up the display hooks.
[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/
23 set postponed="+postponed"
24 set mbox_type="maildir"
25 set imap_delim_chars="/"
26
27
28 # Miscellaneous
29
30 set abort_nosubject=ask-yes
31 set abort_unmodified=yes
32 set attach_split=yes
33 set beep=no
34 set charset="utf8"
35 set confirmappend=no
36 set confirmcreate=no
37 set copy=yes
38 set delete=ask-yes
39 set edit_headers=yes
40 set fast_reply=yes
41 set forward_format="fwd: %s"
42 set followup_to=yes
43 set hidden_host=yes
44 set honor_followup_to=yes
45 set include=yes
46 set indent_str="> "
47 set mail_check=15
48 set markers=yes
49 set move=no
50 set pager="builtin"
51 set pager_context=3
52 set print=ask-yes
53
54 # This is the command used to query your address book
55 # (if you have one). I need to come up with a better
56 # system for contacts.
57 set query_command=
58
59 set reply_self=no
60 set reply_to=ask-yes
61 set reverse_name=yes
62 set reverse_realname=no
63 set send_charset="utf8"
64 set smart_wrap=yes
65 set sort_aux=date-received
66 set use_envelope_from=no
67 set use_from=yes
68
69 # Pull in all of the other config files
70
71 source "~/.mutt/ssl"
72 source "~/.mutt/mailing_lists"
73 source "~/.mutt/colors"
74 source "~/.mutt/keys"
75 source "~/.mutt/hooks"