Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 173684 Details for
Bug 224807
mail-client/nmh 1.3 is out. Bump?
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
inc-login ebuild patch updated
nmh-1.3-inc-login.patch (text/plain), 625 bytes, created by
Brad Allen
on 2008-11-28 18:54:12 UTC
(
hide
)
Description:
inc-login ebuild patch updated
Filename:
MIME Type:
Creator:
Brad Allen
Created:
2008-11-28 18:54:12 UTC
Size:
625 bytes
patch
obsolete
>--- nmh-1.3/uip/inc.c.~1~ 2007-11-04 03:54:34.000000000 -0800 >+++ nmh-1.3/uip/inc.c 2008-11-28 10:24:03.044265843 -0800 >@@ -496,8 +496,7 @@ main (int argc, char **argv) > * a POP server? > */ > if (inc_type == INC_POP) { >- if (user == NULL) >- user = getusername (); >+ > if ( strcmp( POPSERVICE, "kpop" ) == 0 ) { > kpop = 1; > } >@@ -506,6 +505,12 @@ main (int argc, char **argv) > else > ruserpass (host, &user, &pass); > >+ /* >+ * Do this _after_ ruserpass, otherwise the login field will be unusable >+ */ >+ if (user == NULL) >+ user = getusername (); >+ > /* > * initialize POP connection > */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 224807
:
173682
| 173684 |
173685
|
173686
|
173688
|
173689
|
173691