* wl-vars.el (wl-message-truncate-lines): Change default value
[elisp/wanderlust.git] / wl / wl-vars.el
index b224d0d..2472ed6 100644 (file)
@@ -1164,6 +1164,11 @@ Set this if (system-name) does not return FQDN."
   :type 'boolean
   :group 'wl-pref)
 
+(defcustom wl-message-truncate-lines default-truncate-lines
+  "*Truncate lines in Message/Draft Buffer."
+  :type 'boolean
+  :group 'wl-pref)
+
 (defcustom wl-message-scroll-amount 5
   "*Scroll amount by SPC key."
   :type 'integer