|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
||||||||||||||||||||||||||||||||||||||||||||||||
2013年05月22日(水) 旧暦 [n年日記] [更新:"2013/05/22 17:16:21"]#1 [Emacs][wl] ~/.wl に 「隠したいヘッダの設定」の設定をする
topband ml とか N1MM Logger ML を見ていると、
(普段必要のない)見出が多い。消して見た。見たい時には H を入力すれば良い。
;; 隠したいヘッダの設定 (setq wl-message-ignored-field-list '(".*Received:" ".*Path:" ".*Id:" "^References:" "^Replied:" "^Errors-To:" "^Lines:" "^Sender:" ".*Host:" "^Xref:" "^Content-Type:" "^Precedence:" "^DKIM-Signature:" "^DomainKey-Signature:" "^Delivered-To:" "^MIME-Version:" "^X-.*:" "^Importance:" "^Mailing-List:" "^List-Unsubscribe:" "^List-Archive:" "^List-Post:" "^List-Help:" "^List-Subscribe:" "^Content-Transfer-Encoding:" "^Content-Language:" "^Reply-To:" "^Thread-Index:" "^Status:" "^Message-ID:" "^In-Reply-To:" "^X_.*:" "^Authentication.*:" "^Sensitivity:" )) ;; 表示するヘッダの設定 ;; 'wl-message-ignored-field-list' より優先される ;; (setq wl-message-visible-field-list '("From:"))正規表現で消えてしまったものから一つ拾うことも可能 (setq wl-message-visible-field-list '("^Message-Id:"))のようにすれば良い。実は上の例は Message-ID が消せないので、無理に "From" だけに設定している。 ( つっこみ )
|
最近の日記 2024年07月03日 ・kicad oddity 2024年05月08日 ・comparison on ./buildsh tools 2024年05月06日 ・py-setuptools (python 3.11.9) ・make release took 1 hours and 10 min ・qemu invocation for 10.99.10 2024年05月05日 ・Windows 10 version ・serial connection ・bc bench 2024年05月04日 ・Trial on 10.99.10 ・another version (later trial) to succeed | ||