pazz / alot

Terminal-based Mail User Agent
GNU General Public License v3.0
697 stars 165 forks source link

Fix some issues regarding ANSI CSI handling #1611

Closed guludo closed 1 year ago

guludo commented 1 year ago

When replying to an email containing ANSI CSI escapes, those sequences are currently included in the reply's quoted message. This PR makes sure they are removed. While working on it, I realized some other issues in the generation of urwid attributes and added fixes for those as well.

guludo commented 1 year ago

Force-pushed to fix style.

guludo commented 1 year ago

Went through existing issues and realized that this fixes #1531.