mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
20 lines
1018 B
Plaintext
20 lines
1018 B
Plaintext
*** src/xresources.h.orig Wed Oct 25 10:40:00 1995
|
|
--- src/xresources.h Tue Dec 5 06:11:22 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 -t" },
|
|
/* 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 -t" },
|
|
/* Ignore this. Stealth feature. */
|
|
{ "mailFilterCommand", "MailFilterCommand", XtRString, sizeof (char *),
|
|
offset (mail_filter_command), XtRString, NULL },
|