Synch with Oort Gnus (Translating gnus-ja.texi is incompleted).
[elisp/gnus.git-] / lisp / mml.el
index 2757551..84693d8 100644 (file)
@@ -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