]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
* lengthen the subject buffer so it can take utf8 glyphs
[citadel.git] / webcit / webcit.h
index 7dd9d277c3d0632e8cc84da84ffe304663f78f0e..ce0be5daab2a10a80aafe72937c98f4cda7020f8 100644 (file)
@@ -319,7 +319,7 @@ struct message_summary {
        long msgnum;            /**< the message number on the citadel server */
        char from[128];         /**< the author */
        char to[128];           /**< the recipient */
-       char subj[128];         /**< the title / subject */
+       char subj[256];         /**< the title / subject */
        int hasattachments;     /**< does it have atachments? */
        int is_new;         /**< is it yet read? */
 };