]> gitweb.michael.orlitzky.com - mutt.git/blob - miscellaneous
muttrc: add example "alternates" line.
[mutt.git] / miscellaneous
1 set abort_nosubject=ask-yes
2 set abort_unmodified=yes
3 set attach_split=yes
4 set beep=no
5 set charset="utf8"
6 set confirmappend=no
7 set confirmcreate=no
8 set copy=yes
9 set date_format="%Y-%m-%d %H:%M:%S"
10 set delete=yes
11 set edit_headers=yes
12 set fast_reply=yes
13 set forward_format="fwd: %s"
14 set followup_to=yes
15 set hidden_host=yes
16 set honor_followup_to=yes
17 set include=yes
18 set indent_str="> "
19 set mail_check=60
20 set markers=yes
21 set move=no
22 set pager="builtin"
23 set pager_context=3
24 set pager_stop=yes
25 set print=ask-yes
26
27 # This is the command used to query your address book
28 # (if you have one). I need to come up with a better
29 # system for contacts.
30 set query_command=
31
32 set reply_self=no
33 set reply_to=ask-yes
34 set reverse_name=yes
35 set reverse_realname=no
36 set send_charset="utf8"
37 set smart_wrap=yes
38 set sort = threads
39 set sort_aux = date-received
40 set use_domain=no
41 set use_from=yes
42
43 # Beware the documentation for this! It needs to be
44 # set for mutt to infer the envelope sender.
45 set use_envelope_from=yes