summaryrefslogtreecommitdiff
path: root/devel/ddd/patches/patch-aa
blob: b13feb8fc4ecbb31f87cc54fdb58e48a169fa9ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- ddd/userinfo.C.orig	Tue Jan 20 20:58:24 1998
+++ ddd/userinfo.C	Sat Jun 20 01:17:54 1998
@@ -181,6 +181,7 @@
 
     // Try Netscape and Lynx preferences
 
+#if 0
     // Netscape 4.0
     if (!is_email(s))
 	s = email_from_preferences(pwd->pw_dir, ".netscape/preferences.js", 
@@ -195,6 +196,7 @@
     if (!is_email(s))
 	s = email_from_preferences(pwd->pw_dir, ".netscape-preferences", 
 				   "EMAIL_ADDRESS:");
+#endif
 
     // Lynx
     if (!is_email(s))