mml-menu

mml-menu is a variable defined in `mml.el'.
Its value is shown below.

Documentation:


Value:

(keymap "Attachments" (Attach\ File\.\.\. menu-item "Attach File..." mml-attach-file :help "Attach a file at point") (Attach\ Buffer\.\.\. menu-item "Attach Buffer..." mml-attach-buffer :help "Attach a buffer to the outgoing message") (Attach\ External\.\.\. menu-item "Attach External..." mml-attach-external :help "Attach reference to an external file") (Externalize\ Attachments menu-item "Externalize Attachments" menu-function-183 :key-sequence nil :visible (and (boundp 'gnus-gcc-externalize-attachments) (memq gnus-gcc-externalize-attachments '(all t nil))) :button (:toggle . gnus-gcc-externalize-attachments) :help "Save attachments as external parts in Gcc copies") (nil menu-item "----") (Change\ Security\ Method menu-item "Change Security Method" (keymap "Change Security Method" (PGP/MIME menu-item "PGP/MIME" menu-function-184 :key-sequence nil :button (:radio equal mml-secure-method "pgpmime") :help "Set Security Method to PGP/MIME") (S/MIME menu-item "S/MIME" menu-function-185 :key-sequence nil :button (:radio equal mml-secure-method "smime") :help "Set Security Method to S/MIME") (Inline\ PGP menu-item "Inline PGP" menu-function-186 :key-sequence nil :button (:radio equal mml-secure-method "pgp") :help "Set Security Method to inline PGP"))) (Sign\ Message menu-item "Sign Message" mml-secure-message-sign) (Encrypt\ Message menu-item "Encrypt Message" mml-secure-message-encrypt) (Sign\ and\ Encrypt\ Message menu-item "Sign and Encrypt Message" mml-secure-message-sign-encrypt) (Encrypt/Sign\ off menu-item "Encrypt/Sign off" mml-unsecure-message :help "Don't Encrypt/Sign Message") (Sign\ Part menu-item "Sign Part" mml-secure-sign) (Encrypt\ Part menu-item "Encrypt Part" mml-secure-encrypt) (nil-12 menu-item "----") (Insert\ Part\.\.\. menu-item "Insert Part..." mml-insert-part :enable (message-in-body-p)) (Insert\ Multipart\.\.\. menu-item "Insert Multipart..." mml-insert-multipart :enable (message-in-body-p)) (Quote\ MML\ in\ region menu-item "Quote MML in region" mml-quote-region :enable (message-mark-active-p) :help "Quote MML tags in region") (Validate\ MML menu-item "Validate MML" mml-validate) (Preview menu-item "Preview" mml-preview) (nil-18 menu-item "----") (Emacs\ MIME\ manual menu-item "Emacs MIME manual" menu-function-187 :key-sequence nil :help "Display the Emacs MIME manual") (PGG\ manual menu-item "PGG manual" menu-function-188 :key-sequence nil :visible (and (boundp 'mml2015-use) (equal mml2015-use 'pgg)) :help "Display the PGG manual") (EasyPG\ manual menu-item "EasyPG manual" menu-function-189 :key-sequence nil :visible (and (boundp 'mml2015-use) (equal mml2015-use 'epg)) :help "Display the EasyPG manual"))