diff -u8r content_/moz2ch/kakiko.xul content/moz2ch/kakiko.xul
--- content_/moz2ch/kakiko.xul 2007-11-25 01:44:56.000000000 +0900
+++ content/moz2ch/kakiko.xul 2007-12-05 22:39:10.165750000 +0900
@@ -55,17 +55,16 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
width="560" height="420"
persist="screenX screenY width height sizemode"
onload="moz2chKakikoView.onLoad()"
onunload="moz2chKakikoView.onUnload();"
debug="false">
-
@@ -103,31 +102,37 @@
+ datasources="" ref="?" querytype="storage" sort="?addtime" sortDirection="descending">
-
-
-
+ SELECT name, addtime FROM name
+
+
+
+
+
+ datasources="" ref="?" querytype="storage" sort="?addtime" sortDirection="descending">
-
-
-
-
+ SELECT mail, addtime FROM mail
+
+
+
+
+
+
@@ -161,31 +166,25 @@