* use larger buffer for subject, as QP encoded subjects can get larger.
authorWilfried Göesgens <willi@citadel.org>
Sun, 16 Mar 2008 14:45:30 +0000 (14:45 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sun, 16 Mar 2008 14:45:30 +0000 (14:45 +0000)
webcit/messages.c

index 0cba298b0611b600934b7d2737a9e0367e73afe1..4a5bd704cc2d180a4dd07fea1ec0b952fcd18cba 100644 (file)
@@ -735,7 +735,7 @@ void read_message(long msgnum, int printable_view, char *section) {
        struct attach_link *attach_links = NULL;
        int num_attach_links = 0;
        char mime_submessages[256] = "";
-       char m_subject[256] = "";
+       char m_subject[1024] = "";
        char m_cc[1024] = "";
        char from[256] = "";
        char node[256] = "";