[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: things i have never figured out
>> 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")
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