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

Re: Showing "From" in Summary Mode when I'm the Sender



At Mon, 11 Jun 2012 00:08:22 +1200,
Petrik Galvosas wrote:
> 
> No, it is not resolved but my work around is doing the job for now.
> 
> Cheers Petrik
> 
> At Sat, 9 Jun 2012 12:32:44 -0600,
> Ken Gunderson wrote:
> > 
> > Greetings- 
> > 
> > I'm just getting around to sorting out my mail.  I recently
> > dealt with this as well. Is this still an issue for you?

My .wl uses this:

(setq wl-user-mail-address-list
      (quote
	("name1@example1.com"
	 "name2@example2.com"
	 "name3@example3.com"
	 )))

Followed by:

(setq wl-summary-showto-folder-regexp "\\%Sent\\:.*$")

As it seems 

wl-summary-from-function is set by default to wl-summary-default-from
so I did not bother specifying it explicitly.  Couldn't hurt to do
so though.

Then launched Wanderlust, went to my "Sent" folders and "s" updated
the msgdb.

I could not get things to work using the

(list (wl-address-header-extract-address wl-from).... ) 

incantation.  I, also, do not know e/lisp and have only been using
Wanderlust, and indeed emacs, for a few weeks, so I figured the
problem was between the ears.  After I got things working as expected
using the code above, however, I came to conclusion that the example
from whence this came is erroneous.  Maybe someone with more elisp and
Wanderlust knowledge can weigh in on this.

Regards-- Ken

P.S.; I am using 2.15.9 as well.