aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.ja4
-rw-r--r--libsylph/Makefile.am1
-rw-r--r--libsylph/mbox.c (renamed from src/mbox.c)0
-rw-r--r--libsylph/mbox.h (renamed from src/mbox.h)0
-rw-r--r--src/Makefile.am1
6 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index aae2b533..b1a1e870 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-09-08
+
+ * libsylph/mbox.[ch]: moved into libsylph.
+
2005-09-07
* libsylph/imap.c: limit number of messages to be copied at a time
diff --git a/ChangeLog.ja b/ChangeLog.ja
index ea12f24e..930b8926 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,3 +1,7 @@
+2005-09-08
+
+ * libsylph/mbox.[ch]: libsylph に移動。
+
2005-09-07
* libsylph/imap.c: ネットワークのタイムアウトを避けるため、
diff --git a/libsylph/Makefile.am b/libsylph/Makefile.am
index 31771946..0fb8dbdd 100644
--- a/libsylph/Makefile.am
+++ b/libsylph/Makefile.am
@@ -19,6 +19,7 @@ libsylph_la_SOURCES = \
folder.c folder.h \
html.c html.h \
imap.c imap.h \
+ mbox.c mbox.h \
md5.c md5.h \
mh.c mh.h \
news.c news.h \
diff --git a/src/mbox.c b/libsylph/mbox.c
index 7c98996e..7c98996e 100644
--- a/src/mbox.c
+++ b/libsylph/mbox.c
diff --git a/src/mbox.h b/libsylph/mbox.h
index 3b210f0a..3b210f0a 100644
--- a/src/mbox.h
+++ b/libsylph/mbox.h
diff --git a/src/Makefile.am b/src/Makefile.am
index ae8991a2..57966f3e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -70,7 +70,6 @@ sylpheed_SOURCES = \
about.c about.h \
setup.c setup.h \
gtkutils.c gtkutils.h \
- mbox.c mbox.h \
send_message.c send_message.h \
inc.c inc.h \
import.c import.h \