--- mml.el.~1~ Sat May 11 08:52:50 2002 +++ mml.el Sun May 12 16:30:30 2002 @@ -540,7 +540,7 @@ (message-options-set 'message-sender sender)) (if (setq recipients (cdr (assq 'recipients cont))) (message-options-set 'message-recipients recipients)) - (let ((style (mml-signencrypt-style (first encrypt-item)))) + (let ((style (mml-signencrypt-style (first (or sign-item encrypt-item))))) ;; check if: we're both signing & encrypting, both methods ;; are the same (why would they be different?!), and that ;; the signencrypt style allows for combined operation.