X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=mutt.h;h=545247268f51e2aef16bde402e68c56ae26189ed;hb=9f2abc10bfcd2cbefd7dd040b7509b2942a7c425;hp=7e8e4956e691b235686fe591f96d9353b2669406;hpb=355d6c883e8aafb8f424c22aa576cf8262ed9e58;p=apps%2Fmadmutt.git diff --git a/mutt.h b/mutt.h index 7e8e495..5452472 100644 --- a/mutt.h +++ b/mutt.h @@ -609,7 +609,7 @@ typedef struct body { * attachment */ long offset; /* offset where the actual data begins */ - long length; /* length (in bytes) of attachment */ + LOFF_T length; /* length (in bytes) of attachment */ char *filename; /* when sending a message, this is the file * to which this structure refers */ @@ -674,7 +674,7 @@ typedef struct header { unsigned int security:11; /* bit 0-6: flags, bit 7,8: application. see: crypt.h pgplib.h, smime.h */ - unsigned int mime:1; /* has a Mime-Version header? */ + unsigned int mime:1; /* has a MIME-Version header? */ unsigned int flagged:1; /* marked important? */ unsigned int tagged:1; unsigned int appended:1; /* has been saved */