mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a971d2a794
Submitted by: lesnyj@informatik.tu-muenchen.de
20 lines
522 B
Plaintext
20 lines
522 B
Plaintext
*** pilot-mail.c.orig Sun Oct 10 23:57:07 1999
|
|
--- pilot-mail.c Sun Oct 10 23:57:34 1999
|
|
***************
|
|
*** 15,21 ****
|
|
#define POPUSER ""
|
|
#define POPPASS ""
|
|
#define PILOTFROM ""
|
|
! #define SENDMAIL "/usr/lib/sendmail -t -i"
|
|
#define POPKEEP "keep"
|
|
#define DISPOSE "keep"
|
|
#define TOPILOT_MHDIR ""
|
|
--- 15,21 ----
|
|
#define POPUSER ""
|
|
#define POPPASS ""
|
|
#define PILOTFROM ""
|
|
! #define SENDMAIL "/usr/sbin/sendmail -t -i"
|
|
#define POPKEEP "keep"
|
|
#define DISPOSE "keep"
|
|
#define TOPILOT_MHDIR ""
|