]> code.citadel.org Git - citadel.git/commitdiff
* fix the ma_info struct
authorArt Cancro <ajc@citadel.org>
Wed, 10 Oct 2001 17:14:26 +0000 (17:14 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 10 Oct 2001 17:14:26 +0000 (17:14 +0000)
citadel/msgbase.h

index 26201d17ecc994b2ecdb4e7049875d284b4a7b6b..34259f1cb04f7a637b4dfe134cba208971872519 100644 (file)
@@ -32,7 +32,6 @@ enum {
 
 
 struct ma_info {
-       char prefix[SIZ];       /* Prefix for a multipart/alternative */
        int is_ma;              /* Set to 1 if we are using this stuff */
        int did_print;          /* One alternative has been displayed */
 };