Change bahavior of wl-summary-width and wl-summary-indent-length-limit.
[elisp/wanderlust.git] / samples / en / dot.wl
index 88c8c23..0aa8be4 100644 (file)
@@ -1,23 +1,9 @@
 ;;; dot.wl -- sample setting file for Wanderlust       -*- emacs-lisp -*-
 
-;; [[ SEMI Setting ]]
-
-;; Disable inline display of HTML part.
-;; Put before (require 'mime-setup)
-(setq mime-setup-enable-inline-html nil)
-
-;; Don't split large message.
-(setq mime-edit-split-message nil)
-
-;; If lines of message are larger than this value, treat it as `large'.
-;(setq mime-edit-message-default-max-lines 1000)
-
-
 ;; [[ Requirement Setting ]]
 
 ;; Following must be included in ~/.emacs
 ;; for .emacs begin
-(require 'mime-setup)
 (autoload 'wl "wl" "Wanderlust" t)
 (autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
 ;; for .emacs end
 ;(setq wl-icon-dir "/usr/local/lib/emacs/etc")
 
 
+;; [[ SEMI Setting ]]
+
+;; Disable inline display of HTML part.
+;; Put before load `mime-setup'
+(setq mime-setup-enable-inline-html nil)
+
+;; Don't split large message.
+(setq mime-edit-split-message nil)
+
+;; If lines of message are larger than this value, treat it as `large'.
+;(setq mime-edit-message-default-max-lines 1000)
+
+
 ;;; [[ Private Setting ]]
 
 ;; Header From:
 ;; Open new frame for draft buffer.
 ;(setq wl-draft-use-frame t)
 
+;; Don't limit indent for thread view
+;(setq wl-summary-indent-length-limit nil)
+;(setq wl-summary-width nil)
+
 ;; Divide thread by change of subject.
 ;(setq wl-summary-divide-thread-when-subject-changed t)
 
-;; Thread view
+;; Change format of thread view
 ;(setq wl-thread-indent-level 2)
 ;(setq wl-thread-have-younger-brother-str "+"
 ;      wl-thread-youngest-child-str     "+"