summaryrefslogtreecommitdiff
path: root/imap4d/fetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'imap4d/fetch.c')
-rw-r--r--imap4d/fetch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/imap4d/fetch.c b/imap4d/fetch.c
index 618409b62..8f9339d51 100644
--- a/imap4d/fetch.c
+++ b/imap4d/fetch.c
@@ -1688,7 +1688,8 @@ imap4d_fetch (struct imap4d_command *command, imap4d_tokbuf_t tok)
{
int rc;
char *err_text = "Completed";
-
+ int xlev = set_xscript_level (XSCRIPT_PAYLOAD);
rc = imap4d_fetch0 (tok, 0, &err_text);
+ set_xscript_level (xlev);
return io_completion_response (command, rc, "%s", err_text);
}

Return to:

Send suggestions and report system problems to the System administrator.