diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2004-02-04 18:15:45 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-02-04 18:15:45 +0800 |
commit | 0650e002ea411371bef49056da8f1dfd3fca00f0 (patch) | |
tree | a3a484d2195410abb10cd0254852c72ca5f37225 /camel/ChangeLog | |
parent | 8a1e5f2367b7df07a7d53d57e3f94e826c7b9dea (diff) | |
download | gsoc2013-evolution-0650e002ea411371bef49056da8f1dfd3fca00f0.tar.gz gsoc2013-evolution-0650e002ea411371bef49056da8f1dfd3fca00f0.tar.zst gsoc2013-evolution-0650e002ea411371bef49056da8f1dfd3fca00f0.zip |
(store_sync): duh, actually pass expunge to folder_sync.
svn path=/trunk/; revision=24607
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index dbe8c038a9..a1e214ab4d 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -2,6 +2,7 @@ * camel-store.c (camel_store_sync): added 'expunge' parameter, easier 'empty trash on exit' call. + (store_sync): duh, actually pass expunge to folder_sync. 2004-02-04 Not Zed <NotZed@Ximian.com> |