X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fmml.el;h=84693d84e44dd31fce197662a1add7cc2dbbb5a4;hb=1a7b8c37b8aadeae04f57577c44f9be28f3e4398;hp=2757551c63262137796784365d9fcfad92e055b5;hpb=6bb9528ed7fbdf7a31921faef77b0ecc5a7d0382;p=elisp%2Fgnus.git- diff --git a/lisp/mml.el b/lisp/mml.el index 2757551..84693d8 100644 --- a/lisp/mml.el +++ b/lisp/mml.el @@ -720,22 +720,19 @@ If HANDLES is non-nil, use it instead reparsing the buffer." (easy-menu-define mml-menu mml-mode-map "" - '("Mime" - ("Attach" - ["File" mml-attach-file t] - ["Buffer" mml-attach-buffer t] - ["External" mml-attach-external t]) - ("Insert" - ["Multipart" mml-insert-multipart t] - ["Part" mml-insert-part t]) - ("Security" - ["Sign PGP/MIME" mml-secure-sign-pgpmime t] - ["Sign S/MIME" mml-secure-sign-smime t] - ["Encrypt PGP/MIME" mml-secure-encrypt-pgpmime t] - ["Encrypt S/MIME" mml-secure-encrypt-smime t]) + '("Attachments" + ["Attach File" mml-attach-file t] + ["Attach Buffer" mml-attach-buffer t] + ["Attach External" mml-attach-external t] + ["Insert Part" mml-insert-part t] + ["Insert Multipart" mml-insert-multipart t] + ["PGP/MIME Sign" mml-secure-sign-pgpmime t] + ["PGP/MIME Encrypt" mml-secure-encrypt-pgpmime t] + ["S/MIME Sign" mml-secure-sign-smime t] + ["S/MIME Encrypt" mml-secure-encrypt-smime t] ;;["Narrow" mml-narrow-to-part t] - ["Quote" mml-quote-region t] - ["Validate" mml-validate t] + ["Quote MML" mml-quote-region t] + ["Validate MML" mml-validate t] ["Preview" mml-preview t])) (defvar mml-mode nil