aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-exception.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-04-02 17:53:29 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-04-02 17:53:29 +0800
commit392fb3dd96ebd60ead293101ef67449b5c8e2fc9 (patch)
tree77a3c9fe995e73ab20d292e671d46765ee3c5687 /camel/camel-exception.c
parentf739cc56ee5d8cbf878ea2cd232b1d93ec9d2766 (diff)
downloadgsoc2013-evolution-392fb3dd96ebd60ead293101ef67449b5c8e2fc9.tar
gsoc2013-evolution-392fb3dd96ebd60ead293101ef67449b5c8e2fc9.tar.gz
gsoc2013-evolution-392fb3dd96ebd60ead293101ef67449b5c8e2fc9.tar.bz2
gsoc2013-evolution-392fb3dd96ebd60ead293101ef67449b5c8e2fc9.tar.lz
gsoc2013-evolution-392fb3dd96ebd60ead293101ef67449b5c8e2fc9.tar.xz
gsoc2013-evolution-392fb3dd96ebd60ead293101ef67449b5c8e2fc9.tar.zst
gsoc2013-evolution-392fb3dd96ebd60ead293101ef67449b5c8e2fc9.zip
turn this on, this should always be on, it points to real bugs in the
2004-04-02 Not Zed <NotZed@Ximian.com> * camel-exception.c (w): turn this on, this should always be on, it points to real bugs in the code. * camel-folder-summary.c (summary_build_content_info): dont set attachments if its a signature block. (summary_build_content_info_message): same. svn path=/trunk/; revision=25298
Diffstat (limited to 'camel/camel-exception.c')
-rw-r--r--camel/camel-exception.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/camel/camel-exception.c b/camel/camel-exception.c
index f6576e2afc..f6e6acf78b 100644
--- a/camel/camel-exception.c
+++ b/camel/camel-exception.c
@@ -34,7 +34,8 @@
#include "camel-debug.h"
-#define w(x)
+/* dont turn this off */
+#define w(x) x
/* i dont know why gthread_mutex stuff even exists, this is easier */