* Line wrapping and readability on mobile screens
@ 2015-07-18 22:07 Dave Unger
2015-07-19 7:50 ` [sup] " Gaute Hope
0 siblings, 1 reply; 4+ messages in thread
From: Dave Unger @ 2015-07-18 22:07 UTC (permalink / raw)
To: supmua
[-- Attachment #1.1: Type: text/plain, Size: 684 bytes --]
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
[-- Attachment #1.2: Type: text/html, Size: 779 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [sup] Line wrapping and readability on mobile screens
2015-07-18 22:07 Line wrapping and readability on mobile screens Dave Unger
@ 2015-07-19 7:50 ` Gaute Hope
2015-07-19 15:48 ` Dave Unger
0 siblings, 1 reply; 4+ messages in thread
From: Gaute Hope @ 2015-07-19 7:50 UTC (permalink / raw)
To: Dave Unger, supmua
Dave Unger writes on July 19, 2015 0:07:
> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [sup] Line wrapping and readability on mobile screens
2015-07-19 7:50 ` [sup] " Gaute Hope
@ 2015-07-19 15:48 ` Dave Unger
2015-07-19 15:52 ` Gaute Hope
0 siblings, 1 reply; 4+ messages in thread
From: Dave Unger @ 2015-07-19 15:48 UTC (permalink / raw)
To: supmua
[-- Attachment #1.1: Type: text/plain, Size: 1184 bytes --]
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.
On Sunday, July 19, 2015 at 3:50:21 AM UTC-4, Gaute Hope wrote:
>
> Dave Unger writes on July 19, 2015 0:07:
> > 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
>
>
[-- Attachment #1.2: Type: text/html, Size: 1955 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [sup] Line wrapping and readability on mobile screens
2015-07-19 15:48 ` Dave Unger
@ 2015-07-19 15:52 ` Gaute Hope
0 siblings, 0 replies; 4+ messages in thread
From: Gaute Hope @ 2015-07-19 15:52 UTC (permalink / raw)
To: Dave Unger, supmua
No, it wasn't implemented, the PR needed some more work.
-gaute
Dave Unger writes on July 19, 2015 17:48:
> 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.
>
> On Sunday, July 19, 2015 at 3:50:21 AM UTC-4, Gaute Hope wrote:
>>
>> Dave Unger writes on July 19, 2015 0:07:
>> > 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+unsubscribe@googlegroups.com.
> To post to this group, send email to supmua@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.
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-07-19 15:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-18 22:07 Line wrapping and readability on mobile screens Dave Unger
2015-07-19 7:50 ` [sup] " Gaute Hope
2015-07-19 15:48 ` Dave Unger
2015-07-19 15:52 ` Gaute Hope
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox