From e964c7ba849f1824428ab42ef9b93a7aa9d8cc90 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sat, 13 Nov 2010 01:46:59 +0000 Subject: [PATCH] Tell the user about a failed delivery the first (any) time it fails --- src/com/fsck/k9/K9.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/fsck/k9/K9.java b/src/com/fsck/k9/K9.java index 0d10f61ba..b2a932c7a 100644 --- a/src/com/fsck/k9/K9.java +++ b/src/com/fsck/k9/K9.java @@ -235,7 +235,7 @@ public class K9 extends Application */ public static int DEFAULT_VISIBLE_LIMIT = 25; - public static int MAX_SEND_ATTEMPTS = 5; + public static int MAX_SEND_ATTEMPTS = 1; /** * The maximum size of an attachment we're willing to download (either View or Save)