lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev Forwarded: mailto:address@hidden


From: Bela Lubkin
Subject: Re: lynx-dev Forwarded: mailto:address@hidden
Date: Mon, 27 Jul 1998 17:01:24 -0700

Larry W. Virden wrote:

> Here is the type of email that lynx is generated with the latest version
> I have built.  Does anyone know if the bug with the X-URL not getting a \n
> at the end has been fixed yet?

Ooops, sorry, my bug.

> Content-Type: text/plain; charset=iso-8859-1
> Content-Transfer-Encoding: 8bit
> X-URL: mailto:address@hidden: text/plain; charset=iso-8859-1

To fix, apply this patch.

>Bela<

=============================================================================
*** LYMail.c.orig       Sat May 23 19:15:59 1998
--- LYMail.c    Mon Jul 27 16:59:00 1998
***************
*** 1252,1259 ****
          StrAllocCat(header, "mailto:";);
          StrAllocCat(header, address);
      }
!     StrAllocCat(header, buf);
!     sprintf(buf, "X-Mailer: Lynx, Version %s\n", LYNX_VERSION);
      StrAllocCat(header, buf);
  #endif /* VMS */
  
--- 1252,1258 ----
          StrAllocCat(header, "mailto:";);
          StrAllocCat(header, address);
      }
!     sprintf(buf, "\nX-Mailer: Lynx, Version %s\n", LYNX_VERSION);
      StrAllocCat(header, buf);
  #endif /* VMS */
  
=============================================================================

reply via email to

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