/[emacs]/emacs/lisp/mh-e/mh-mime.el
ViewVC logotype

Diff of /emacs/lisp/mh-e/mh-mime.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by wohler, Mon Oct 24 20:46:06 2005 UTC revision 1.24 by wohler, Thu Oct 27 22:57:30 2005 UTC
# Line 429  you can build a consistency check into t Line 429  you can build a consistency check into t
429  `mh-mh-to-mime-args' to \"-check\". The recipient of your message can then run  `mh-mh-to-mime-args' to \"-check\". The recipient of your message can then run
430  \"mhbuild -check\" on the message--\"mhbuild\" (\"mhn\") will complain if the  \"mhbuild -check\" on the message--\"mhbuild\" (\"mhn\") will complain if the
431  message has been corrupted on the way. This command only consults this option  message has been corrupted on the way. This command only consults this option
432  when given a prefix argument.  when given a prefix argument EXTRA-ARGS.
433    
434  The value of `mh-mh-to-mime-hook' is a list of functions to be called after  The value of `mh-mh-to-mime-hook' is a list of functions to be called after
435  the message has been formatted.  the message has been formatted.
# Line 582  number." Line 582  number."
582  (defun mh-mml-attach-file (&optional disposition)  (defun mh-mml-attach-file (&optional disposition)
583    "Add a tag to insert a MIME message part from a file.    "Add a tag to insert a MIME message part from a file.
584  You are prompted for the filename containing the object, the media type if it  You are prompted for the filename containing the object, the media type if it
585  cannot be determined automatically, a content description and the disposition  cannot be determined automatically, a content description and the DISPOSITION
586  of the attachment.  of the attachment.
587    
588  This is basically `mml-attach-file' from Gnus, modified such that a prefix  This is basically `mml-attach-file' from Gnus, modified such that a prefix
# Line 637  The argument IGNORE is not used." Line 637  The argument IGNORE is not used."
637  A proper multipart message is created for you when you send the message. Use  A proper multipart message is created for you when you send the message. Use
638  the \\[mh-mml-unsecure-message] command to remove this tag. Use a prefix  the \\[mh-mml-unsecure-message] command to remove this tag. Use a prefix
639  argument METHOD to be prompted for one of the possible security methods  argument METHOD to be prompted for one of the possible security methods
640  (see `mh-mml-method-default')."  \(see `mh-mml-method-default')."
641    (interactive (list (mh-mml-query-cryptographic-method)))    (interactive (list (mh-mml-query-cryptographic-method)))
642    (mh-secure-message method "sign" mh-identity-pgg-default-user-id))    (mh-secure-message method "sign" mh-identity-pgg-default-user-id))
643    
# Line 647  argument METHOD to be prompted for one o Line 647  argument METHOD to be prompted for one o
647  A proper multipart message is created for you when you send the message. Use  A proper multipart message is created for you when you send the message. Use
648  the \\[mh-mml-unsecure-message] command to remove this tag. Use a prefix  the \\[mh-mml-unsecure-message] command to remove this tag. Use a prefix
649  argument METHOD to be prompted for one of the possible security methods  argument METHOD to be prompted for one of the possible security methods
650  (see `mh-mml-method-default')."  \(see `mh-mml-method-default')."
651    (interactive (list (mh-mml-query-cryptographic-method)))    (interactive (list (mh-mml-query-cryptographic-method)))
652    (mh-secure-message method "encrypt" mh-identity-pgg-default-user-id))    (mh-secure-message method "encrypt" mh-identity-pgg-default-user-id))
653    
# Line 657  argument METHOD to be prompted for one o Line 657  argument METHOD to be prompted for one o
657  A proper multipart message is created for you when you send the message. Use  A proper multipart message is created for you when you send the message. Use
658  the \\[mh-mml-unsecure-message] command to remove this tag. Use a prefix  the \\[mh-mml-unsecure-message] command to remove this tag. Use a prefix
659  argument METHOD to be prompted for one of the possible security methods  argument METHOD to be prompted for one of the possible security methods
660  (see `mh-mml-method-default')."  \(see `mh-mml-method-default')."
661    (interactive (list (mh-mml-query-cryptographic-method)))    (interactive (list (mh-mml-query-cryptographic-method)))
662    (mh-secure-message method "signencrypt" mh-identity-pgg-default-user-id))    (mh-secure-message method "signencrypt" mh-identity-pgg-default-user-id))
663    

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26