* wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
        `wl-summary-highlight'.
        (wl-summary-reedit): Use `cond' instead of nested `if'.
+       (wl-summary-jump-to-msg-by-message-id): Bind cursor-in-echo-area
+       while confirming.
 
        * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
        (wl-fldmgr-save-folders): Fix comment.
 
               (require 'elmo-nntp)
               (message "Search message in nntp server \"%s\" <y/n/s(elect)>? "
                        elmo-nntp-default-server)
-              (setq schar (read-char))
+              (setq schar (let ((cursor-in-echo-area t)) (read-char)))
               (cond ((eq schar ?y)
                      (wl-summary-jump-to-msg-by-message-id-via-nntp msgid))
                     ((eq schar ?s)