mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
Koji Arai pointed out that I screwed up the constants for folder open modes
This commit is contained in:
parent
09c27d94b8
commit
7aeaa46fe6
@ -19,7 +19,7 @@ public abstract class Folder {
|
|||||||
private long lastPush = 0;
|
private long lastPush = 0;
|
||||||
|
|
||||||
public static final int OPEN_MODE_RW=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
|
// NONE is obsolete, it will be translated to NO_CLASS for display and to INHERITED for sync and push
|
||||||
public enum FolderClass {
|
public enum FolderClass {
|
||||||
|
Loading…
Reference in New Issue
Block a user