mutt stable branch with some hacks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

text/enriched: flush FILE buffer, too when flushing enriched text

+2 -1
+2 -1
handler.c
··· 597 597 stte->word_len = 0; 598 598 stte->buff_used = 0; 599 599 } 600 - if (wrap) 600 + if (wrap) 601 601 enriched_wrap(stte); 602 + fflush (stte->s->fpout); 602 603 } 603 604 604 605