Pascal Quesseveur <[email protected]> writes: > I have noticed the following with Emacs 23.1 (not directly related to > gnus): > > - When setting mml2015-signers to a list of keyids and > mml2015-verbose to t emacs let me select the signing key before > sending. That sounds correct. > > - When mml2015-verbose is set to nil, there is no mean to select the > key, and emacs asks me the passphrase for each one. > > Is it the attended behavior?
Yes. Currently mml2015-verbose is the option to switch such behavior. At first the default behavior was to always ask signing keys and someone (perhaps I) found that too verbose and named the option mml2015-verbose. It might be better to be renamed something like: (setq mml2015-signing-method 'guided) (setq mml2015-signing-method 'unattended) etc. What do you think? Regards, -- Daiki Ueno _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
