aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-06-28 14:59:38 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-06-28 14:59:38 +0800
commit218b162a5dd404672af53d0763def1b037b10535 (patch)
tree1f9a78a76fe6ef47cb3d5545029ae9e731e8c994 /camel/ChangeLog
parent90d63d2b2a612734925dd632ff3bea063d80827f (diff)
downloadgsoc2013-evolution-218b162a5dd404672af53d0763def1b037b10535.tar
gsoc2013-evolution-218b162a5dd404672af53d0763def1b037b10535.tar.gz
gsoc2013-evolution-218b162a5dd404672af53d0763def1b037b10535.tar.bz2
gsoc2013-evolution-218b162a5dd404672af53d0763def1b037b10535.tar.lz
gsoc2013-evolution-218b162a5dd404672af53d0763def1b037b10535.tar.xz
gsoc2013-evolution-218b162a5dd404672af53d0763def1b037b10535.tar.zst
gsoc2013-evolution-218b162a5dd404672af53d0763def1b037b10535.zip
take url argument directly, fixes a memleak. (camel_folder_info_new): make
2004-06-28 Not Zed <NotZed@Ximian.com> * providers/local/camel-maildir-store.c (camel_folder_info_new): take url argument directly, fixes a memleak. (camel_folder_info_new): make the toplevel "." into "Inbox" always. (maildir_rename_folder): dont let users rename inbox. svn path=/trunk/; revision=26537
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index ffa85aead9..9ea8900535 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,11 @@
+2004-06-28 Not Zed <NotZed@Ximian.com>
+
+ * providers/local/camel-maildir-store.c (camel_folder_info_new):
+ take url argument directly, fixes a memleak.
+ (camel_folder_info_new): make the toplevel "." into "Inbox"
+ always.
+ (maildir_rename_folder): dont let users rename inbox.
+
2004-06-27 Jeffrey Stedfast <fejj@novell.com>
* camel-url-scanner.c (camel_url_web_end): More fixes.