Add reconstruct thread.
authorkaoru <kaoru>
Mon, 6 Nov 2000 12:50:14 +0000 (12:50 +0000)
committerkaoru <kaoru>
Mon, 6 Nov 2000 12:50:14 +0000 (12:50 +0000)
Apply Yoichi NAKAYAMA's patch. [Wanderlust 06114]

doc/wl-ja.texi
doc/wl.texi

index 25ff567..7787e8d 100644 (file)
@@ -2469,6 +2469,14 @@ prefix argument \e$B$D$-$G\e(B @kbd{/} \e$B$r2!$9$H!"A4$F$N;R%9%l%C%I$r3+$-$^$9!#\e(
 
 @kbd{t} \e$B$+$i;O$^$k%3%^%s%I$G!"$=$N%9%l%C%I$KB0$9$k%a%C%;!<%8$KBP$7$F0l3g$7$F=hM}$r9T$&$3$H$,$G$-$^$9!#\e(B
 
+@section \e$B%9%l%C%I$N7R$.$J$*$7\e(B
+
+\e$B<jF0$G%9%l%C%I$N7R$.$J$*$7$,$G$-$^$9!#\e(B
+\e$B%5%^%j$G3:Ev$9$k%a%C%;!<%8$K%+!<%=%k$r9g$o$;$F\e(B @kbd{M-w}
+(@code{wl-summary-save-current-message}) \e$B$7!"\e(B
+\e$B?7$7$$?F%a%C%;!<%8$N$H$3$m$G\e(B @kbd{C-y} (@code{wl-summary-yank-saved-message})
+\e$B$9$k$H%9%l%C%I$,7R$.$J$*$5$l$^$9!#\e(B
+
 
 @node Cache, Auto Refile, Thread Operations, Summary
 @section \e$B%-%c%C%7%e\e(B
@@ -3333,6 +3341,20 @@ Wanderlust \e$B$N%5!<%P!&%]!<%HJL$N%*%U%i%$%s\e(B/\e$B%*%s%i%$%s$rJQ99$7$^$9!#\e(B
 \e$B%P%C%U%!$,B8:_$7$F$$$J$$>l9g$O!"%I%i%U%H%U%)%k%@$+$i%U%!%$%k$r\e(B(\e$BB8:_$9$l$P\e(B)
 \e$BFI$_9~$_$^$9!#\e(B
 (@code{wl-jump-to-draft-buffer})
+
+@item M-w
+@kindex M-w (Summary)
+@findex wl-summary-save-current-message
+\e$B%+!<%=%k9T$N%a%C%;!<%8$N%3%T!<!#\e(B
+(@code{wl-summary-save-current-message})
+
+@item C-y
+@kindex C-y (Summary)
+@findex wl-summary-yank-saved-message
+\e$B%+!<%=%k9T$N%a%C%;!<%8$r?F%a%C%;!<%8$H$7$F!"\e(B
+@code{wl-summary-save-current-message} \e$B$GJ]B8$5$l$?%a%C%;!<%8$r\e(B
+\e$B%9%l%C%I$K7R$.$^$9!#\e(B
+(@code{wl-summary-yank-saved-message})
 @end table
 
 
index 75d2bd5..e674f4f 100644 (file)
@@ -2455,6 +2455,14 @@ With prefix argument, @kbd{/} opens all children threads.
 Commands with the key binding that begins with @kbd{t} executes commands
 on the messages in the thread.
 
+@section reconstruct thread by hand
+
+You can reconstruct the thread manually.
+In Summary, @kbd{M-w} (@code{wl-summary-save-current-message})
+at the corresponding message, and @kbd{C-y} 
+(@code{wl-summary-yank-saved-message}) at the new parent message
+then you have the reconstructed thread.
+
 
 @node Cache, Auto Refile, Thread Operations, Summary
 @section Cache
@@ -3327,6 +3335,21 @@ Move to the draft buffer if available.  If multiple draft buffer exists,
 moved to one after another.  If prefix argument is specified, load draft
 folder's message to the draft buffer and jump to it.
 (@code{wl-jump-to-draft-buffer})
+
+@item M-w
+@kindex M-w (Summary)
+@findex wl-summary-save-current-message
+Save the message at the current cursor point.
+(@code{wl-summary-save-current-message})
+
+@item C-y
+@kindex C-y (Summary)
+@findex wl-summary-yank-saved-message
+Regard the message at the current cursor point as
+parent, connect the message saved by
+@code{wl-summary-save-current-message}
+to the thread.
+(@code{wl-summary-yank-saved-message})
 @end table