+2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * lisp/message.el (message-tool-bar-gnome, message-tool-bar-retro):
+ Replace mml-attach-file and mml-preview with mime-edit-insert-file
+ and mime-edit-preview-message.
+
2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
* etc/images/gnus/mail_send.xpm: Emacs 21 icon for
* etc/images/mail/save.xpm, etc/images/mail/preview.xpm: New icons.
-2006-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
+2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/nnheader.el (mm-make-temp-file): Be always alias to
make-temp-file.
(message-send-and-exit "mail/send")
(message-dont-send "mail/save-draft")
(message-kill-buffer "close") ;; stock_cancel
- ;;(mml-attach-file "mail/attach" mml-mode-map)
+ (mime-edit-insert-file "mail/attach" mime-edit-mode-map)
(ispell-message "spell" nil :visible (not flyspell-mode))
(flyspell-buffer "spell" t :visible flyspell-mode
:help "Flyspell whole buffer")
- ;;(mml-preview "mail/preview" mml-mode-map)
+ (mime-edit-preview-message "mail/preview" mime-edit-mode-map)
;;(mml-secure-message-sign-encrypt "lock" mml-mode-map :visible nil)
(message-insert-importance-high "important" nil :visible nil)
(message-insert-importance-low "unimportant" nil :visible nil)
(message-send-and-exit "gnus/mail_send")
(message-kill-buffer "close")
(message-dont-send "cancel")
- ;;(mml-attach-file "attach" mml-mode-map)
+ (mime-edit-insert-file "attach" mime-edit-mode-map)
(ispell-message "spell")
- ;;(mml-preview "preview" mml-mode-map)
+ (mime-edit-preview-message "preview" mime-edit-mode-map)
(message-insert-importance-high "gnus/important")
(message-insert-importance-low "gnus/unimportant")
(message-insert-disposition-notification-to "gnus/receipt"))