Added setup for character sets
This commit is contained in:
@@ -236,8 +236,7 @@ int CheckEchoGroup(char *Area, int SendUplink, faddr *f)
|
||||
msgs.NetReply = mgroup.NetReply;
|
||||
msgs.Active = TRUE;
|
||||
msgs.Quotes = mgroup.Quotes;
|
||||
msgs.Rfccode = 0; // CHRS_DEFAULT_RFC;
|
||||
msgs.Ftncode = 0; // CHRS_DEFAULT_FTN;
|
||||
msgs.Charset = mgroup.Charset;
|
||||
msgs.MaxArticles = CFG.maxarticles;
|
||||
tag = tl(tag);
|
||||
for (i = 0; i < strlen(tag); i++)
|
||||
|
@@ -673,8 +673,7 @@ int Areas(void)
|
||||
msgs.Type = ECHOMAIL;
|
||||
msgs.MsgKinds = PUBLIC;
|
||||
msgs.UsrDelete = TRUE;
|
||||
msgs.Rfccode = 0; // CHRS_DEFAULT_RFC;
|
||||
msgs.Ftncode = 0; // CHRS_DEFAULT_FTN;
|
||||
msgs.Charset = FTNC_NONE;
|
||||
msgs.MaxArticles = CFG.maxarticles;
|
||||
strcpy(msgs.Origin, CFG.origin);
|
||||
}
|
||||
|
Reference in New Issue
Block a user