1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4 
5 #ifndef nsMailDirectoryServiceDefs_h___
6 #define nsMailDirectoryServiceDefs_h___
7 
8 //=============================================================================
9 //
10 // Defines property names for directories available from the mail-specific
11 // nsMailDirProvider.
12 //
13 // System and XPCOM properties are defined in nsDirectoryServiceDefs.h.
14 // General application properties are defined in nsAppDirectoryServiceDefs.h.
15 //
16 //=============================================================================
17 
18 // ----------------------------------------------------------------------------
19 // Files and directories that exist on a per-profile basis.
20 // ----------------------------------------------------------------------------
21 
22 #define NS_APP_MAIL_50_DIR "MailD"
23 #define NS_APP_IMAP_MAIL_50_DIR "IMapMD"
24 #define NS_APP_NEWS_50_DIR "NewsD"
25 
26 #define NS_APP_MESSENGER_FOLDER_CACHE_50_FILE "MFCaF"
27 
28 #define ISP_DIRECTORY_LIST "ISPDL"
29 
30 #endif
31