* rework imap tokenizer, we no longer copy the stuff around, we keep a reference...
[citadel.git] / citadel / modules / pop3 / serv_pop3.c
index 612b1db98c369e67a6ed854e31e23cf6ad0b6060..258193ab5475550632694cdc29dfae0ebde2db2a 100644 (file)
@@ -403,7 +403,7 @@ void pop3_top(char *argbuf) {
        int lines_dumped = 0;
        char buf[1024];
        char *msgtext;
-       char *ptr;
+       const char *ptr;
        int in_body = 0;
        int done = 0;