forked from Lainports/freebsd-ports
19 lines
522 B
Text
19 lines
522 B
Text
*** 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 ""
|