summaryrefslogtreecommitdiff
path: root/imap4d/imap4d.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-09-07 22:54:40 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2010-09-07 22:54:40 +0300
commit420212a69bba00b4474b26d8da66ee338b8f771f (patch)
tree3684c8613b2f4fe8c33cb1f70df4e049d47d0ea2 /imap4d/imap4d.c
parentf08e6e0842bae2dd575b085a8182cdd0f0d55cc5 (diff)
downloadmailutils-stream-cleanup.tar.gz
mailutils-stream-cleanup.tar.bz2
Rename XSCRIPT_ macros to MU_XSCRIPT.stream-cleanup
Diffstat (limited to 'imap4d/imap4d.c')
-rw-r--r--imap4d/imap4d.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/imap4d/imap4d.c b/imap4d/imap4d.c
index 340c2bb15..a5b29e0ed 100644
--- a/imap4d/imap4d.c
+++ b/imap4d/imap4d.c
@@ -422,7 +422,8 @@ imap4d_mainloop (int fd, FILE *infile, FILE *outfile)
RESP_PREAUTH : RESP_OK, "%s", text);
io_flush ();
- set_xscript_level ((state == STATE_AUTH) ? XSCRIPT_NORMAL : XSCRIPT_SECURE);
+ set_xscript_level ((state == STATE_AUTH) ?
+ MU_XSCRIPT_NORMAL : MU_XSCRIPT_SECURE);
tokp = imap4d_tokbuf_init ();
while (1)

Return to:

Send suggestions and report system problems to the System administrator.