View | Details | Raw Unified
Collapse All | Expand All

(-) ../nmh-1.1-RC1.orig/uip/inc.c (-2 / +7 lines)
 Lines 487-494    Link Here 
     * 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;
	}
	}
 Lines 497-502    Link Here 
	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
	 */
	 */