GNOME Bugzilla – Bug 781116
Wrap Lines in citation breaks citation
Last modified: 2017-04-28 11:14:35 UTC
When replying to a Plain Text mail in Plain Text mode with citation which has too long lines (Wrap quoted text in replies is turned off), then issuing Wrap Lines (Ctrl+K) in the quotation breaks the quotation itself, and the quotation marks. An example of such breakage can be seen here, the first two lines below the sender's credits at the top of the message: https://mail.gnome.org/archives/evolution-list/2017-April/msg00036.html Note of doubled marks at the beginning of the first line and the '>' at the end of the first line. This is git master at commit 02b7da7.
Fixed with the following commits: Bug 781116 - Wrap Lines in citation breaks citation The content is already wrapped, so we should use the function that is quoting the content after wrapping as it is faster and more reliable. commit a00c9e9577 in the master branch for Evolution 3.25.2+ commit b12cc1f735 in the gnome-3-24 for Evolution 3.24.2+