8 set postpone=ask-no # Ask about postponing.
9 set print=ask-yes # Ask before printing.
10 set delete=ask-yes # Ask before doing a delete.
11 set confirmappend = no
12 # wait to see output info while quit
14 set move = no # don't move mail from spool
15 set resolve = no #not go to next undeleted message after modifying actual
18 set envelope_from = yes
20 set include = yes # include original content when reply
26 charset-hook ^us-ascii$ gb2312
27 charset-hook !utf-8 gb2312
28 set send_charset="utf-8:gb2312:gbk:us-ascii:iso-8859-1"
29 set rfc2047_parameters=yes
34 set sort_browser = date # sort mailboxes by lastest first
35 set sort_aux = "last-date-received"
36 # This is the index format for non-list folders.
37 set index_format="%4C %Z %{%b %d} %-15.15L (%4l) %s"
40 ##score "~N" +4 # new mail
41 ##score "~D" -5 # mail have delete flag
42 ##score "~O" +1 # unread last time
43 ##score "~f gold" +2 # from gold
44 ##score "~s xxx" +3 # subject has xxx
46 # wrap & stop @ last mail
49 ##set pager_index_lines = 0 #set this on hook-default
52 ##set editor = "vim-nox"
54 ##set edit_header = yes
56 # next line specifies which files to consult when attempting to display MIME bodies not directly supported by Mutt.
57 set mailcap_path = "~/.mutt/config/mailcap"
59 source ~/.mutt/config/shows # config header and index display
60 source ~/.mutt/config/colours # config screen colours
61 source ~/.mutt/config/autoviews # Define auto_views.
62 source ~/.mutt/config/aliases # Load in my aliases.
63 source ~/.mutt/config/subscriptions # Define the list of subscribed mailing lists.
64 source ~/.mutt/config/mailboxes # Define the list of folders that receive mail.
65 ##source ~/.mutt/config/hooks # Define folder-hooks.
66 source ~/.mutt/config/bindings # Define key bindings.
67 ##macro compose "y" "<send-message>!~/.mutt/msmtp-runqueue.sh\r"