« Wanderlustで日本語名のファイルを添付 | Main | Wanderlust Tips (2) »

2004.01.19

Wanderlust Tips (1)

Wanderlustのカスタマイズあれこれ…

;; Bcc: を自動的につける
(setq wl-bcc "メールアドレス")

;;表示ヘッダの設定
;; とりあえず全部非表示
(setq wl-message-ignored-field-list
'(".*"))
;; 必要そうなものだけ表示に変える
(setq wl-message-visible-field-list
'("^To"
"^From"
"^Subject"
"^Date"
"^Cc"
))

;; サマリバッファの左にフォルダバッファを表示する (3ペイン表示)
(setq wl-stay-folder-window t)
(setq wl-folder-window-width 35) ;; フォルダ一覧の横幅 24 文字分

;; 添付ファイルがある場合は「@」を表示
(setq wl-summary-line-format "%n%T%P%1@%Y/%M/%D(%W)%h:%m %t%[%17(%c %f%) %] %#%~%s")
(setq wl-summary-line-format-spec-alist
(append wl-summary-line-format-spec-alist
'((?@ (wl-summary-line-attached)))))

;; 関係する全ての人に返信
(setq wl-draft-reply-without-argument-list
'(("Followup-To" . (nil nil ("Followup-To")))
("Newsgroups" . (nil nil ("Newsgroups")))
("Mail-Followup-To" . (("Mail-Followup-To") nil ("Newsgroups")))
("Reply-To" . (("Reply-To") ("To" "Cc") nil))
("From" . (("From") ("To" "Cc") ("Newsgroups")))
))

|

« Wanderlustで日本語名のファイルを添付 | Main | Wanderlust Tips (2) »

Comments

The comments to this entry are closed.

TrackBack


Listed below are links to weblogs that reference Wanderlust Tips (1):

« Wanderlustで日本語名のファイルを添付 | Main | Wanderlust Tips (2) »