ad6d3d0fe3
reminded (several times) by Federico Schwindt <fgsch at lodoss dot net>, thanks!
15 lines
789 B
Plaintext
15 lines
789 B
Plaintext
$OpenBSD: patch-src_default_h,v 1.10 2007/10/05 14:15:13 ajacoutot Exp $
|
|
--- src/default.h.orig Tue Aug 7 07:12:03 2007
|
|
+++ src/default.h Fri Oct 5 16:05:38 2007
|
|
@@ -145,8 +145,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")
|