Function: gnus-cache-move-cache

gnus-cache-move-cache is an interactive and byte-compiled function defined in gnus-cache.el.gz.

Signature

(gnus-cache-move-cache DIR)

Documentation

Move the cache tree to somewhere else.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-cache.el.gz
(defun gnus-cache-move-cache (dir)
  "Move the cache tree to somewhere else."
  (interactive "FMove the cache tree to: ")
  (rename-file gnus-cache-directory dir))