|
Lines 487-494
Link Here
|
| 487 |
* a POP server? |
487 |
* a POP server? |
| 488 |
*/ |
488 |
*/ |
| 489 |
if (inc_type == INC_POP) { |
489 |
if (inc_type == INC_POP) { |
| 490 |
if (user == NULL) |
490 |
|
| 491 |
user = getusername (); |
|
|
| 492 |
if ( strcmp( POPSERVICE, "kpop" ) == 0 ) { |
491 |
if ( strcmp( POPSERVICE, "kpop" ) == 0 ) { |
| 493 |
kpop = 1; |
492 |
kpop = 1; |
| 494 |
} |
493 |
} |
|
Lines 497-502
Link Here
|
| 497 |
else |
496 |
else |
| 498 |
ruserpass (host, &user, &pass); |
497 |
ruserpass (host, &user, &pass); |
| 499 |
|
498 |
|
|
|
499 |
/* |
| 500 |
* Do this _after_ ruserpass, otherwise the login field will be unusable |
| 501 |
*/ |
| 502 |
if (user == NULL) |
| 503 |
user = getusername (); |
| 504 |
|
| 500 |
/* |
505 |
/* |
| 501 |
* initialize POP connection |
506 |
* initialize POP connection |
| 502 |
*/ |
507 |
*/ |