On Mon, Aug 29, 2022 at 03:43:37PM +0200, Angel M Alganza wrote:
Perhaps if there was a way to configure Mutt to wrap long lines while
reading mail with them and Vim to do the same (visually but not actually
including the new lines) while editing they would be bearable for us who
preffer wrapped mail?

You can do that. For mutt:

unset markers
set wrap = 78

That'll wrap long lines at 78 characters and won't use markers to show where a line was wrapped (I found that quite distracting.)

For vim, you can enable soft line wrapping. For example: https://vim.works/2019/03/16/wrapping-text-in-vim/

I think this is what you mean in your message, at least. This won't wrap any text lines and will leave the client to deal with it as it sees fit. On mutt's side, it'll wrap long lines at the 78 char mark.

Cheers,

--
José María (Chema) Mateos || https://rinzewind.org

Reply via email to