Discussion:
[sup] Line wrapping and readability on mobile screens
Dave Unger
2015-07-18 22:07:37 UTC
Permalink
I've noticed that the line breaks in emails that I send from Sup look bad
on mobile devices (or at least they look terrible on the gmail android
app). The problem seems to come from a collision between the hard
line-wraps that Vim inserts and the wrapping that the android client uses
to display the message (basically the default gmail client doesn't reflow
the paragraphs).

Is there something I can do on my end to send emails that other readers
(especially those more geared toward html messages) will have an easier
time displaying? I was playing around with just setting up vim for soft
wrapping, but I don't love that solution (for vim-based reasons).

Thanks,
Dave
--
You received this message because you are subscribed to the Google Groups "The Sup email client" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supmua+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/supmua/5abfffcd-379f-414a-a450-bafa103fb991%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Gaute Hope
2015-07-19 07:50:16 UTC
Permalink
Post by Dave Unger
I've noticed that the line breaks in emails that I send from Sup look bad
on mobile devices (or at least they look terrible on the gmail android
app). The problem seems to come from a collision between the hard
line-wraps that Vim inserts and the wrapping that the android client uses
to display the message (basically the default gmail client doesn't reflow
the paragraphs).
Is there something I can do on my end to send emails that other readers
(especially those more geared toward html messages) will have an easier
time displaying? I was playing around with just setting up vim for soft
wrapping, but I don't love that solution (for vim-based reasons).
Thanks,
Dave
This could be related to format-flowed, which is not set to true in sup.
Check out this old PR: https://github.com/sup-heliotrope/sup/pull/228

-gaute
--
You received this message because you are subscribed to the Google Groups "The Sup email client" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supmua+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/supmua/1437292139-astroid-0-yfsqqwnl9d-1954%40strange.
For more options, visit https://groups.google.com/d/optout.
Dave Unger
2015-07-19 15:48:46 UTC
Permalink
That sounds promising. Is this a feature that wasn't implemented? I tried
just adding ":format-flowed: true" to config.yaml, with no apparent effect.
Post by Dave Unger
Post by Dave Unger
I've noticed that the line breaks in emails that I send from Sup look
bad
Post by Dave Unger
on mobile devices (or at least they look terrible on the gmail android
app). The problem seems to come from a collision between the hard
line-wraps that Vim inserts and the wrapping that the android client
uses
Post by Dave Unger
to display the message (basically the default gmail client doesn't
reflow
Post by Dave Unger
the paragraphs).
Is there something I can do on my end to send emails that other readers
(especially those more geared toward html messages) will have an easier
time displaying? I was playing around with just setting up vim for soft
wrapping, but I don't love that solution (for vim-based reasons).
Thanks,
Dave
This could be related to format-flowed, which is not set to true in sup.
Check out this old PR: https://github.com/sup-heliotrope/sup/pull/228
-gaute
--
You received this message because you are subscribed to the Google Groups "The Sup email client" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supmua+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/supmua/d0c09b89-e9c2-4bc2-819d-8398279a0bc4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Gaute Hope
2015-07-19 15:52:29 UTC
Permalink
No, it wasn't implemented, the PR needed some more work.

-gaute
Post by Dave Unger
That sounds promising. Is this a feature that wasn't implemented? I tried
just adding ":format-flowed: true" to config.yaml, with no apparent effect.
Post by Dave Unger
Post by Dave Unger
I've noticed that the line breaks in emails that I send from Sup look
bad
Post by Dave Unger
on mobile devices (or at least they look terrible on the gmail android
app). The problem seems to come from a collision between the hard
line-wraps that Vim inserts and the wrapping that the android client
uses
Post by Dave Unger
to display the message (basically the default gmail client doesn't
reflow
Post by Dave Unger
the paragraphs).
Is there something I can do on my end to send emails that other readers
(especially those more geared toward html messages) will have an easier
time displaying? I was playing around with just setting up vim for soft
wrapping, but I don't love that solution (for vim-based reasons).
Thanks,
Dave
This could be related to format-flowed, which is not set to true in sup.
Check out this old PR: https://github.com/sup-heliotrope/sup/pull/228
-gaute
--
You received this message because you are subscribed to the Google Groups "The Sup email client" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/supmua/d0c09b89-e9c2-4bc2-819d-8398279a0bc4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "The Sup email client" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supmua+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/supmua/1437321014-astroid-0-7f75uhwd3p-4391%40strange.
For more options, visit https://groups.google.com/d/optout.
Loading...