diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2013-09-13 09:20:22 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2013-09-13 09:20:22 +0000 |
commit | 62b89d34b9fc84f7f9bc8c3f035356d30254b872 (patch) | |
tree | 420c32e81b6411d9728d5e5ff070697a2a0142d3 /libsylph | |
parent | 9b801d5b1903a5f7939bb9b0cb68d0058217f668 (diff) |
disabled MIME_DEBUG.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3282 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph')
-rw-r--r-- | libsylph/procmime.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libsylph/procmime.c b/libsylph/procmime.c index 9c5020a2..99b0a310 100644 --- a/libsylph/procmime.c +++ b/libsylph/procmime.c @@ -40,8 +40,8 @@ #include "utils.h" #include "prefs_common.h" -//#undef MIME_DEBUG -#define MIME_DEBUG +#undef MIME_DEBUG +/* #define MIME_DEBUG */ #ifdef MIME_DEBUG # define mime_debug_print debug_print #else |