diff options
author | Dan Winship <danw@src.gnome.org> | 2000-06-10 09:16:26 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-06-10 09:16:26 +0800 |
commit | 66cfad20330cf8a2b5f56b5637064b481b3ac233 (patch) | |
tree | b32c631b85568d8354f9d37a1a46e2bd3a957890 /mail/mail-ops.c | |
parent | 033939c7232dbaf215c5ee09a8c5778303d112a8 (diff) | |
download | gsoc2013-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/mail-ops.c')
-rw-r--r-- | mail/mail-ops.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 5f215c90d5..3ad9a4fe57 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -483,12 +483,9 @@ expunge_folder (BonoboUIHandler *uih, void *user_data, const char *path) /* FIXME: Folder should raise a signal to say its contents has changed ... */ e_table_model_changed (fb->message_list->table_model); -/* this always throws an error, when it shouldn't? */ -#if 0 if (camel_exception_get_id (&ex) != CAMEL_EXCEPTION_NONE) { mail_exception_dialog ("Unable to expunge deleted messages", &ex, fb); } -#endif } } |