diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-11-12 01:47:44 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-11-12 01:47:44 +0800 |
commit | 38c307f2f8bafd0a17c68fcc83cacdcd82e7e9b0 (patch) | |
tree | 12250f8d3e1845cc5d93a2869723eb6ba83eb0d0 /camel | |
parent | 39a3ebfb1739f762dc8a907fe43fa11d06e7ed8f (diff) | |
download | gsoc2013-evolution-38c307f2f8bafd0a17c68fcc83cacdcd82e7e9b0.tar.gz gsoc2013-evolution-38c307f2f8bafd0a17c68fcc83cacdcd82e7e9b0.tar.zst gsoc2013-evolution-38c307f2f8bafd0a17c68fcc83cacdcd82e7e9b0.zip |
#define d()
svn path=/trunk/; revision=27892
Diffstat (limited to 'camel')
-rw-r--r-- | camel/providers/imap4/camel-imap4-summary.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/providers/imap4/camel-imap4-summary.c b/camel/providers/imap4/camel-imap4-summary.c index 4771fc63e7..ef3e7e3bbc 100644 --- a/camel/providers/imap4/camel-imap4-summary.c +++ b/camel/providers/imap4/camel-imap4-summary.c @@ -47,6 +47,8 @@ #include "camel-imap4-summary.h" +#define d(x) x + #define IMAP4_SUMMARY_VERSION 1 static void camel_imap4_summary_class_init (CamelIMAP4SummaryClass *klass); |