diff options
author | Not Zed <NotZed@HelixCode.com> | 2000-05-30 08:50:23 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-05-30 08:50:23 +0800 |
commit | 0dae22ec2f2ee3fc63c08075cf220d461ce8b5a3 (patch) | |
tree | 61f38b532c11c6e7a8c470bbdb6bb9f60971ca13 /camel/providers/vee | |
parent | 7c4626c00f27146eef32f98a8880ff8fa70269b8 (diff) | |
download | gsoc2013-evolution-0dae22ec2f2ee3fc63c08075cf220d461ce8b5a3.tar.gz gsoc2013-evolution-0dae22ec2f2ee3fc63c08075cf220d461ce8b5a3.tar.zst gsoc2013-evolution-0dae22ec2f2ee3fc63c08075cf220d461ce8b5a3.zip |
Make sure we copy messages which are still intact to the new folder.
2000-05-29 Not Zed <NotZed@HelixCode.com>
* providers/mbox/camel-mbox-summary.c
(camel_mbox_summary_expunge): Make sure we copy messages which are
still intact to the new folder.
(camel_mbox_summary_expunge): Update the frompos as well when
moving the content.
svn path=/trunk/; revision=3272
Diffstat (limited to 'camel/providers/vee')
-rw-r--r-- | camel/providers/vee/camel-vee-folder.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/providers/vee/camel-vee-folder.c b/camel/providers/vee/camel-vee-folder.c index f2a28c7bb5..0d6abf17d2 100644 --- a/camel/providers/vee/camel-vee-folder.c +++ b/camel/providers/vee/camel-vee-folder.c @@ -173,6 +173,8 @@ folder_changed(CamelFolder *sub, int type, CamelVeeFolder *vf) { CamelException *ex; + printf("subfolder changed!!, re-searching\n"); + ex = camel_exception_new(); vee_folder_build_folder(vf, sub, ex); camel_exception_free(ex); |