[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[plamo:01162] Re: [Q]受信メールの振り分け



寺田@玉川大学です。

hagure> ニュースはさておきメールですが、mew を使用する場合、私の理解の範
hagure> 囲ですと、個々の受信メールを振り分ける必要があります。これは大変
hagure> な手間で、mew 環境に本格移行できません。どのようにして自動化する
hagure> のでしょうか。アドバイス頂ければ幸いです。

以下のような物を.emacsに追加して。
M-x mew-summary-auto-refile
とすれば自動振り分け指定振り分けをしてくれます。

.emacsに追加分
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
;;;;;;;;;;
;;;;;;;;;自動振り分け

     (defvar mew-refile-guess-control
       '(
         mew-refile-guess-by-alist
         mew-refile-guess-by-newsgroups
         mew-refile-guess-by-folder
         mew-refile-ctrl-auto-boundary
         mew-refile-guess-by-msgid
         mew-refile-ctrl-throw
         mew-refile-guess-by-from
         mew-refile-guess-by-default
         )
       )
;;;;;;;;;指定振り分け

     (setq  mew-refile-guess-alist
       '(("To:"
           ("java-house-brewers@java-house.etl.go.jp" . "+java-house-brewers")
           ("linux-users@linux.or.jp" . "+linux-users")
           ("linux-new@his.ktarn.or.jp (linux-new ML)" . "+linux-new")
          )))

;;;;;;;;;指定振り分け
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Follow-Ups
[plamo:01164] Re: [Q]受信メールの振り分け, tyoshio
[plamo:01166] Re: [Q] 受信メールの振り分け, Fumitake Taniguchi
References
[plamo:01156] [Q] 受信メールの振り分け, OHASHI Shinji

[検索ページ] [メール一覧]
Plamo ML 公開システム