Function: mh-speed-refresh

mh-speed-refresh is an interactive and byte-compiled function defined in mh-speed.el.gz.

Signature

(mh-speed-refresh)

Documentation

Regenerates the list of folders in the speedbar.

Run this command if you've added or deleted a folder, or want to update the unseen message count before the next automatic update.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-speed.el.gz
(defun mh-speed-refresh ()
  "Regenerates the list of folders in the speedbar.

Run this command if you've added or deleted a folder, or want to
update the unseen message count before the next automatic
update."
  (interactive)
  (mh-speed-flists t)
  (mh-speed-invalidate-map ""))