commit fe91ed2c9cc95316c572d386b991358d72952540
Author: Antoine Beaupré <[email protected]>
Date: Thu Aug 22 17:44:21 2013 -0400
do not export-minimal, because we wouldn't detecting existing sigs
Closes: #720055
diff --git a/debian/changelog b/debian/changelog
index 5e6f48f..44f1e73 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,10 +5,10 @@ monkeysign (1.1~git) UNRELEASED; urgency=low
* SMTP password is prompted if not specified
* use STARTTLS if available
* enable SMTP debugging only debugging is enabled
- * try to handle cases where the key is already signed (See: #720055)
* properly show the unencrypted email with --no-mail (Closes: #720049)
* properly warn when gpg-agent is not running or failing
* properly set GPG_TTY if it is missing (Closes: #719908)
+ * properly bail out on already signed keys Closes: #720055)
-- Antoine Beaupré <[email protected]> Mon, 19 Aug 2013 10:33:52 -0400
diff --git a/monkeysign/ui.py b/monkeysign/ui.py
index c403c37..0ac9b0a 100644
--- a/monkeysign/ui.py
+++ b/monkeysign/ui.py
@@ -216,8 +216,6 @@ this should not interrupt the flow of the program, but must
be visible to the us
def find_key(self):
"""find the key to be signed somewhere"""
- self.keyring.context.set_option('export-options', 'export-minimal')
-
# 1.b) from the local keyring
self.log(_('looking for key %s in your keyring') % self.pattern)
if not
self.tmpkeyring.import_data(self.keyring.export_data(self.pattern)):
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]