[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
- lynx-dev love, Arcadi Garcia, 1999/08/22
- lynx for Win3.1 (Was Re: lynx-dev love), Doug Kaufman, 1999/08/23
- lynx-dev lynx for Win32 (from Japan), Hiroyuki Senshu, 1999/08/23
- Message not available
- Re: lynx-dev lynx for Win32 (from Japan), Lloyd G. Rasmussen, 1999/08/24
- lynx-dev Re: lynx for Win32 (from Japan), Webmaster Jim, 1999/08/24
- Re: lynx-dev lynx for Win32 (from Japan), Doug Kaufman, 1999/08/24
- Re: lynx-dev lynx for Win32 (from Japan), Klaus Weide, 1999/08/24
- Re: lynx-dev lynx for Win32 (from Japan), Mike Castle, 1999/08/25