You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @codybuell, following #7, I'm using the mail_header_only option that I like a lot.
But I realised that, maybe/likely related to my nvim setup, I have a non-optimal usage experience when I've a somewhat long list of addresses that are causing line returns, as the completion is only triggered when I'm on the line of the header.
In the example below, the completion doesn't seem to be triggered when I'm on the second line for the To:, with [email protected]. Thus, if I want to add a new address, I need to do it on the To: line, which is a bit suboptimal/counterintuitive.
Enabling completing after the headers till the next one, or to the body, if possible would be great.
Hi @gwarf let me think on that for a bit to see if there is a good way to implement cleanly. In the meantime I'd recommend setting textwidth = 0 in your config for mail files. If you use long lines mutt will automatically switch to quoted-printable encoding which will look better than hard-wrapped lines in most mail clients, and it has the added benefit of not wrapping header lines. It needs to be set in the after directory to avoid being overwritten by vim/nvim's runtime.
Thanks for the suggestion @codybuell, but the issue with the mail line light, is that for some emails or mailing lists/recipients it's not appropriate to send email with long lines.
I've been also using for some timeformat=flowed emails, and while I think it helps a lot on things like smartphones or tiny/unusual screens, I feel it's also a bit the same: it has some drawbacks and some people/channel still prefer or need to get hard-wrapped emails, and unfortunately I've not been able to find yet a solution that seems to play nicely with everything and everyone, so I moved a bit away from this.
If it could be possible to come up with a clean/working way to address this it would be great, otherwise I can leave with it, it's clearly not a big deal.
Hey @codybuell, following #7, I'm using the
mail_header_only
option that I like a lot.But I realised that, maybe/likely related to my nvim setup, I have a non-optimal usage experience when I've a somewhat long list of addresses that are causing line returns, as the completion is only triggered when I'm on the line of the header.
In the example below, the completion doesn't seem to be triggered when I'm on the second line for the To:, with
[email protected]
. Thus, if I want to add a new address, I need to do it on theTo:
line, which is a bit suboptimal/counterintuitive.Enabling completing after the headers till the next one, or to the body, if possible would be great.
Thanks!
The text was updated successfully, but these errors were encountered: