summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/com/android/mail/providers/UIProvider.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/mail/providers/UIProvider.java b/src/com/android/mail/providers/UIProvider.java
index 211f458cc..23bbb004a 100644
--- a/src/com/android/mail/providers/UIProvider.java
+++ b/src/com/android/mail/providers/UIProvider.java
@@ -629,7 +629,7 @@ public class UIProvider {
* folders should be only those that the provider wants to have
* displayed.
*/
- public static final String RAW_FOLDERS = null;
+ public static final String RAW_FOLDERS = "rawFolders";
private ConversationColumns() {
}
}