]> git.pld-linux.org Git - packages/mutt.git/blobdiff - mutt-crypt-autoselectkey.patch
- updated to 1.12.0
[packages/mutt.git] / mutt-crypt-autoselectkey.patch
index 1431c77020f167985cf15d92407da119ff9ae292..fa550d9699e4336cab341554547991bd025f2520 100644 (file)
@@ -63,9 +63,9 @@
 +  }
  
 @@ -599,5 +621,3 @@ static pgp_key_t pgp_select_key (pgp_key
-       
--      if (option (OPTPGPCHECKTRUST) &&
--        (!pgp_id_is_valid (KeyTable[menu->current])
--         || !pgp_id_is_strong (KeyTable[menu->current])))
+
+-        if (option (OPTPGPCHECKTRUST) &&
+-            (!pgp_id_is_valid (KeyTable[menu->current])
+-             || !pgp_id_is_strong (KeyTable[menu->current])))
 +      if (!pgp_trusted_id(KeyTable[menu->current]))
-       {
+         {
This page took 0.062343 seconds and 4 git commands to generate.