;; ;; 色付けに関する設定 ;; ;メッセージヘッダの内容のうち重要な部分の face その1です。 ;デフォルトでは、`Subject:'の内容部分が設定されています。 (set-face-foreground 'wl-highlight-message-important-header-contents "red") ;メッセージヘッダの内容のうち重要な部分の face その2です。 ;デフォルトでは、`From:' と `To:' の内容部分が設定されています。 (set-face-foreground 'wl-highlight-message-important-header-contents2 "red") ;サマリでスレッドトップのメッセージ行の face (set-face-foreground 'wl-highlight-summary-thread-top-face "white") ;サマリでスレッドトップではないメッセージ行の face (set-face-foreground 'wl-highlight-summary-normal-face "white") ;サマリで新規マークのついたメッセージ行の face です。 (set-face-foreground 'wl-highlight-summary-new-face "red") ;サマリで未読マークのついたメッセージ行の face です。 (set-face-foreground 'wl-highlight-summary-unread-face "red") ;フォルダモードで、未同期メッセージがないフォルダの face です。 (set-face-foreground 'wl-highlight-folder-zero-face "white") ;フォルダモードで、開いたグループにつく face です。 ;wl-highlight-folder-by-numbers が nil か 数 のとき有効です (set-face-foreground 'wl-highlight-folder-opened-face "blue") ;フォルダモードで、未同期メッセージがなくて ;未読メッセージがあるフォルダの face (set-face-foreground 'wl-highlight-summary-unread-face "gray") ;フォルダモードで、未同期メッセージが少しあるフォルダの face (set-face-foreground 'wl-highlight-folder-few-face "red") ;フォルダモードで、未同期メッセージが沢山あるフォルダの face (set-face-foreground 'wl-highlight-folder-many-face "red")