;;; -*-Scheme-*-
;;;
-;;; $Id: imail-top.scm,v 1.219 2000/10/26 16:44:32 cph Exp $
+;;; $Id: imail-top.scm,v 1.220 2000/11/13 21:28:37 cph Exp $
;;;
;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology
;;;
#f
(lambda (object) (or (not object) (procedure? object))))
+(define-variable imail-output-default
+ "If not #f, the default URL for M-x imail-output."
+ #f
+ string-or-false?)
+
(define-variable imail-delete-after-output
"True means automatically delete a message that is copied to a file."
#f
(define-command imail-output
"Append this message to a specified folder."
(lambda ()
- (list (prompt-for-imail-url-string "Output to folder" #f
+ (list (prompt-for-imail-url-string "Output to folder"
+ (ref-variable imail-output-default #f)
'HISTORY 'IMAIL-OUTPUT
'HISTORY-INDEX 0)
(command-argument)))
;;; -*-Scheme-*-
;;;
-;;; $Id: imail.pkg,v 1.77 2000/10/26 05:07:24 cph Exp $
+;;; $Id: imail.pkg,v 1.78 2000/11/13 21:28:43 cph Exp $
;;;
;;; Copyright (c) 2000 Massachusetts Institute of Technology
;;;
edwin-variable$imail-mime-attachment-directory
edwin-variable$imail-mime-show-alternatives
edwin-variable$imail-mode-hook
+ edwin-variable$imail-output-default
edwin-variable$imail-pass-phrase-retention-time
edwin-variable$imail-primary-folder
edwin-variable$imail-reply-with-re