|
|
* a POP server? | * a POP server? |
*/ | */ |
if (inc_type == INC_POP) { | if (inc_type == INC_POP) { |
if (user == NULL) |
|
user = getusername (); |
|
if ( strcmp( POPSERVICE, "kpop" ) == 0 ) { | if ( strcmp( POPSERVICE, "kpop" ) == 0 ) { |
kpop = 1; | kpop = 1; |
} | } |
|
|
else | else |
ruserpass (host, &user, &pass); | ruserpass (host, &user, &pass); |
| |
|
/* |
|
* Do this _after_ ruserpass, otherwise the login field will be unusable |
|
*/ |
|
if (user == NULL) |
|
user = getusername (); |
|
|
/* | /* |
* initialize POP connection | * initialize POP connection |
*/ | */ |