# HG changeset patch # User Richard M. Stallman # Date 763974517 0 # Node ID 0ccccd01dc8f77969e0ca738425186524b5fc52a # Parent 6c9903c97bf481c619b7eeeb57eedd1793874d35 (rmail-output-menu): New command. diff -r 6c9903c97bf4 -r 0ccccd01dc8f lisp/mail/rmailout.el --- a/lisp/mail/rmailout.el Fri Mar 18 06:57:36 1994 +0000 +++ b/lisp/mail/rmailout.el Fri Mar 18 07:08:37 1994 +0000 @@ -37,6 +37,13 @@ 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)