diff options
-rw-r--r-- | mail/mail-ops.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index aa574b53b4..34ec1c6493 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -37,6 +37,8 @@ #include "folder-browser.h" #include "e-util/e-html-utils.h" +#define d(x) x + /* temporary 'hack' */ int mail_operation_run(const mail_operation_spec *op, void *in, int free); |