[mew-int 00612] Re: user-full-name and from munging question

Tatsuya Kinoshita tats at example.com
Sat Dec 1 22:57:29 JST 2001


In message [mew-int 00611], on Fri, 30 Nov 2001,
"R.P.Aditya" <aditya at example.com> wrote:

> I'd like my From: to appear as:
> 
>   "R.P. Aditya" <aditya at example.com>
> 
> however, unless I edit it in the draft buffer, even if I do 
> 
>   (setq mew-name "\"R.P. Aditya\"")
> 
> it shows up as:
> 
>   R.P.Aditya <aditya at example.com>

I can't meet this problem.  I tried these:

-- sample 1 -- 
(setq mew-config-alist
      '(
	("default"
	 ("name" . "\"R.P. Aditya\"")
	 ("user" . "aditya")
	 ("mail-domain" . "grot.org")
	 )
	))
---- 

-- sample 2 -- 
(setq mew-config-alist nil)
(setq mew-name "\"R.P. Aditya\"")
(setq mew-user "aditya")
(setq mew-mail-domain "grot.org")
---- 

-- 
Tatsuya Kinoshita



More information about the Mew-int mailing list