15 lines
786 B
Plaintext
15 lines
786 B
Plaintext
$OpenBSD: patch-src_default_h,v 1.12 2010/12/12 19:13:01 jasper Exp $
|
|
--- src/default.h.orig Sun Oct 31 15:09:36 2010
|
|
+++ src/default.h Thu Dec 9 16:07:57 2010
|
|
@@ -161,8 +161,8 @@ XSV(const char *, acpiIgnoreBatteries, 0)
|
|
#endif
|
|
|
|
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, 0)
|
|
XSV(const char *, clockCommand, "xclock -name icewm -title Clock")
|