blob: dbdce59d2c17d9fc467a9ac7192d236d9d5c1e8b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
*** configure.h.orig Sat Nov 18 17:06:08 1995
--- configure.h Sat Nov 18 17:08:26 1995
***************
*** 6,12 ****
* You'll probably want to leave this as sendmail, but make sure the path
* is right. If you don't have sendmail, use /bin/false :-).
*/
! #define MAIL_COMMAND "/usr/lib/sendmail -t"
/* This macro controls the generation of email addresses.
--- 6,12 ----
* You'll probably want to leave this as sendmail, but make sure the path
* is right. If you don't have sendmail, use /bin/false :-).
*/
! #define MAIL_COMMAND "/usr/sbin/sendmail -t"
/* This macro controls the generation of email addresses.
***************
*** 33,39 ****
* Both %s and %i are optional, although the editor will not be much use
* if you don't specify %s...
*/
! #define DEFAULT_EDIT_COMMAND "xterm -e vi +%i %s"
/* The default NNTPSERVER. Basically: don't set this, use $NNTPSERVER
--- 33,39 ----
* Both %s and %i are optional, although the editor will not be much use
* if you don't specify %s...
*/
! #define DEFAULT_EDIT_COMMAND "xterm -cr red -fn 10x20 -bg lightsteelblue -e vi +%i %s"
/* The default NNTPSERVER. Basically: don't set this, use $NNTPSERVER
|