diff options
author | Not Zed <NotZed@Ximian.com> | 2004-02-09 19:50:41 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-02-09 19:50:41 +0800 |
commit | 4287c8e129507c5b4120f0038f2f130130a81633 (patch) | |
tree | 2922ae122e73561bd7eddc45e6848d3c55ecf89c /camel/ChangeLog | |
parent | 6dd04ef03f9b900d8ee6e7d9e611fb368db6dd6e (diff) | |
download | gsoc2013-evolution-4287c8e129507c5b4120f0038f2f130130a81633.tar.gz gsoc2013-evolution-4287c8e129507c5b4120f0038f2f130130a81633.tar.zst gsoc2013-evolution-4287c8e129507c5b4120f0038f2f130130a81633.zip |
** See bug #53978.
2004-02-09 Not Zed <NotZed@Ximian.com>
** See bug #53978.
* providers/local/camel-mbox-store.c: added ".lock" to the list of
ignored extensions.
(ignore_file): ignore anything ending in ~ too.
svn path=/trunk/; revision=24678
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 8beb93b3eb..9812ba2404 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,11 @@ 2004-02-09 Not Zed <NotZed@Ximian.com> + ** See bug #53978. + + * providers/local/camel-mbox-store.c: added ".lock" to the list of + ignored extensions. + (ignore_file): ignore anything ending in ~ too. + ** See bug #51319. * providers/local/camel-local-folder.c |