mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
20 lines
1012 B
Plaintext
20 lines
1012 B
Plaintext
|
*** src/xresources.h.orig Mon Aug 7 19:37:50 1995
|
||
|
--- src/xresources.h Mon Aug 7 19:38:55 1995
|
||
|
***************
|
||
|
*** 95,101 ****
|
||
|
offset (confirm_exit), XtRString, "True" },
|
||
|
/* THIS USED TO BE mailCommand BUT IS NOW sendmailCommand. */
|
||
|
{ "sendmailCommand", "SendmailCommand", XtRString, sizeof (char *),
|
||
|
! offset (sendmail_command), XtRString, "/usr/lib/sendmail" },
|
||
|
/* 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 *),
|
||
|
! offset (sendmail_command), XtRString, "/usr/sbin/sendmail" },
|
||
|
/* Ignore this. Stealth feature. */
|
||
|
{ "mailFilterCommand", "MailFilterCommand", XtRString, sizeof (char *),
|
||
|
offset (mail_filter_command), XtRString, NULL },
|