filebrowser/engine/FB.hrh
branchGCC_SURGE
changeset 37 c20154ccf3c0
parent 23 c9bf25a20c9f
child 48 da3ec8478e66
--- a/filebrowser/engine/FB.hrh	Fri Jun 11 16:29:34 2010 +0100
+++ b/filebrowser/engine/FB.hrh	Thu Jul 22 16:33:59 2010 +0100
@@ -274,4 +274,15 @@
     EFileChecksumsSHA1
     };
 
+enum TListingMode
+    {
+    ENormalEntries = 0,
+    ESearchResults,
+    EOpenFiles,
+    EMsgAttachmentsInbox,
+    EMsgAttachmentsDrafts,
+    EMsgAttachmentsSentItems,
+    EMsgAttachmentsOutbox
+    };
+
 #endif      // FILEBROWSER_HRH