Added charset

This commit is contained in:
Michiel Broek 2007-03-05 11:52:14 +00:00
parent edbc0d2a19
commit 57f5762412

View File

@ -1990,8 +1990,9 @@ struct _scanmgr {
unsigned Active : 1; /* Record active */ unsigned Active : 1; /* Record active */
unsigned NetReply : 1; /* Netmail reply */ unsigned NetReply : 1; /* Netmail reply */
unsigned Deleted : 1; /* Area is deleted */ unsigned Deleted : 1; /* Area is deleted */
unsigned HiAscii : 1; /* High Ascii allowed */ unsigned xHiAscii : 1;
int keywordlen; /* Minimum keyword length */ int keywordlen; /* Minimum keyword length */
int charset; /* Characterset to use */
}; };