>> "Daiki" == Daiki Ueno writes: > Uwe Brauer writes: > I've added mml-smime-sign-with-sender: > http://bzr.savannah.gnu.org/lh/emacs/trunk/revision/111432?start_revid=111432 Thanks very much. > Could you test if it works? I don't have multiple S/MIME > keys. Well I only can find the diff. I tried to apply that to the git version I recently downloaded but without success. I think the easiest solution would be direct link to the new mml-smime.el I had a simple kludge so far (add-hook 'message-setup-hook 'my-simple-smime-select-signers) (defun my-simple-smime-select-signers () (interactive) (setq mml-smime-signers nil) (setq mml-smime-signers (list user-mail-address ))) But I prefer a clean solution. I think I have implemented mml-sime-encrypt-to-self, but before sending a patch I would need to know which is the correct, new mml-smime file regards Uwe