* wl-action.el (wl-summary-set-mark): If the cursor is on folded
authoryoichi <yoichi>
Mon, 25 Sep 2006 12:17:02 +0000 (12:17 +0000)
committeryoichi <yoichi>
Mon, 25 Sep 2006 12:17:02 +0000 (12:17 +0000)
thread, open it (suggested by Greg A. Woods [wl-en:1861]).

wl/ChangeLog
wl/wl-action.el

index 215e4c2..4d33206 100644 (file)
@@ -1,3 +1,8 @@
+2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * wl-action.el (wl-summary-set-mark): If the cursor is on folded
+       thread, open it (suggested by Greg A. Woods [wl-en:1861]).
+
 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
 
        * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
index ada04ce..19b3c41 100644 (file)
@@ -102,6 +102,9 @@ Return number if put mark succeed"
              (when data
                (wl-summary-print-argument number data)))
            (set-buffer-modified-p nil)
+           (when (and (eq wl-summary-buffer-view 'thread)
+                      interactive)
+             (wl-thread-open-close 'force-open))
            ;; Return value.
            number))
       ;; Move the cursor.