* wl-summary.el (wl-summary-print-destination): Adjust line length.
+2000-10-18 SAITO Atsunori <sai@yedo.com>
+
+ * wl-summary.el (wl-summary-print-destination): Adjust line length.
+
2000-10-20 TAKAHASHI Kaoru <kaoru@kaisei.org>
* tm-wl.el (toplevel): Use product-provide.
(while (< c len)
(forward-char -1)
(setq c (+ c (char-width (following-char)))))
+ (and (> c len) (setq folder (concat " " folder)))
(setq rs (point))
(put-text-property rs re 'invisible t)
(put-text-property rs re 'wl-summary-destination t)