From 7aeaa46fe629f4a8159ad81e7961dc6de09b0c3f Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sun, 25 Aug 2013 11:35:22 -0400 Subject: [PATCH] Koji Arai pointed out that I screwed up the constants for folder open modes --- src/com/fsck/k9/mail/Folder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/fsck/k9/mail/Folder.java b/src/com/fsck/k9/mail/Folder.java index 33f7f6e38..d4bebf7da 100644 --- a/src/com/fsck/k9/mail/Folder.java +++ b/src/com/fsck/k9/mail/Folder.java @@ -19,7 +19,7 @@ public abstract class Folder { private long lastPush = 0; public static final int OPEN_MODE_RW=0; - public static final int OPEN_MODE_RO=0; + public static final int OPEN_MODE_RO=1; // NONE is obsolete, it will be translated to NO_CLASS for display and to INHERITED for sync and push public enum FolderClass {