summaryrefslogtreecommitdiff
path: root/indra/llinventory
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-06-09 13:03:41 -0700
committerMerov Linden <merov@lindenlab.com>2014-06-09 13:03:41 -0700
commit9e855b03b7f285794520eaf781b6a963b6cd51d9 (patch)
treea37b18153ed97ca6244d09a8f8115fef976a8d27 /indra/llinventory
parent61f3bf8a4799016f6a50007314816cddb1dff030 (diff)
parent086b2c0448584c3a3c5fc320f9f6ba20e613d974 (diff)
MAINT-4001 : Pull merge in viewer-tiger for quick release
Diffstat (limited to 'indra/llinventory')
-rwxr-xr-xindra/llinventory/llfoldertype.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llinventory/llfoldertype.cpp b/indra/llinventory/llfoldertype.cpp
index 8b568ea560..5f8aaae20b 100755
--- a/indra/llinventory/llfoldertype.cpp
+++ b/indra/llinventory/llfoldertype.cpp
@@ -92,7 +92,7 @@ LLFolderDictionary::LLFolderDictionary()
addEntry(LLFolderType::FT_MESH, new FolderEntry("mesh", TRUE));
- addEntry(LLFolderType::FT_INBOX, new FolderEntry("inbox", FALSE));
+ addEntry(LLFolderType::FT_INBOX, new FolderEntry("inbox", TRUE));
addEntry(LLFolderType::FT_OUTBOX, new FolderEntry("outbox", FALSE));
addEntry(LLFolderType::FT_BASIC_ROOT, new FolderEntry("basic_rt", TRUE));