summaryrefslogtreecommitdiff
path: root/libproto/pop/pop3_retr.c
diff options
context:
space:
mode:
Diffstat (limited to 'libproto/pop/pop3_retr.c')
-rw-r--r--libproto/pop/pop3_retr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libproto/pop/pop3_retr.c b/libproto/pop/pop3_retr.c
index 2189075e9..fc454da93 100644
--- a/libproto/pop/pop3_retr.c
+++ b/libproto/pop/pop3_retr.c
@@ -50,6 +50,8 @@ mu_pop3_retr (mu_pop3_t pop3, unsigned int msgno, mu_stream_t *pstream)
MU_POP3_CHECK_OK (pop3);
status = mu_pop3_stream_create (pop3, pstream);
MU_POP3_CHECK_ERROR (pop3, status);
+ if (mu_pop3_trace_mask (pop3, MU_POP3_TRACE_QRY, XSCRIPT_PAYLOAD))
+ _mu_pop3_xscript_level (pop3, XSCRIPT_PAYLOAD);
pop3->state = MU_POP3_RETR_RX;
case MU_POP3_RETR_RX:

Return to:

Send suggestions and report system problems to the System administrator.