Please add $wrap variable

I'm filing it as "Issue", even if it's a wishlist. I suppose it should be relatively easy to implement.

https://bugs.debian.org/160678

It would be nice if mutt's internal pager didn't wrap the text if asked for by a variable. (The effect I'm talking about would be similar to the one caused by "-S" flag to "less").

Of course then it would be even nicer to have sideways scrolling of the message, but just disabling wrapping would be useful anyway.

Marcin

This would be a nice feature to have.

At the moment, to create the desired swapping between wrap and no wrap, in the pager, one must use two key bindings (rather, macros), rather than just one to "inv"ert the value, as in the following example workaround:

macro pager w "set wrap=0" macro pager W "set wrap=$my_wrap"

Regards,