[Mew-dist 17468] Re: Configで自分自身にCcをしたい
SUGIMORI ( 杉森 隆行 )
taro at example.com
2001年 5月 21日 (月) 23:06:12 JST
すぎもりです。
>>>>> On Mon, 21 May 2001 12:43:36 +0900
>>>>> kazu at example.com(Kazu Yamamoto (山本和彦)) said:
> "cc" と "bcc" に、'me と書くと、(mew-mail-address) が利用されるように
> しました。
ありがとうございます。
でも、できれば、caseも反映される方がうれしいです。
Index: mew-config.el
===================================================================
RCS file: /cvsmew/mew/mew-config.el,v
retrieving revision 1.5
diff -r1.5 mew-config.el
118c118
< (if (eq cc 'me) (mew-mail-address) cc)))
---
> (if (eq cc 'me) (mew-mail-address case) cc)))
125c125
< (if (eq dcc 'me) (mew-mail-address) dcc)))
---
> (if (eq dcc 'me) (mew-mail-address case) dcc)))
Mew-dist メーリングリストの案内