aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-06-10 09:16:26 +0800
committerDan Winship <danw@src.gnome.org>2000-06-10 09:16:26 +0800
commit66cfad20330cf8a2b5f56b5637064b481b3ac233 (patch)
treeb32c631b85568d8354f9d37a1a46e2bd3a957890 /mail/ChangeLog
parent033939c7232dbaf215c5ee09a8c5778303d112a8 (diff)
downloadgsoc2013-evolution-66cfad20330cf8a2b5f56b5637064b481b3ac233.tar
gsoc2013-evolution-66cfad20330cf8a2b5f56b5637064b481b3ac233.tar.gz
gsoc2013-evolution-66cfad20330cf8a2b5f56b5637064b481b3ac233.tar.bz2
gsoc2013-evolution-66cfad20330cf8a2b5f56b5637064b481b3ac233.tar.lz
gsoc2013-evolution-66cfad20330cf8a2b5f56b5637064b481b3ac233.tar.xz
gsoc2013-evolution-66cfad20330cf8a2b5f56b5637064b481b3ac233.tar.zst
gsoc2013-evolution-66cfad20330cf8a2b5f56b5637064b481b3ac233.zip
display error from camel_folder_expunge if there is one.
* mail-ops.c (expunge_folder): display error from camel_folder_expunge if there is one. svn path=/trunk/; revision=3500
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 1759861c49..de54836c95 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,8 @@
2000-06-09 Dan Winship <danw@helixcode.com>
+ * mail-ops.c (expunge_folder): display error from
+ camel_folder_expunge if there is one.
+
* message-list.c (select_row): install an idle function to
select the row rather than doing it directly. Ugh. What a
kludge, but at least it works now.