aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-02 07:41:37 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-02 07:41:37 +0000
commit037f225bd504396e5d326029248a2eab56dd5b8c (patch)
treee09ca15b25fc627df5b19e12a8f09607de222d87
parentdbb589f057f6500c6f21aa1591fd603870aabdf0 (diff)
moved recv.[ch] to libsylph.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@541 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.ja4
-rw-r--r--libsylph/Makefile.am1
-rw-r--r--libsylph/recv.c (renamed from src/recv.c)0
-rw-r--r--libsylph/recv.h (renamed from src/recv.h)0
-rw-r--r--po/POTFILES.in2
-rw-r--r--src/Makefile.am1
7 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 470a855e..3630202f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-09-02
+ * libsylph/recv.[ch]: moved to libsylph.
+
+2005-09-02
+
* libsylph/html.[ch]: moved to libsylph.
2005-09-01
diff --git a/ChangeLog.ja b/ChangeLog.ja
index 9ffd435e..d06f5d8a 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,5 +1,9 @@
2005-09-02
+ * libsylph/recv.[ch]: libsylph に移動。
+
+2005-09-02
+
* libsylph/html.[ch]: libsylph に移動。
2005-09-01
diff --git a/libsylph/Makefile.am b/libsylph/Makefile.am
index d8f19143..c0cfc8f8 100644
--- a/libsylph/Makefile.am
+++ b/libsylph/Makefile.am
@@ -13,6 +13,7 @@ libsylph_la_SOURCES = \
html.c html.h \
prefs.c prefs.h \
quoted-printable.c quoted-printable.h \
+ recv.c recv.h \
session.c session.h \
socket.c socket.h \
ssl.c ssl.h \
diff --git a/src/recv.c b/libsylph/recv.c
index 291845ff..291845ff 100644
--- a/src/recv.c
+++ b/libsylph/recv.c
diff --git a/src/recv.h b/libsylph/recv.h
index e73a78f2..e73a78f2 100644
--- a/src/recv.h
+++ b/libsylph/recv.h
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 2ef00fea..8405e875 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -2,6 +2,7 @@ libsylph/base64.c
libsylph/codeconv.c
libsylph/prefs.c
libsylph/quoted-printable.c
+libsylph/recv.c
libsylph/session.c
libsylph/socket.c
libsylph/ssl.c
@@ -74,7 +75,6 @@ src/procheader.c
src/procmime.c
src/procmsg.c
src/progressdialog.c
-src/recv.c
src/rfc2015.c
src/select-keys.c
src/send_message.c
diff --git a/src/Makefile.am b/src/Makefile.am
index f8dd75b2..c567b8b9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -86,7 +86,6 @@ sylpheed_SOURCES = \
mh.c mh.h \
mbox.c mbox.h \
send_message.c send_message.h \
- recv.c recv.h \
inc.c inc.h \
import.c import.h \
export.c export.h \