summaryrefslogtreecommitdiff
path: root/mail/send.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/send.c')
-rw-r--r--mail/send.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/send.c b/mail/send.c
index ee74b6882..cbd65b54e 100644
--- a/mail/send.c
+++ b/mail/send.c
@@ -608,8 +608,7 @@ mail_send0 (compose_env_t * env, int save_to)
mu_debug_t debug = NULL;
mu_mailer_get_debug (mailer, &debug);
mu_debug_set_level (debug,
- MU_DEBUG_TRACE |
- MU_DEBUG_PROT);
+ MU_DEBUG_LEVEL_UPTO (MU_DEBUG_PROT));
}
status = mu_mailer_open (mailer, MU_STREAM_RDWR);
if (status == 0)

Return to:

Send suggestions and report system problems to the System administrator.