Also, I notice that compared to 5.010 (f-droid), my build of 5.111 shows
messages slowly.   That may be openpgp working, but it seems to fade in
the displayed text over about 0.5s, instead of it just appearing, and it
seems to be independent of signed status.

I have avoided the 'insecure key warning' by editing the source.  Not
that I recommend just committing this, but...

diff --git 
a/k9mail/src/main/java/com/fsck/k9/ui/messageview/MessageCryptoPresenter.java 
b/k9mail/src/main/java/com/fsck/k9/ui/messageview/MessageCryptoPresenter.java
index 290e125..6022662 100644
--- 
a/k9mail/src/main/java/com/fsck/k9/ui/messageview/MessageCryptoPresenter.java
+++ 
b/k9mail/src/main/java/com/fsck/k9/ui/messageview/MessageCryptoPresenter.java
@@ -74,12 +74,6 @@ public class MessageCryptoPresenter implements 
OnCryptoClickListener {
                         R.string.messageview_crypto_warning_expired);
                 break;
             }
-            case UNENCRYPTED_SIGN_INSECURE:
-            case ENCRYPTED_SIGN_INSECURE: {
-                showMessageCryptoWarning(messageView, account, messageViewInfo,
-                        R.string.messageview_crypto_warning_insecure);
-                break;
-            }
             case UNENCRYPTED_SIGN_ERROR:
             case ENCRYPTED_SIGN_ERROR: {
                 showMessageCryptoWarning(messageView, account, messageViewInfo,

-- 
You received this message because you are subscribed to the Google Groups "K-9 
Mail" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: PGP signature

Reply via email to