summaryrefslogtreecommitdiff
path: root/pop3d/retr.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 /pop3d/retr.c
parentf08e6e0842bae2dd575b085a8182cdd0f0d55cc5 (diff)
downloadmailutils-stream-cleanup.tar.gz
mailutils-stream-cleanup.tar.bz2
Rename XSCRIPT_ macros to MU_XSCRIPT.stream-cleanup
Diffstat (limited to 'pop3d/retr.c')
-rw-r--r--pop3d/retr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pop3d/retr.c b/pop3d/retr.c
index 103b5ef07..0ffcd249d 100644
--- a/pop3d/retr.c
+++ b/pop3d/retr.c
@@ -47,7 +47,7 @@ pop3d_retr (char *arg)
return ERR_UNKNOWN;
pop3d_outf ("+OK\n");
- xscript_level = set_xscript_level (XSCRIPT_PAYLOAD);
+ xscript_level = set_xscript_level (MU_XSCRIPT_PAYLOAD);
mu_stream_copy (iostream, stream, 0, NULL);
mu_stream_destroy (&stream);

Return to:

Send suggestions and report system problems to the System administrator.