fix no argument
[hombase.git] / .mutt / config / shows
blobce6d01386b57db490023809a716b8242411aa24a
1 # -*- muttrc -*-
3 # Configure header displays.
6 # Ignore all headers
7 ignore *
9 # Then un-ignore the ones I want to see
10 unignore From:
11 unignore To:
12 unignore Reply-To:
13 unignore Mail-Followup-To:
14 unignore Subject:
15 unignore Date:
16 unignore Organization:
17 unignore Newsgroups:
18 unignore CC:
19 unignore BCC:
20 unignore Message-ID:
21 unignore X-Mailer:
22 unignore User-Agent:
23 unignore X-Junked-Because:
24 unignore X-SpamProbe:
25 unignore X-Virus-hagbard:
27 # Now order the visable header lines
28 hdr_order From: Subject: To: CC: BCC: Reply-To: Mail-Followup-To: Date: Organization: User-Agent: X-Mailer:
30 # attachment
31 set attach_format = "%u%D%I %t%4n %T%.40d%> [%.7m/%.10M, %.6e%?C?, %C?, %s] "
32 set attach_sep = "\n"
33 set attach_split = yes
36 # set index
37 ##set index_format="%4C %Z %{%y年%b%d}   %-15.15L (%?l?%4l&%4c?) %s"
39 ##set forward_format="(fwd) %s"
40                         # subject of forwarded mails
42 ##set index_format="%4C %Z %[!%d.%m.%y] %-15.15F (%?M?C%3M&%4l?) %s"
43                         # message line in the index
44                         # don't use locales here, because it's not needed and 
45                         # it runs in a memory leak in Linux libc5 
46                         # use %[!...] or %{!...} instead