+2002-03-28 Simon Josefsson <jas@extundo.com>
+
+ * mml-sec.el (mml-secure-message): Search after
+ mail-header-separator from top of message.
+
2002-03-28 Paul Jarc <prj@po.cwru.edu>
* nnmaildir.el: Cosmetic changes.
insert-loc)
(mml-unsecure-message)
(save-excursion
- (goto-char (point-max))
- (cond ((re-search-backward
+ (goto-char (point-min))
+ (cond ((re-search-forward
(concat "^" (regexp-quote mail-header-separator) "\n") nil t)
(goto-char (setq insert-loc (match-end 0)))
(unless (looking-at "<#secure")