aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-31 06:47:43 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-31 06:47:43 +0000
commit0d32f61ae924df5815b40c175c535059991a1834 (patch)
treee486db5911c24bf50ff09a865d7c5ffbb34022ab
parent7bc271aed38e8f5d5ca4b2e40eaf2bf545e7a719 (diff)
defs.h: modified cache filename and version.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@57 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.ja5
-rw-r--r--src/defs.h4
3 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index efaaa0f3..1c430516 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-01-31
+ * src/defs.h: use original ".sylpheed_cache" for CACHE_FILE.
+ changed CACHE_VERSION to 0x20.
+
+2005-01-31
+
* src/rfc2015.c: sig_status_full(): strftime() が返す文字列(locale
エンコーディング)を UTF-8 に変換。
diff --git a/ChangeLog.ja b/ChangeLog.ja
index fac68292..18c265e9 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,5 +1,10 @@
2005-01-31
+ * src/defs.h: CACHE_FILE に元の ".sylpheed_cache" を使用。
+ CACHE_VERSION を 0x20 に変更。
+
+2005-01-31
+
* src/rfc2015.c: sig_status_full(): convert string returned by
strftime() (which is locale encoding) to UTF-8.
diff --git a/src/defs.h b/src/defs.h
index 82a1f85a..7ad89e37 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -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"