[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



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?

Thank you for your help and sorry if this is a know problem with an
already know solution.

Best wishes!

David