2004-12-04 12:25:19 -05:00
|
|
|
$OpenBSD: patch-src_default_h,v 1.4 2004/12/04 17:25:19 sturm Exp $
|
|
|
|
--- src/default.h.orig Tue Nov 23 15:07:54 2004
|
|
|
|
+++ src/default.h Tue Nov 23 15:10:22 2004
|
|
|
|
@@ -131,8 +131,8 @@
|
|
|
|
#endif
|
2002-01-20 14:54:13 -05:00
|
|
|
|
2004-05-21 13:00:08 -04:00
|
|
|
XSV(const char *, mailBoxPath, 0)
|
|
|
|
-XSV(const char *, mailCommand, "xterm -name pine -title PINE -e pine")
|
|
|
|
-XSV(const char *, mailClassHint, "pine.XTerm")
|
|
|
|
+XSV(const char *, mailCommand, "xterm -name mail -title MAIL -e mail")
|
|
|
|
+XSV(const char *, mailClassHint, "mail.XTerm")
|
|
|
|
XSV(const char *, newMailCommand, 0)
|
|
|
|
XSV(const char *, lockCommand, "xlock")
|
|
|
|
XSV(const char *, clockCommand, "xclock -name icewm -title Clock")
|