diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-03 09:21:38 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-03 09:21:38 +0800 |
commit | 847e5b6946c820d6091511721a09b52f1b9f97d1 (patch) | |
tree | 266aa626d6bce1fca036345dd7b25947265d403b | |
parent | 5158267d36179b60c8995a78ab05308e39abb52b (diff) | |
download | gsoc2013-evolution-847e5b6946c820d6091511721a09b52f1b9f97d1.tar gsoc2013-evolution-847e5b6946c820d6091511721a09b52f1b9f97d1.tar.gz gsoc2013-evolution-847e5b6946c820d6091511721a09b52f1b9f97d1.tar.bz2 gsoc2013-evolution-847e5b6946c820d6091511721a09b52f1b9f97d1.tar.lz gsoc2013-evolution-847e5b6946c820d6091511721a09b52f1b9f97d1.tar.xz gsoc2013-evolution-847e5b6946c820d6091511721a09b52f1b9f97d1.tar.zst gsoc2013-evolution-847e5b6946c820d6091511721a09b52f1b9f97d1.zip |
add this, which was missing from ChangeLog in the previous commit:
(append_message): emit "folder_changed" on a successful append.
svn path=/trunk/; revision=3865
-rw-r--r-- | camel/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 4123a4d397..bfb6a1dc04 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -11,6 +11,7 @@ * providers/mbox/camel-mbox-folder.c (mbox_sync): leftover fixes from the close->sync change: don't destroy the ibex, summary, and search when syncing. + (append_message): emit "folder_changed" on a successful append. 2000-07-02 Jeffrey Stedfast <fejj@helixcode.com> |