diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-01-10 05:50:59 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-01-10 05:50:59 +0800 |
commit | 9603762038cd054c1195e9a7d3939dce412a4f41 (patch) | |
tree | 3ae374f09e3804fc22c1741f517a61be74cb3b1d | |
parent | 623a8d83ce693c5250d85e81c674f899234ce70d (diff) | |
download | gsoc2013-evolution-9603762038cd054c1195e9a7d3939dce412a4f41.tar.gz gsoc2013-evolution-9603762038cd054c1195e9a7d3939dce412a4f41.tar.zst gsoc2013-evolution-9603762038cd054c1195e9a7d3939dce412a4f41.zip |
fixed changelog
svn path=/trunk/; revision=15277
-rw-r--r-- | camel/ChangeLog | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index c4c35dbc78..6894696333 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,9 +1,10 @@ 2002-01-09 Jeffrey Stedfast <fejj@ximian.com> - * providers/local/camel-mbox-folder.c (camel_mbox_folder_new): If - the mbox file is a symlink, follow the symlink and get the One - True Path so that we can rewrite the mbox later without worrying - about clobbering the symlink. + * providers/local/camel-local-folder.c + (camel_local_folder_construct): If the mbox file is a symlink, + follow the symlink and get the One True Path so that we can + rewrite the mbox later without worrying about clobbering the + symlink. 2002-01-08 Jeffrey Stedfast <fejj@ximian.com> |