1995-12-05 05:13:13 +00:00
|
|
|
*** src/xresources.h.orig Wed Oct 25 10:40:00 1995
|
|
|
|
--- src/xresources.h Tue Dec 5 06:11:22 1995
|
1995-08-23 13:38:36 +00:00
|
|
|
***************
|
|
|
|
*** 95,101 ****
|
|
|
|
offset (confirm_exit), XtRString, "True" },
|
|
|
|
/* THIS USED TO BE mailCommand BUT IS NOW sendmailCommand. */
|
|
|
|
{ "sendmailCommand", "SendmailCommand", XtRString, sizeof (char *),
|
1995-12-05 05:13:13 +00:00
|
|
|
! offset (sendmail_command), XtRString, "/usr/lib/sendmail -t" },
|
1995-08-23 13:38:36 +00:00
|
|
|
/* Ignore this. Stealth feature. */
|
|
|
|
{ "mailFilterCommand", "MailFilterCommand", XtRString, sizeof (char *),
|
|
|
|
offset (mail_filter_command), XtRString, NULL },
|
|
|
|
--- 95,101 ----
|
|
|
|
offset (confirm_exit), XtRString, "True" },
|
|
|
|
/* THIS USED TO BE mailCommand BUT IS NOW sendmailCommand. */
|
|
|
|
{ "sendmailCommand", "SendmailCommand", XtRString, sizeof (char *),
|
1995-12-05 05:13:13 +00:00
|
|
|
! offset (sendmail_command), XtRString, "/usr/sbin/sendmail -t" },
|
1995-08-23 13:38:36 +00:00
|
|
|
/* Ignore this. Stealth feature. */
|
|
|
|
{ "mailFilterCommand", "MailFilterCommand", XtRString, sizeof (char *),
|
|
|
|
offset (mail_filter_command), XtRString, NULL },
|