summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-07-19 22:52:45 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-07-19 22:52:45 +0000
commit84e1e4e665fa3f83f714ffe1ec0da64f99759d94 (patch)
tree9d3490fba3d0f3423848f9e3eb606a1eb02424e9
parent9b65ca00dfc771b68de0f5d50d5360150a3a1abe (diff)
Updated changelog and comments
git-svn-id: https://svn.roundcube.net/trunk@278 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/CHANGELOG4
-rw-r--r--roundcubemail/program/lib/imap.inc1
2 files changed, 4 insertions, 1 deletions
diff --git a/roundcubemail/CHANGELOG b/roundcubemail/CHANGELOG
index 5cb09012e..51f9b8efa 100644
--- a/roundcubemail/CHANGELOG
+++ b/roundcubemail/CHANGELOG
@@ -4,8 +4,10 @@ CHANGELOG RoundCube Webmail
2006/07/19 (thomasb)
----------
- Correct entity encoding of link urls (HTML validity)
-- Moved back button in compose step (Ticket #)
+- Improved usability in compose step (Ticket #1483807)
- Added absolute URLs to several buttons (for "open in new window")
+- Applied patch #1328032
+- Fixed Bug/Patch #1443200
2006/07/18 (thomasb)
diff --git a/roundcubemail/program/lib/imap.inc b/roundcubemail/program/lib/imap.inc
index 70abdc40e..5251f8414 100644
--- a/roundcubemail/program/lib/imap.inc
+++ b/roundcubemail/program/lib/imap.inc
@@ -44,6 +44,7 @@
- Added patch to iil_C_Sort() enabling UID SORT commands
- Added function iil_C_ID2UID()
- Casting date parts in iil_StrToTime() to avoid mktime() warnings
+ - Also acceppt LIST responses in iil_C_ListSubscribed()
- Removed some debuggers (echo ...)
********************************************************/