[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re:
Great, works perfectly.
I already had the
(setq wl-draft-always-delete-myself t)
bit, but I didn't set the user-mail-address-list ...
Thank you!
David
At Wed, 05 Feb 2014 18:38:26 +0100,
Juergen Fuhrmann wrote:
>
> At Wed, 05 Feb 2014 18:20:14 +0100,
> David Pirrò wrote:
> >
> >
> > Dear All,
> >
> > As I'm new to this list I intruduce myself. My name ist David and I've
> > been using wanderlust under OSX and now under Debian for some time
> > now (ca. 1 Year).
> >
> > After some refinement steps, at this point almost everything works
> > fine.
> >
> > Still I can't get one minor thing to work.
> > So here is my question:
> >
> > I'm using the following in my init.el for setting up the reply draft:
> > ;; reply to just the author
> > (setq wl-draft-reply-without-argument-list
> > '(("Reply-To" ("Reply-To") nil nil)
> > ("Mail-Reply-To" ("Mail-Reply-To") nil nil)
> > ("From" ("From") nil nil)))
> >
> > ;; reply to all
> > (setq wl-draft-reply-with-argument-list
> > '(("Followup-To" nil nil ("Followup-To"))
> > ("Mail-Followup-To" ("Mail-Followup-To") nil ("Newsgroups"))
> > ("Reply-To" ("Reply-To") ("To" "Cc" "From") ("Newsgroups"))
> > ("From" ("From") ("To" "Cc") ("Newsgroups"))))
> >
> > So, the problem is that when I'm using reply to all, my own address is
> > also always in the CC field. Is there any way to forbid that?
> >
>
> Hi, David
>
> yep, there is:
>
> Identify your own addresses to wanderlust:
>
> (setq wl-user-mail-address-list
> (list (wl-address-header-extract-address wl-from)
> "a@bc.de"
> "f@g.hi"
> ....
> ))
>
> Delete your own message from the draft:
>
> (setq wl-draft-always-delete-myself t)
>
>
> ... see also http://www.gohome.org/wl/doc/wl_38.html
>
> Happy wandering
>
> Jürgen
>
>
- References:
- [no subject]
- From: David Pirrò <david.pirro@gmail.com>
- Re:
- From: Juergen Fuhrmann <juergen.fuhrmann@wias-berlin.de>