[Mew-dist 08922] +fromへのrefile

KOIE Hidetaka ( 鯉江英隆 ) hide at example.com
1999年 5月 24日 (月) 14:30:18 JST


+fromへのrefileについて要望があります。

現在のmew-refile-gues-by-from/defaultの仕様だと
+from配下のフォルダはドメインを含まないことになるので、
同名の人がいると困ります。

    (mew-refile-guess-by-default "foo at example.com")
     => "+from/foo"

    (mew-refile-guess-by-default "foo at example.com")
     => "+from/foo"  ;Conflict!!

以下のように仕様変更すると使いやすくなると思うのですがどうでしょうか。

    フォルダが存在するか?
    +from/A  +from/B.C  +from/C     (mew-refile-guess-by-from "A at example.com")
    --------------------------------------------------------
    No       No         No          nil
    No       No         Yes         "+from/C/A"
    No       Yes        Yes         "+from/B.C/A"
    No       Yes        No          "+from/B.C/A"
    Yes      any        any         "+from/A"


    (mew-refile-guess-by-from "A at example.com")
      => "+from/B.C/A"

--
KOIE Hidetaka 鯉江英隆 <hide at example.com>



Mew-dist メーリングリストの案内