Manfred Lotz | 14 Mar 2004 08:03
Picon

Several from addresses

Hi there,

Is there a way to deal with more than one from address? I would like
to have a list where I can easily choose from if I so like.

When I reply to a mail: could the to-address of the mail be taken
automatically as from-address when replying?

--

-- 
Manfred 

Masaru Nomiya | 14 Mar 2004 12:42
Picon

Re: Several from addresses

Hi,

>>>>> In the Message: [Wanderlust English ML: No.00608]
>>>>>   with the date of Sun, 14 Mar 2004 08:03:35 +0100
>>>>> [Manfred] == Manfred Lotz <manfred.lotz <at> web.de> has written:

Manfred> When I reply to a mail: could the to-address of the mail be taken
Manfred> automatically as from-address when replying?

My setting is like this;

(setq wl-draft-init-config-alist
      '(
	(reply "^To:.*nomiya <at> ttmy.ne.jp"
	       ("From" . "nomiya <at> ttmy.ne.jp")
	       (wl-envelope-from . "nomiya <at> ttmy.ne.jp")
	       )
	(reply "^To:.*nomiya <at> foo.co.jp"
	       ("From" . "nomiya <at> foo.co.jp")
	       (wl-envelope-from . "nomiya <at> foo.co.jp")
	       )
        ("^From:.*nomiya <at> ttmy.ne.jp"
         (template . "default")
         ) ;; /TTMY
        ("^From:.*nomiya <at> foo.co.jp"
         (template . "default2")
         ) ;; /FOO
	))

(setq wl-draft-send-config-alist
(Continue reading)

Yoichi NAKAYAMA | 14 Mar 2004 14:12
X-Face
Gravatar

Re: Several from addresses

At Sun, 14 Mar 2004 20:42:16 +0900, Masaru Nomiya wrote:
> Manfred> When I reply to a mail: could the to-address of the mail be taken
> Manfred> automatically as from-address when replying?
> 
> My setting is like this;
> 
> (setq wl-draft-init-config-alist
>       '(
> 	(reply "^To:.*nomiya <at> ttmy.ne.jp"
> 	       ("From" . "nomiya <at> ttmy.ne.jp")
> 	       (wl-envelope-from . "nomiya <at> ttmy.ne.jp")
> 	       )
> 	(reply "^To:.*nomiya <at> foo.co.jp"
> 	       ("From" . "nomiya <at> foo.co.jp")
> 	       (wl-envelope-from . "nomiya <at> foo.co.jp")
> 	       )
>         ("^From:.*nomiya <at> ttmy.ne.jp"
>          (template . "default")
>          ) ;; /TTMY
>         ("^From:.*nomiya <at> foo.co.jp"
>          (template . "default2")
>          ) ;; /FOO
> 	))
> 
> (setq wl-draft-send-config-alist
>         '(
>           ("^From:\\(.*\n[ \t]+\\)*.*nomiya <at> foos\\.co\\.jp"
>            (wl-from . "Masaru Nomiya <nomiya <at> foo.co.jp>")
>            (wl-smtp-posting-server . "smtp.foo.co.jp")
>            (wl-envelope-from . "nomiya <at> foo.co.jp")
(Continue reading)

Manfred Lotz | 15 Mar 2004 06:47
Picon

Re: Several from addresses

At Sun, 14 Mar 2004 22:12:14 +0900,
Yoichi NAKAYAMA wrote:
> 
> At Sun, 14 Mar 2004 20:42:16 +0900, Masaru Nomiya wrote:
> > Manfred> When I reply to a mail: could the to-address of the mail be taken
> > Manfred> automatically as from-address when replying?
> > 
> > My setting is like this;
> > 
> > (setq wl-draft-init-config-alist
> >       '(
> > 	(reply "^To:.*nomiya <at> ttmy.ne.jp"
> > 	       ("From" . "nomiya <at> ttmy.ne.jp")
> > 	       (wl-envelope-from . "nomiya <at> ttmy.ne.jp")
> > 	       )
> > 	(reply "^To:.*nomiya <at> foo.co.jp"
> > 	       ("From" . "nomiya <at> foo.co.jp")
> > 	       (wl-envelope-from . "nomiya <at> foo.co.jp")
> > 	       )
> >         ("^From:.*nomiya <at> ttmy.ne.jp"
> >          (template . "default")
> >          ) ;; /TTMY
> >         ("^From:.*nomiya <at> foo.co.jp"
> >          (template . "default2")
> >          ) ;; /FOO
> > 	))
> > 
> > (setq wl-draft-send-config-alist
> >         '(
> >           ("^From:\\(.*\n[ \t]+\\)*.*nomiya <at> foos\\.co\\.jp"
(Continue reading)


Gmane