add .local
[hombase.git] / .mutt-null
blob4d749749dc3384ba53146798f47e07327fd92887
1 # --*-- muttrc --*--
3 # user
4 set realname = "lifan"
5 set hidden_host
7 # option for main
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
13 set wait_key = yes
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
19 set encode_from = yes
20 set include = yes    # include original content when reply
22 # locale
23 set allow_8bit
24 set charset="utf-8"
25 set locale='utf-8'
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
31 # sort
32 set sort = "threads"
33 ##set sort=date-sent
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"
39 # score
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
47 set pager_stop = yes
48 set smart_wrap = yes
49 ##set pager_index_lines = 0 #set this on hook-default
51 ## message editor
52 ##set editor = "vim-nox"
53 set fast_reply = yes
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"