* Bug: When a message is multipart, and the first part is flowed text,
commitea4d5cd8e41c3241d8bebe4f7bbb2b7603e05283
authorEduardo Chappa <chappa@washington.edu>
Sun, 16 Dec 2018 20:42:37 +0000 (16 13:42 -0700)
committerEduardo Chappa <chappa@washington.edu>
Sun, 16 Dec 2018 20:42:37 +0000 (16 13:42 -0700)
tree79b212bcf956fd6c54e1f4f0cbee9cdbe1d1d2f5
parentc7e14ba2c2ac2a858539dcb4f077d8fb03988c06
   * 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.
alpine/send.c
pith/pine.hlp
pith/send.c
pith/send.h