annotate muttrc @ 1:c8c579f62d99

add rc files that have relation with mailer. and symlink.py was modified as adding subroutin that make hardlink for fetchmailrc.
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Sat, 15 Nov 2008 00:57:04 +0900
parents
children 8812f32e6124
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 ### mutt-jp test
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 set charset='utf-8'
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 set send_charset="us-ascii:iso-2022-jp"
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
6 #set strict_mime=no
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
7 set assumed_charset="utf-8:iso-2022-jp:euc-jp:shift_jis"
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
8 set edit_headers=yes
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
9
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
10
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
11
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
12
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
13 ### メールフォルダ設定
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
14 set folder = $HOME/Mail
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
15 set mbox_type = Maildir
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
16
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
17 ### メールボックス
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
18 mailboxes =inbox
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
19 mailboxes =ie-admin
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
20 mailboxes =GCC
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
21 mailboxes =concurrency
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
22
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
23 ### 送信設定
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
24 set from = "kent@cr.ie.u-ryukyu.ac.jp"
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
25 set realname = "kent"
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
26 set record = "$HOME/Mail/sent"
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
27 set postponed = "$HOME/Mail/postponed"
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
28 set include = yes
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
29 set smtp_url = smtp://k088511@nirai.ie.u-ryukyu.ac.jp:587/
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
30 ## 最初はmsmtpを使ってたんだけど、必要ないっぽい。smtp_urlがあればignored
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
31 #set sendmail = "/opt/local/bin/msmtp -a nirai"
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
32
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
33 set alias_file=~/Mail/aliases
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
34 source ~/Mail/aliases
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
35 set signature = "~/.signature"
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
36
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
37 ### KeyBindings
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
38 # for Pager
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
39 bind pager j next-line
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
40 bind pager k previous-line
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
41 bind pager o exit
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
42 bind pager J next-entry
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
43 bind pager K previous-entry
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
44 bind pager \Cd half-down
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
45 bind pager \Cu half-up
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
46 bind pager < top
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
47 bind pager > bottom
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
48 # for Index
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
49 bind index \Cd half-down
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
50 bind index \Cu half-up
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
51 #bind index < top
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
52 #bind index > bottom
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
53
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
54
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
55 ### カラー設定
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
56 # 通常
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
57 color search black yellow
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
58 color status yellow blue
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
59 color indicator brightyellow magenta
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
60 color tree yellow black
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
61 # bodies
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
62 color normal white black
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
63 color quoted cyan black
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
64 color quoted1 green black
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
65 color quoted2 red black
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
66 color attachment brightmagenta black
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
67 # ヘッダ
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
68 color hdrdefault black white
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
69 color header yellow black ^(From|Subject|Date|Reply-To|To|Cc):
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
70 # メッセージ
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
71 color message brightwhite black
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
72 color error red black
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
73
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
74 #color markers brightcyan black # the + for wrapped pager lines
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
75 #color signature brightyellow black # signature (after "-- ")
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
76 #color tilde blue black # ~'s after message body
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
77 #color header brightyellow black ^(From|Subject): # Important headers
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
78 #color body cyan black "(ftp|http)://[^ ]+"
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
79 #color body magenta black [-a-z_0-9.]+@[-a-z_0-9.]+ # picks up email addresses
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
80
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
81
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
82 ### ヘッダ非表示
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
83 ignore *
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
84 unignore from to subject cc date reply-to
c8c579f62d99 add rc files that have relation with mailer.
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
85