Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 224807 | Differences between
and this patch

Collapse All | Expand All

(-)nmh-1.3/uip/inc.c.~1~ (-2 / +7 lines)
Lines 496-503 main (int argc, char **argv) Link Here
496
     * a POP server?
496
     * a POP server?
497
     */
497
     */
498
    if (inc_type == INC_POP) {
498
    if (inc_type == INC_POP) {
499
	if (user == NULL)
499
500
	    user = getusername ();
501
	if ( strcmp( POPSERVICE, "kpop" ) == 0 ) {
500
	if ( strcmp( POPSERVICE, "kpop" ) == 0 ) {
502
	    kpop = 1;
501
	    kpop = 1;
503
	}
502
	}
Lines 506-511 main (int argc, char **argv) Link Here
506
	else
505
	else
507
	    ruserpass (host, &user, &pass);
506
	    ruserpass (host, &user, &pass);
508
507
508
	/* 
509
	 * Do this _after_ ruserpass, otherwise the login field will be unusable
510
	 */
511
	if (user == NULL)
512
	    user = getusername ();
513
509
	/*
514
	/*
510
	 * initialize POP connection
515
	 * initialize POP connection
511
	 */
516
	 */

Return to bug 224807