2000-11-21 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
[gnus] / lisp / mml-sec.el
index 0d1dfee..cc54995 100644 (file)
@@ -85,7 +85,7 @@
             (goto-char (match-end 0))
             (apply 'mml-insert-tag 'part (cons (if sign 'sign 'encrypt)
                                                (cons method tags))))
-           (t (error "Can't find where this part begin"))))))
+           (t (error "The message is corrupted. No mail header separator."))))))
 
 (defun mml-secure-sign-pgpmime ()
   "Add MML tags to PGP/MIME sign this MML part."