diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-11-15 02:11:11 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-11-15 02:11:11 +0800 |
commit | d182d3473e17421d7eafb2b4817dace196cec757 (patch) | |
tree | 50190658a40cfdd7db3733cf91c390912274ff8e /camel/ChangeLog | |
parent | d9a3bd550f45df85d896a695596e57bb57b1177d (diff) | |
download | gsoc2013-evolution-d182d3473e17421d7eafb2b4817dace196cec757.tar gsoc2013-evolution-d182d3473e17421d7eafb2b4817dace196cec757.tar.gz gsoc2013-evolution-d182d3473e17421d7eafb2b4817dace196cec757.tar.bz2 gsoc2013-evolution-d182d3473e17421d7eafb2b4817dace196cec757.tar.lz gsoc2013-evolution-d182d3473e17421d7eafb2b4817dace196cec757.tar.xz gsoc2013-evolution-d182d3473e17421d7eafb2b4817dace196cec757.tar.zst gsoc2013-evolution-d182d3473e17421d7eafb2b4817dace196cec757.zip |
Handle "" as a request for a full dirscan as well (not just NULL). Makes
2003-11-14 Jeffrey Stedfast <fejj@ximian.com>
* providers/local/camel-mbox-store.c (get_folder_info): Handle ""
as a request for a full dirscan as well (not just NULL). Makes it
consistant with other stores.
(scan_dir): Set the fi->flags appropriately.
* providers/local/camel-mbox-folder.c
(camel_mbox_folder_get_full_path): Removed temporary hack.
svn path=/trunk/; revision=23356
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index c38ad2b927..beddc205cd 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,13 @@ +2003-11-14 Jeffrey Stedfast <fejj@ximian.com> + + * providers/local/camel-mbox-store.c (get_folder_info): Handle "" + as a request for a full dirscan as well (not just NULL). Makes it + consistant with other stores. + (scan_dir): Set the fi->flags appropriately. + + * providers/local/camel-mbox-folder.c + (camel_mbox_folder_get_full_path): Removed temporary hack. + 2003-11-14 Not Zed <NotZed@Ximian.com> * camel-mime-parser.c (SCAN_BUF): oops, put the mempool stuff |