X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fmml-sec.el;h=9e831a40e666adc9051ddba5f9f405999b810fc4;hb=2d2f709ab067c5688f325fc64c618988ed6fd178;hp=35155b89ac2e00638d588446d02a191e982dfb2e;hpb=660680f231d4dfc948038a554600e90c6a99dea2;p=gnus diff --git a/lisp/mml-sec.el b/lisp/mml-sec.el index 35155b89a..9e831a40e 100644 --- a/lisp/mml-sec.el +++ b/lisp/mml-sec.el @@ -1,7 +1,7 @@ ;;; mml-sec.el --- A package with security functions for MML documents ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Simon Josefsson @@ -308,11 +308,11 @@ Use METHOD if given. Else use `mml-secure-method' or (defun mml-secure-message-sign (&optional method) - "Add MML tags to sign this MML part. + "Add MML tags to sign the entire message. Use METHOD if given. Else use `mml-secure-method' or `mml-default-sign-method'." (interactive) - (mml-secure-part + (mml-secure-message (or method mml-secure-method mml-default-sign-method) 'sign)) @@ -380,5 +380,4 @@ If called with a prefix argument, only encrypt (do NOT sign)." (provide 'mml-sec) -;; arch-tag: 111c56e7-df5e-4287-87d7-93ed2911ec6c ;;; mml-sec.el ends here