]> gitweb.michael.orlitzky.com - mutt.git/blob - muttrc
Set a date format.
[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 date_format="%Y-%m-%d %H:%M:%S"
39 set delete=ask-yes
40 set edit_headers=yes
41 set fast_reply=yes
42 set forward_format="fwd: %s"
43 set followup_to=yes
44 set hidden_host=yes
45 set honor_followup_to=yes
46 set include=yes
47 set indent_str="> "
48 set mail_check=60
49 set markers=yes
50 set move=no
51 set pager="builtin"
52 set pager_context=3
53 set pager_stop=yes
54 set print=ask-yes
55
56 # This is the command used to query your address book
57 # (if you have one). I need to come up with a better
58 # system for contacts.
59 set query_command=
60
61 set reply_self=no
62 set reply_to=ask-yes
63 set reverse_name=yes
64 set reverse_realname=no
65 set send_charset="utf8"
66 set smart_wrap=yes
67 set sort_aux=date-received
68 set use_envelope_from=no
69 set use_from=yes
70
71 # Pull in all of the other config files
72
73 source "~/.mutt/ssl"
74 source "~/.mutt/mailing_lists"
75 source "~/.mutt/colors"
76 source "~/.mutt/keys"
77 source "~/.mutt/hooks"