openbsd-ports/x11/icewm/patches/patch-src_default_h
2006-11-04 17:59:19 +00:00

15 lines
774 B
Plaintext

$OpenBSD: patch-src_default_h,v 1.8 2006/11/04 17:59:19 fgsch Exp $
--- src/default.h.orig Sun Sep 10 17:12:11 2006
+++ src/default.h Tue Oct 24 12:36:48 2006
@@ -139,8 +139,8 @@ XSV(const char *, acpiIgnoreBatteries,
#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")