diff options
author | Eduardo Chappa <chappa@washington.edu> | 2018-12-16 13:42:37 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2018-12-16 13:42:37 -0700 |
commit | ea4d5cd8e41c3241d8bebe4f7bbb2b7603e05283 (patch) | |
tree | 79b212bcf956fd6c54e1f4f0cbee9cdbe1d1d2f5 /pith/pine.hlp | |
parent | c7e14ba2c2ac2a858539dcb4f077d8fb03988c06 (diff) | |
download | alpine-ea4d5cd8e41c3241d8bebe4f7bbb2b7603e05283.tar.xz |
* Bug: When a message is multipart, and the first part is flowed text,
then forwarding the message will set the first part to be flowed, and
sent that way even when the option Do Not Send Flowed Text is
enabled.
To avoid this issue, we remove any flowed text parameters from the
body of the message, so we create a "remove_parameter" function, and
then we set the flowed parameter only when the user requested.
Reported by Holger Trapp.
Diffstat (limited to 'pith/pine.hlp')
-rw-r--r-- | pith/pine.hlp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pith/pine.hlp b/pith/pine.hlp index 63bc8d30..1b6afe20 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 312 2018-12-08 18:58:41 +Alpine Commit 315 2018-12-16 13:42:34 ============= h_news ================= <HTML> <HEAD> @@ -248,6 +248,11 @@ Bugs that have been addressed include: not exist is the more complex code that Unix-Pico has with color codes for specific colors.) + <LI> When a message is multipart, and the first part is flowed text, + then forwarding the message will set the first part to be flowed, + and sent that way even when the option Do Not Send Flowed Text is + enabled. Reported by Holger Trapp. + <LI> Update build.bat file to add /DWINVER=0x0501 so that Alpine can build when using Visual Studio 2017. Fix contributed by Ulf-Dietrich Braunmann. |