diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-01-31 06:47:43 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-01-31 06:47:43 +0000 |
commit | 0d32f61ae924df5815b40c175c535059991a1834 (patch) | |
tree | e486db5911c24bf50ff09a865d7c5ffbb34022ab /src | |
parent | 7bc271aed38e8f5d5ca4b2e40eaf2bf545e7a719 (diff) |
defs.h: modified cache filename and version.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@57 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r-- | src/defs.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -61,9 +61,9 @@ #define FAQ_HTML_INDEX "sylpheed-faq.html" #define HOMEPAGE_URI "http://sylpheed.good-day.net/" #define FOLDER_LIST "folderlist.xml" -#define CACHE_FILE ".sylpheed2_cache" +#define CACHE_FILE ".sylpheed_cache" #define MARK_FILE ".sylpheed_mark" -#define CACHE_VERSION 19 +#define CACHE_VERSION 0x20 #define MARK_VERSION 2 #define DEFAULT_SIGNATURE ".signature" |