After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 61579 - [PATCH] Improve display of quoted flowed text
[PATCH] Improve display of quoted flowed text
Status: VERIFIED FIXED
Product: balsa
Classification: Other
Component: general
1.2.x
Other Linux
: Normal enhancement
: ---
Assigned To: Balsa Maintainers
Balsa Maintainers
Depends on:
Blocks:
 
 
Reported: 2001-10-02 14:10 UTC by PeterBloomfield
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
the patch (3.02 KB, patch)
2001-10-02 14:11 UTC, PeterBloomfield
none Details | Review

Description PeterBloomfield 2001-10-02 14:10:31 UTC
In the current version, quoted text in a `format=flowed' message is shown
with the text immediately following a string of `>'s, as in:
>>>this is ugly!
It looks better with a single space separating them, as in 
>>> this looks better--at least a little better!
The space character can be inserted without becoming a part of the content,
thanks to the magic of `space-stuffing'. Patch to be attached.
Comment 1 PeterBloomfield 2001-10-02 14:11:07 UTC
Created attachment 5747 [details] [review]
the patch
Comment 2 PeterBloomfield 2001-10-02 14:16:38 UTC
I forgot to specify: the patch is against current cvs.