Skip to content

Commit 6a06054

Browse files
committed
Select raw message buffers as well as cooked
Cf. wanderlust#234 * wl/wl-summary.el (wl-summary-display-raw): Call wl-message-select-buffer to select raw buffers.
1 parent d99520d commit 6a06054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wl/wl-summary.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4753,7 +4753,7 @@ If ARG is numeric number, decode message as following:
47534753
(princ raw raw-buffer)
47544754
(read-only-mode 1)
47554755
(goto-char (point-min))
4756-
(switch-to-buffer-other-window raw-buffer)
4756+
(wl-message-select-buffer raw-buffer)
47574757
(define-key raw-mode-map "l" 'toggle-truncate-lines)
47584758
(define-key raw-mode-map "q" 'kill-buffer-and-window)
47594759
(define-key raw-mode-map "," 'kill-buffer-and-window)

0 commit comments

Comments
 (0)