From 69d8a88987413f6eed782fb095633b68cf67bd49 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Mon, 21 Mar 2016 20:06:07 -0600 Subject: * Fix a bug that makes Alpine not wrap lines correctly in HTML messages when the position for wrapping is at a wide UTF-8 code point. --- pith/pine.hlp | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'pith/pine.hlp') diff --git a/pith/pine.hlp b/pith/pine.hlp index 6b3ec1ba..ce2beef1 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -187,6 +187,10 @@ Additions include:
  • Added support for RFC 2971 - IMAP ID extension. +
  • Add configuration + that allows users to ignore errors in the computation of the size + of a message from defective servers. +
  • Ignore message from smtp server after a successful authentication challenge. @@ -335,11 +339,15 @@ Bugs that have been addressed include: of the certificate to lowercase, which may make Alpine not be able to read such certificate. Reported by Dennis Davis. -
  • Bug: Crash when attempting to read a message after a bounce - command. In order to produce a crash one needed to use the ^T - subcommand and do a search in a LDAP directory. The crash is - produced by changes to the text in the title bar. Reported by - Heinrich Mislik in the Alpine-info list. +
  • Crash when attempting to read a message after a bounce command. + In order to produce a crash one needed to use the ^T subcommand and + do a search in a LDAP directory. The crash is produced by changes + to the text in the title bar. Reported by Heinrich Mislik in the + Alpine-info list. + +
  • HTML messages that contain UTF-8 may wrap at the wrong position, + making Alpine not display the correct character at the position + that wrapping is done.
  • Pico: Searching for a string that is too long causes Pico to crash in the next search. -- cgit v1.2.3-54-g00ecf