1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(rmail-output-menu): New command.

This commit is contained in:
Richard M. Stallman 1994-03-18 07:08:37 +00:00
parent 2436c02909
commit 254399e69c

View file

@ -37,6 +37,13 @@ NAME-EXP may be a string constant giving the file name to use,
or more generally it may be any kind of expression that returns
a file name as a string.")
(defun rmail-output-menu (event)
"Output current message to another Rmail file, chosen with a menu."
(interactive "e")
(rmail-output-to-rmail-file
(expand-file-name (rmail-secondary-file-menu event)
rmail-secondary-file-directory)))
;;; There are functions elsewhere in Emacs that use this function; check
;;; them out before you change the calling method.
(defun rmail-output-to-rmail-file (file-name &optional count)