Added domain login for pop3 mail

This commit is contained in:
Michiel Broek
2004-06-24 19:01:58 +00:00
parent 29c42d5173
commit 41b1428c5f
5 changed files with 143 additions and 127 deletions

View File

@@ -927,7 +927,7 @@ struct sysconfig {
unsigned xelite_mode : 1;
unsigned slow_util : 1; /* Run utils slowly */
unsigned exclude_sysop : 1; /* Exclude Sysop from lists */
unsigned xUseSysDomain : 1;
unsigned UsePopDomain : 1; /* Add domain pop3 login */
unsigned xChkMail : 1;
unsigned iConnectString : 1; /* Display Connect String */
unsigned iAskFileProtocols : 1; /* Ask user FileProtocols */