]> code.citadel.org Git - citadel.git/blobdiff - citadel/msgform.c
HUGE PATCH. This moves all of mime_parser.c and all
[citadel.git] / citadel / msgform.c
index 16df9aeb7fe4350b4df8fde986ff6c36747d5db3..c17a2577904aabcc255fb70648039d3b5225ba69 100644 (file)
@@ -31,7 +31,7 @@
 #endif
 
 #include <errno.h>
-
+#include <libcitadel.h>
 
 int qwk = 0;
 
@@ -91,7 +91,7 @@ TOP:  do {
                if (b == 'M') {
                        if (qwk == 0) {
                                printf("\n");
-                               if (strlen(subject) != 0)
+                               if (!IsEmptyStr(subject))
                                        printf("Subject: %s\n", subject);
                        }
                        if (aflag != 1)