summaryrefslogtreecommitdiff
path: root/libproto/pop/pop3_top.c
diff options
context:
space:
mode:
Diffstat (limited to 'libproto/pop/pop3_top.c')
-rw-r--r--libproto/pop/pop3_top.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libproto/pop/pop3_top.c b/libproto/pop/pop3_top.c
index 93957e59a..ebea77fb4 100644
--- a/libproto/pop/pop3_top.c
+++ b/libproto/pop/pop3_top.c
@@ -50,6 +50,8 @@ mu_pop3_top (mu_pop3_t pop3, unsigned msgno, unsigned int lines,
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_TOP_RX;
case MU_POP3_TOP_RX:

Return to:

Send suggestions and report system problems to the System administrator.