+2001-12-06 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
+
+ * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
+ means unlimited).
+
2001-12-05 Yuuichi Teranishi <teranisi@gohome.org>
* wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
:group 'wl-pref)
(defcustom wl-subject-length-limit 35
- "*Subject width in summary."
- :type 'integer
+ "*Set subject width in summary when wl-summary-width is nil.
+Nil means unlimited"
+ :type '(choice (const :tag "Unlimited" nil)
+ integer)
:group 'wl-summary
:group 'wl-pref)