diff options
author | Not Zed <NotZed@Ximian.com> | 2004-04-02 17:53:29 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-04-02 17:53:29 +0800 |
commit | 392fb3dd96ebd60ead293101ef67449b5c8e2fc9 (patch) | |
tree | 77a3c9fe995e73ab20d292e671d46765ee3c5687 /camel/camel-exception.c | |
parent | f739cc56ee5d8cbf878ea2cd232b1d93ec9d2766 (diff) | |
download | gsoc2013-evolution-392fb3dd96ebd60ead293101ef67449b5c8e2fc9.tar.gz 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.c | 3 |
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 */ |