mml-signencrypt-style

mml-signencrypt-style is a compiled Lisp function in `mml-sec.el'.

(mml-signencrypt-style METHOD &optional STYLE)

Function for setting/getting the signencrypt-style used. Takes two
arguments, the method (e.g. "pgp") and optionally the mode
(e.g. combined). If the mode is omitted, the current value is returned.

For example, if you prefer to use combined sign & encrypt with
smime, putting the following in your Gnus startup file will
enable that behavior:

(mml-set-signencrypt-style "smime" combined)

You can also customize or set `mml-signencrypt-style-alist' instead.