From 4cbb5486fb1afeaf659a920b3462b2759a4c244e Mon Sep 17 00:00:00 2001 From: yoichi Date: Fri, 18 Oct 2002 06:56:22 +0000 Subject: [PATCH] (wl-message-delete-current-part): Added. (wl-draft-yank-original): Updated. --- doc/wl-ja.texi | 13 ++++++++++++- doc/wl.texi | 13 ++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index 0aac627..09e9926 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -4021,6 +4021,14 @@ Non-nil $B$J$i(B @code{wl-summary-jump-to-msg-by-message-id} $B$G!"%a%C%;!<%8 $B%a%C%;!<%8$r>e$K%9%/%m!<%k$7$^$9!#%a%C%;!<%8$N@hF,$^$GE~C#$9$k$H!"(B $BA0$N%a%C%;!<%8$K0\F0$7$^$9!#(B (@code{wl-message-wheel-up}) + +@item D +@kindex D (Message) +@findex wl-message-delete-current-part +$B%+!<%=%k0LCV$N%Q!<%H$r:o=|$7$^$9!#l9g$K$O!"%j!<%8%g%s$r0zMQ$7$^$9(B +(@code{transient-mark-mode} (GNU Emacs $B$N>l9g(B) $B$+(B @code{zmacs-regions} +(XEmacs $B$N>l9g(B) $B$,(B Non-nil $B$N;~$N$_(B)$B!#(B (@code{wl-draft-yank-original}) @item C-c C-p diff --git a/doc/wl.texi b/doc/wl.texi index 8f7e82b..3d134d0 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -4052,6 +4052,14 @@ moves to the previous message. Scrolls the message forward. When the bottom of the message is hit, moves to the next message. (@code{wl-message-wheel-up}) + +@item D +@kindex D (Message) +@findex wl-message-delete-current-part +Delete the part under cursor. In fact it appends modified message to +the current folder then moves old one to trash folder. Therefore the +message number will be changed. +(@code{wl-message-delete-current-part}) @end table @section Customizable Variables @@ -4457,7 +4465,10 @@ http://www.iecc.com/pop-before-smtp.html @item C-c C-y @kindex C-c C-y (Draft) @findex wl-draft-yank-original -Cites the content of the current message buffer. +Cites the content of the current message buffer (the part under cursor). +If the region is active, cites the region (it affects only if +@code{transient-mark-mode} (on GNU Emacs) or @code{zmacs-regions} +(on XEmacs) is Non-nil). (@code{wl-draft-yank-original}) @item C-c C-p -- 1.7.10.4