lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LYNX-DEV SYSTEM_MAIL vs. system_mail


From: Jim Spath (Webmaster Jim)
Subject: LYNX-DEV SYSTEM_MAIL vs. system_mail
Date: Fri, 31 Jan 1997 22:48:25 -0500 (EST)

In looking at how the MMDF macro is used, I found only 2 files that
need it.  One of the files is out of date, apparently, for how
SYSTEM_MAIL is transformed into system_mail on reading the config
file.

This switch could be combined if there were a global macro called
"system_mail_flags", set to be "-mlruxto" if MMDF is found, and
then to be "-t -oi" otherwise on UNIX.  I assume the slashes would
be required in LYPrint.c as well, and that the size of the command
won't overflow "cmd" or "buffer".

#ifdef MMDF
    sprintf(cmd, "%s -mlruxto,cc\\*",system_mail);
#else
    sprintf(cmd, "%s -t -oi", system_mail);
#endif /* MMDF */

LYMail.c:206:    sprintf(cmd, "%s -mlruxto,cc\\*",system_mail);
LYMail.c:352:    sprintf(cmd, "%s -mlruxto,cc\\*",system_mail);
LYMail.c:1091:    sprintf(cmd, "%s -mlruxto,cc\\*",system_mail);
LYPrint.c:492:          sprintf(buffer, "%s -mlruxto,cc*", SYSTEM_MAIL);

-----
X-Face: $[):DI3,{Z,[[9Gb^H.yPU[6-J}^Co2e-J!p*jQ>Q8++K~?Ejg~3#,vmYi;O8E55~r~#wa2
 
WdUS{+X2e6mt${6._[/<C5~mEVeY5J1,6>U%N~y"Br4L6Lm%S0XI8RRTs"'address@hidden@address@hidden'"
 cKd3Acq&}J;,FhT"6d1[H=*<;o2?Z_RK&He4+Td%v3:47/5;A>0mBqsG-KB8l:\43FGDe;U
I don't speak (or work) for the Baltimore County Public Library.
They keep telling me, "Shhhhh!"

;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]