summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-client/nmh/files/nmh-1.3-inc-login.patch')
-rw-r--r--mail-client/nmh/files/nmh-1.3-inc-login.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/mail-client/nmh/files/nmh-1.3-inc-login.patch b/mail-client/nmh/files/nmh-1.3-inc-login.patch
deleted file mode 100644
index 631a03f3e..000000000
--- a/mail-client/nmh/files/nmh-1.3-inc-login.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff --git a/uip/inc.c b/uip/inc.c
-index cf12ab8..b8384cd 100644
---- a/uip/inc.c
-+++ b/uip/inc.c
-@@ -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
- */