diff muttrc @ 3:8812f32e6124

09/05/25
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Mon, 25 May 2009 11:42:07 +0900
parents c8c579f62d99
children 2eceeda82a9f
line wrap: on
line diff
--- a/muttrc	Sat Nov 15 00:57:04 2008 +0900
+++ b/muttrc	Mon May 25 11:42:07 2009 +0900
@@ -1,3 +1,12 @@
+
+### tips
+# index画面で `t' でタグ付け
+# 各コマンド名の前に`tag-'をつけると、タグ付け対象全部にそれを実行
+# `;' の後にコマンドをいれても良い
+# 例: 複数のメールを別のメールボックスにコピー
+#   `t' でメールを指定
+#   `;' --> `C' でコピー先を指定
+#   `;` --> `d` で削除指定
 
 
 ### mutt-jp test
@@ -8,30 +17,34 @@
 set edit_headers=yes
 
 
-
-
 ### メールフォルダ設定
 set folder = $HOME/Mail
 set mbox_type = Maildir
 
 ### メールボックス
+# この'='は上記$folderの別名
+# muttが常に監視するボックス 別になくてもいい
 mailboxes =inbox
 mailboxes =ie-admin
 mailboxes =GCC
 mailboxes =concurrency
+mailboxes =recruit
+# oldボックス
+#mailboxes =inbox.old
+
 
 ### 送信設定
 set from = "kent@cr.ie.u-ryukyu.ac.jp"
-set realname = "kent"
-set record = "$HOME/Mail/sent"
-set postponed = "$HOME/Mail/postponed"
+set realname = "Yogi KENT"
+set record = "$folder/sent"
+set postponed = "$folder/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 alias_file = $folder/aliases
+source =aliases
 set signature = "~/.signature"
 
 ### KeyBindings
@@ -48,8 +61,14 @@
 # for Index
 bind index \Cd half-down
 bind index \Cu half-up
-#bind index < top
-#bind index > bottom
+bind index < first-entry
+bind index > last-entry
+
+### Macros
+macro generic,index G !fetchmail^m
+
+### パイプ
+set pipe_decode=yes
 
 
 ### カラー設定