|
From: | Glenn Morris |
Subject: | bug#18513: 24.3; message-mode sends unencrypted on error |
Date: | Tue, 30 Sep 2014 21:28:38 -0400 |
User-agent: | Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
Daiki Ueno wrote: > I've installed the following simple fix in the trunk. Does it work for you? [...] > - (setq tags (list "sign" method "encrypt" method)))) > + (setq tags (list "sign" method "encrypt" method))) > + (t > + (error "Unknown secure mode %s" mode))) Seems like a safe, simple fix for a potentially important issue; so what do you think about putting it in emacs-24?
[Prev in Thread] | Current Thread | [Next in Thread] |