From: hmurata Date: Mon, 13 Dec 2004 08:35:26 +0000 (+0000) Subject: Update `Key Bindings of Summary' and `Variables of Summary'. X-Git-Tag: wl-2_14-root~124 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=2535eabfdb3de5946423ce3eb8bc107cfef95750;p=elisp%2Fwanderlust.git Update `Key Bindings of Summary' and `Variables of Summary'. --- diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index 1305ce9..50a152a 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -3141,7 +3141,7 @@ dispose (@samp{d}), delete (@samp{D}), prefetch (@samp{i}), resend (@samp{~}) @findex wl-summary-redisplay $B8=:_%+!<%=%k$,$"$k9T$N%a%C%;!<%8$r%G%U%)%k%H$NI=<(7A<0$G:FI=<($7$^$9!#(B prefix argument $B$D$-$J$i$P%-%c%C%7%e$,B8:_$7$F$bL5;k$7$F:FFI$_9~$_$7D>$7(B -$B$^$9!#(B@kbd{C-u C-u M} $B$N$h$&$K(B 2$B2s$N(B @kbd{C-u} $B$rIU$1$Fl9g!"8=:_(B +$B$^$9!#(B@kbd{C-u C-u .} $B$N$h$&$K(B 2$B2s$N(B @kbd{C-u} $B$rIU$1$Fl9g!"8=:_(B $B$NI=<(7A<0$r0];}$7$F:FFI$_9~$_$7D>$7$^$9!#(B(@code{wl-summary-redisplay}) @item < @@ -4333,9 +4333,9 @@ Non-nil $B$J$i(B @code{wl-summary-jump-to-msg-by-message-id} $B$G!"%a%C%;!<%8 $B$($^$9!#(BMIME $B2r@O$NJ}<0$K$O0J2<$N$b$N$,;XDj$G$-$^$9!#(B @example -@code{mime} : MIME $B2r@O$r9T$$$^$9(B -@code{heder-only} : $B%X%C%@$N$_(B MIME $B2r@O$r9T$$$^$9(B -@code{as-is} : MIME $B2r@O$r9T$$$^$;$s(B +@code{mime} : MIME $B2r@O$r9T$$$^$9(B +@code{header-only} : $B%X%C%@$N$_(B MIME $B2r@O$r9T$$$^$9(B +@code{as-is} : MIME $B2r@O$r9T$$$^$;$s(B @end example @end table diff --git a/doc/wl.texi b/doc/wl.texi index c7d38ca..320e3f5 100644 --- a/doc/wl.texi +++ b/doc/wl.texi @@ -3143,11 +3143,12 @@ Proceed reading a message at the current cursor point. @item . @kindex . (Summary) @findex wl-summary-redisplay -Redisplay a message at the current cursor point. -If this command is called with prefix argument, -Redisplay message regardless of the message cache (message is re-loaded -from source). -(@code{wl-summary-redisplay}) +Redisplay a message at the current cursor point with default display +type. If this command is called with prefix argument, Redisplay message +regardless of the message cache (message is re-loaded from source). If +this command is called with twice multiples @kbd{C-u} as @kbd{C-u C-u .}, +redisplay message with current display type regardless of the +message cache. (@code{wl-summary-redisplay}) @item < @kindex < (Summary) @@ -3342,15 +3343,32 @@ list folder (refile destination), guess @samp{To:} field and completed @item H @kindex H (Summary) -@findex wl-summary-redisplay-all-header -Redisplay the message at current cursor point with all header fields. -(@code{wl-summary-redisplay-all-header}) +@findex wl-summary-toggle-all-header +Toggle display type between all and partial header fields and redisplay +the message at current cursor point. If this command is called with +twice multiples @kbd{C-u} as @kbd{C-u C-u H}, set default display type +of summary by current display type of header fields. +(@code{wl-summary-toggle-all-header}) @item M @kindex M (Summary) -@findex wl-summary-redisplay-no-mime -Redisplay the message at current cursor point without MIME analysis. -(@code{wl-summary-redisplay-no-mime}) +@findex wl-summary-toggle-mime +Toggle display type for MIME analysis and redisplay the message at +current cursor point. A change is performed in the order set as +@code{wl-summary-display-mime-mode-list}. If this command is called +with numeric prefix argument, it switch directly as follows. + +@example +@group +1: Enable MIME analysis. +2: Enable MIME analysis only for header fields. +3: Disable MIME analysis. +@end group +@end example + +If this command is called with twice multiples @kbd{C-u} as @kbd{C-u C-u +M}, set default display type of summary by current display type of MIME +analysis. (@code{wl-summary-toggle-mime}) @item B @kindex B (Summary) @@ -3462,6 +3480,8 @@ update-entirely Update the difference between informations in present rescan Redisplay summary by rescanning present msgdb. rescan-noscore Redisplay summary by rescanning present msgdb. Display messages killed by score, too. +rescan-thread Redisplay summary by rescanning present msgdb. + Reconstruct thread, too. cache-status Sync the all marks with the real status of cache. mark Update marks. no-sync Do nothing. @@ -4296,9 +4316,42 @@ The initial setting is as follows: @end group @end lisp -Specify the color of message in summary buffer with flag. If multiple -global flags are on one message, the former flag in this list is -preferred. +Specify the color and the mark of message in summary buffer with flag. +If the mark are omitted, the mark specified in the variable +@code{wl-summary-flag-mark} is assumed. If multiple global flags are on +one message, the former flag in this list is preferred. + +Example: + +@lisp +@group +(setq wl-summary-flag-alist + '((important "purple") + (todo "red") + (business "green" "B") + (private "blue" "X"))) +@end group +@end lisp + +@item wl-summary-display-mime-mode-list +@vindex wl-summary-display-mime-mode-list +The initial setting is the list shown below: + +@lisp +@group +(mime as-is) +@end group +@end lisp + +@noindent +The function @code{wl-summary-toggle-mime} switch specification of MIME +analysis in the order of this list. You can specify one of the follows. + +@example +@code{mime} : Header and body are decoded. +@code{header-only} : Only header is decoded. +@code{as-is} : Header and body are not decoded. +@end example @end table