lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev lynx for Win32 (from Japan)


From: Klaus Weide
Subject: Re: lynx-dev lynx for Win32 (from Japan)
Date: Tue, 24 Aug 1999 06:22:29 -0500 (CDT)

On Mon, 23 Aug 1999, Hiroyuki Senshu wrote:

> Q1.
> As for not using sendmail.exe, why.
> 
> A1.
> 
> Because it isn't made, MIME treatment can't be virtually
> used with Japanese environment the "Mail header".
> 
> It can't be modified because a sauce code is non-opening
> to the public.
> These faults are not in Blat.

The source of sendmail is non-open??  How can this be?
Sendmail is a Free program.

>  
>      if ((cp = strchr(lynx_temp_space, '~'))) {

This probably should test for ~ as the first character, or
for "/~" (maybe "\~" for DOS/Windows) in addition.  Then the special
branch for Windows should not be needed.  (I assume it is just there
for mangled short filenames.  Those would not have '~' at the beginning
afaik.)

> +#ifdef WIN_EX        /* for Windows 2000 ... 1999/08/23 (Mon) 08:24:35 */
> +     if (access(lynx_temp_space, 0) != 0) {
> +         *(cp++) = '\0';
> +         StrAllocCopy(temp, lynx_temp_space);
> +         LYTrimPathSep(temp);
> +         StrAllocCat(temp, wwwName(Home_Dir()));
> +         StrAllocCat(temp, cp);
> +         StrAllocCopy(lynx_temp_space, temp);
> +         FREE(temp);
> +     }
> +#else


      Klaus


reply via email to

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