the last line of summary in unplugged mode.
+2004-05-26 Yoichi NAKAYAMA <yoichi@geiin.org>
+
+ * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
+ the last line of summary in unplugged mode.
+
2004-05-26 Tetsurou Okazaki <okazaki@be.to>
* wl-vars.el (wl-refile-rule-alist): Doc fix.
(forward-line -1))
(setq skip (or (string-match skip-tmark-regexp
(wl-summary-temp-mark))
- (not (elmo-message-accessible-p
- wl-summary-buffer-elmo-folder
- (wl-summary-message-number))))))
+ (not (and (wl-summary-message-number)
+ (elmo-message-accessible-p
+ wl-summary-buffer-elmo-folder
+ (wl-summary-message-number)))))))
(if (if downward (eobp) (and (bobp) skip)) (setq goto-next t))
(if (or (eobp) (and (bobp) skip))
(goto-char start))