フィルター処理を省略したい板があって、
Part 12 の >>228
(defadvice navi2ch-article-get-message-list
(before navi2ch-article-get-message-list-ad activate)
(if (and navi2ch-article-message-filter-mode
(string-match "live" (cdr (assq 'uri navi2ch-article-current-board))))
(setq navi2ch-article-message-filter-mode nil)))
というのをみつけたのですが、
これを、live だけでなく、他の板も対象にするにはどう変えればいいですか?
具体的には mnewsplus も追加したいです。