aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-09-17 07:52:07 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-09-17 07:52:07 +0000
commitdb6cafdaf9a350bfda9435cfc035e00d1fd4401a (patch)
treec11643de85b0f15b355a6d794ccd7f7b3e2c2912 /ChangeLog
parent82849c6daf5e071c7511f8d8553bc42a099c70e5 (diff)
remote mailbox: implemented message display.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2032 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 64c9ed4b..6010f6d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-09-17
+ * libsylph/pop.c
+ src/rpop3.c: modified column width. Implemented message display.
+
+2008-09-17
+
* libsylph/pop.[ch]: made some functions non-static.
pop3_session_new(): set server, port, userid and password.
* src/inc.c: sync with the libsylph/pop.[ch] change.