Mercurial > hg > Members > kent > dotfiles
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/muttrc Sat Nov 15 00:57:04 2008 +0900 @@ -0,0 +1,85 @@ + + +### mutt-jp test +set charset='utf-8' +set send_charset="us-ascii:iso-2022-jp" +#set strict_mime=no +set assumed_charset="utf-8:iso-2022-jp:euc-jp:shift_jis" +set edit_headers=yes + + + + +### メールフォルダ設定 +set folder = $HOME/Mail +set mbox_type = Maildir + +### メールボックス +mailboxes =inbox +mailboxes =ie-admin +mailboxes =GCC +mailboxes =concurrency + +### 送信設定 +set from = "kent@cr.ie.u-ryukyu.ac.jp" +set realname = "kent" +set record = "$HOME/Mail/sent" +set postponed = "$HOME/Mail/postponed" +set include = yes +set smtp_url = smtp://k088511@nirai.ie.u-ryukyu.ac.jp:587/ +## 最初はmsmtpを使ってたんだけど、必要ないっぽい。smtp_urlがあればignored +#set sendmail = "/opt/local/bin/msmtp -a nirai" + +set alias_file=~/Mail/aliases +source ~/Mail/aliases +set signature = "~/.signature" + +### KeyBindings +# for Pager +bind pager j next-line +bind pager k previous-line +bind pager o exit +bind pager J next-entry +bind pager K previous-entry +bind pager \Cd half-down +bind pager \Cu half-up +bind pager < top +bind pager > bottom +# for Index +bind index \Cd half-down +bind index \Cu half-up +#bind index < top +#bind index > bottom + + +### カラー設定 +# 通常 +color search black yellow +color status yellow blue +color indicator brightyellow magenta +color tree yellow black +# bodies +color normal white black +color quoted cyan black +color quoted1 green black +color quoted2 red black +color attachment brightmagenta black +# ヘッダ +color hdrdefault black white +color header yellow black ^(From|Subject|Date|Reply-To|To|Cc): +# メッセージ +color message brightwhite black +color error red black + +#color markers brightcyan black # the + for wrapped pager lines +#color signature brightyellow black # signature (after "-- ") +#color tilde blue black # ~'s after message body +#color header brightyellow black ^(From|Subject): # Important headers +#color body cyan black "(ftp|http)://[^ ]+" +#color body magenta black [-a-z_0-9.]+@[-a-z_0-9.]+ # picks up email addresses + + +### ヘッダ非表示 +ignore * +unignore from to subject cc date reply-to +