[Quotecolors] Quote Colors 0.2 for Thunderbird 0.7 released
Terrence Brannon
metaperl at urth.org
Sun Jun 27 17:38:18 EDT 2004
Malte Ruecker wrote:
>Hi,
>
>sorry for the delay but now I finally finished the quite important update so
>that Quote Colors will work again in Thunderbird 0.7.
>Get the new version 0.2 at http://quotecolors.mozdev.org and please report
>any bugs you encounter, thanks!
>
>
>
It says, install script not found when I try to install it.
--
(let recur ((lis x) (k k)) ; @b
(if (zero? k) (values '() lis) ; @c
(receive (prefix suffix) (recur (cdr lis) (- k 1)) ; @d
(values (cons (car lis) prefix) suffix))))) ; @e
More information about the Quotecolors
mailing list