Added max articles in structure

This commit is contained in:
Michiel Broek
2002-01-14 16:44:47 +00:00
parent f18670f3fe
commit ef2522796a
2 changed files with 4 additions and 0 deletions

View File

@@ -772,6 +772,7 @@ struct sysconfig {
char nntppass[16]; /* NNTP password */
long nntpdupes; /* NNTP dupes database size */
int newsfeed; /* Newsfeed mode */
int maxarticles; /* Default max articles */
};
@@ -891,6 +892,7 @@ struct msgareas {
char Moderator[65]; /* Moderator/Email-address */
int Rfccode; /* RFC characterset */
int Ftncode; /* FTN characterset */
int MaxArticles; /* Max. newsarticles to get */
};