Re: mhfixmsg character set conversion

2022-02-13 Thread Robert Elz
Date:Sun, 13 Feb 2022 22:07:52 -0500 From:Steven Winikoff Message-ID: <990728-1644808072.157...@mrwn.zn5-.vkyf> | >So I'm curious, why is the ASCII encoded as ASCII? Why not just fold | >the header as usual? | | I have absolutely no idea. I don't know the ap

Re: mhfixmsg character set conversion

2022-02-13 Thread Steven Winikoff
>That's because -decodeheaderfieldbodys utf8 only decodes UTF-8 text. That makes sense. I'd forgotten that utf-8 is a mandatory argument for "-decodeheaderfieldbodies. >There was a reason for only allowing decoding of UTF-8 header field >bodies. If any character set could be decoded, it would

Re: mhfixmsg character set conversion

2022-02-13 Thread David Levine
Steven Winikoff writes: > Unfortunately, running it through mhfixmsg results in the message coming > back unchanged. Is that specifically about -decodeheaderfieldbodies, or > is mhfixmsg doing nothing because the message body is already unencoded > text/plain? That's because -decodeheaderfieldbo

Re: Bad message list?

2022-02-13 Thread David Levine
aalin...@riseup.net writes: > In Mr Paul Fox's ml script, could anyone tell me what the warning "Mark: > bad message list unseen" means and how I would get rid of it? It looks like you need to add this to your profile: Unseen-Sequence: unseen That's documented in the mh-sequence(5) man page

Bad message list?

2022-02-13 Thread aalinovi
In Mr Paul Fox's ml script, could anyone tell me what the warning "Mark: bad message list unseen" means and how I would get rid of it? Thank you

Re: mhfixmsg character set conversion

2022-02-13 Thread Steven Winikoff
>> [ re -decodeheaderfieldbodies ] > >Ok, couple of issues, both due to very limited support of >encoded formats by -decodeheaderfieldbodies. I'll work on >them. Thank you. >Note that the only encoded headers in your message are >us-ascii, that seems pointless. In the case of that particular m

Re: Experimental IMAP branch

2022-02-13 Thread Michael Richardson
Eric Gillespie wrote: > And I guess I also omitted that you need to configure with > --enable-experimental-imap-folder-manager as this is all off > by default. Got it. >> make >> saw some .rs stuff go bye... error... > You shouldn't have seen any unless you ran 'make ca

Bug: repl breaks urls

2022-02-13 Thread Philipp Takacs
Hi repl will break urls with the format switch, depending on the size of your terminal. A test case is attached. To reproduce run the test in a terminal with less then 300 chars width. Philipp #!/bin/sh ## # # Test repl -convertarg # ###

Re: automatic decode mime in repl

2022-02-13 Thread David Levine
Thank you for submitting your patch, Philipp. I have these reservations with it: 1. For all users, it can add newlines in text that cause, for example, URLs to break. 2. For existing users, it may require changes to their existing nmh environments. 3. It does not add new functionality to

Re: automatic decode mime in repl

2022-02-13 Thread Philipp Takacs
[2022-02-11 18:25] David Levine > Philipp wrote: > > As a _m_mh user I don't have the -convertargs switch. > > You submitted a patch to nmh. I'm not sure what mmh has to do with > any of this. Are you asking for an nmh enhancement to support mmh? No, I try to explain why thinks looks diffrent t