(wl-summary-sync-update): Move
authorhmurata <hmurata>
Thu, 9 Nov 2006 12:23:28 +0000 (12:23 +0000)
committerhmurata <hmurata>
Thu, 9 Nov 2006 12:23:28 +0000 (12:23 +0000)
`wl-thread-update-indent-string-thread' to outside of
`elmo-with-progress-display'.

wl/ChangeLog
wl/wl-summary.el

index 6d80e5a..3d39d38 100644 (file)
@@ -1,3 +1,9 @@
+2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-summary.el (wl-summary-sync-update): Move
+       `wl-thread-update-indent-string-thread' to outside of
+       `elmo-with-progress-display'.
+
 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
 
        * wl-message.el (wl-message-exit): Check buffer existence.
index d8089b0..73a0bae 100644 (file)
@@ -2024,11 +2024,11 @@ This function is defined for `window-scroll-functions'"
                                 (not sync-all) t))
                      (wl-append update-top-list update-thread))
                    (setq wl-summary-delayed-update
-                         (cdr wl-summary-delayed-update)))
-                 (when (and (eq wl-summary-buffer-view 'thread)
-                            update-top-list)
-                   (wl-thread-update-indent-string-thread
-                    (elmo-uniq-list update-top-list))))
+                         (cdr wl-summary-delayed-update))))
+               (when (and (eq wl-summary-buffer-view 'thread)
+                          update-top-list)
+                 (wl-thread-update-indent-string-thread
+                  (elmo-uniq-list update-top-list)))
                (when (or delete-list append-list)
                  (wl-summary-set-message-modified))
                (when (and sync-all (eq wl-summary-buffer-view 'thread))