oops, I left a debug printf in there that I shouldn't have.
authorArt Cancro <ajc@citadel.org>
Fri, 6 Jan 2017 23:35:43 +0000 (18:35 -0500)
committerArt Cancro <ajc@citadel.org>
Fri, 6 Jan 2017 23:35:43 +0000 (18:35 -0500)
citadel/modules/ctdlproto/serv_messages.c

index 96e49b6534cf7e21636ac4cc52db8d4cef31fec2..0ef0b033fdf862cd569cbd1d0465eddcdf421376 100644 (file)
@@ -52,7 +52,6 @@ void headers_listing(long msgnum, void *userdata)
        if (!CM_IsEmpty(msg, eMsgSubject)) {
                char *p;
                for (p=msg->cm_fields[eMsgSubject]; *p; p++) {
-                       printf("%c\n", *p);
                        if (*p == '|') {
                                *p = '-';
                        }