summaryrefslogtreecommitdiff
path: root/pith/pine.hlp
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2013-09-05 00:53:23 -0600
committerEduardo Chappa <chappa@washington.edu>2013-09-05 00:53:23 -0600
commitf9461927f7d10d04b03301dee6fc53f7440b90cc (patch)
treecd0f1808ec9dd02354bb6b7e01cd9bc305f17f59 /pith/pine.hlp
parent740ed5e417a0c535a26a8b264733219de19e531b (diff)
downloadalpine-f9461927f7d10d04b03301dee6fc53f7440b90cc.tar.xz
* Experimental: Write the content-type of a message in lowercase, as some
non-compliant servers do not understand uppercase content-type, such as those of GMX.de. * Transformation of UTF-8 to MUTF7 was not being done when creating a folder in an IMAP server.
Diffstat (limited to 'pith/pine.hlp')
-rw-r--r--pith/pine.hlp10
1 files changed, 7 insertions, 3 deletions
diff --git a/pith/pine.hlp b/pith/pine.hlp
index ce7d04be..1a0d3bed 100644
--- a/pith/pine.hlp
+++ b/pith/pine.hlp
@@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any
reasonable place to be called from.
Dummy change to get revision in pine.hlp
============= h_revision =================
-Alpine Commit 27 2013-08-30 23:54:12
+Alpine Commit 29 2013-09-05 00:40:13
============= h_news =================
<HTML>
<HEAD>
@@ -179,6 +179,9 @@ Additions include:
<P>
<UL>
+ <LI> Experimental: Write the content-type of a message in lowercase, as some
+ non-compliant servers do not understand uppercase content-type, such as
+ those of GMX.de.
<LI> Opening a folder updates recent count in maildrops (this already works
for other types of folders)
<LI> Automatically redraw screen after opening an attachment instead of
@@ -191,9 +194,10 @@ Additions include:
<P>
Bugs that have been addressed include:
<UL>
+ <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
+ in an IMAP server.
<LI> DATE tokens were not internally transformed to UTF-8, which made their
- values appear garbled or incomplete in the screen. Reported by Werner
- Scheinast.
+ values not appear complete in the screen. Reported by Werner Scheinast.
<LI> Fixes to configure script so that it will not require PAM for every system.
<LI> Fix to configure script so that it will use CPPFLAGS instead of
CPPCFLAGS, and so the --with-ssl-include-dir option take effect