From 21f2d934b6b39ce64591385ea272772fbf228445 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Fri, 31 Oct 2008 04:08:55 +0000 Subject: [PATCH] slightly tighter regex for the cheesy "do I show images" button --- src/com/fsck/k9/activity/MessageView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/fsck/k9/activity/MessageView.java b/src/com/fsck/k9/activity/MessageView.java index d196e3278..3e0c3e7e6 100644 --- a/src/com/fsck/k9/activity/MessageView.java +++ b/src/com/fsck/k9/activity/MessageView.java @@ -754,7 +754,7 @@ public class MessageView extends Activity * TODO this should be smarter, change to regex for img, but consider how to * get backgroung images and a million other things that HTML allows. */ - if (text.contains("img")) { + if (text.contains("