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

Re: things i have never figured out



At Mon, 15 Mar 2010 10:14:04 +0900,
Randy Bush wrote:
> 
> >> how to have the Sent summary buffer display To: as opposed to From:?
> > (setq wl-summary-showto-folder-regexp "Sent Items")
> > (setq wl-user-mail-address-list
> >         '("address_1"
> >           "address_2"
> >           "address_3"))
> 
> no work.  also
> 
> (setq wl-summary-from-function 'wl-summary-default-from)
> (setq wl-summary-get-petname-function 'bbdb-wl-get-petname)
> (setq wl-summary-showto-folder-regexp "^sent")
>

I use this:

(setq wl-summary-showto-folder-regexp ".*")
(setq wl-summary-from-function 'wl-summary-default-from)
 
Jim
> no work
> 
> perhaps i should not be using the petname in the regexp?
> 
> perhaps i have to whack it in some way to say to reindex and
> resummarize?
> 
> randy
-- 
J Burton