From: Brandon Casey <drafnel@gmail.com>
To: git@vger.kernel.org
Cc: gitster@pobox.com, Brandon Casey <drafnel@gmail.com>
Subject: Re: [PATCH 1/2] git-send-email.perl: improve detection of MIME encoded-words
Date: Sun, 7 Jun 2009 11:45:35 -0500 [thread overview]
Message-ID: <ee63ef30906070945g62e94313r8b2a7128bde16f9d@mail.gmail.com> (raw)
In-Reply-To: <1244337151-6506-1-git-send-email-drafnel@gmail.com>
On Sat, Jun 6, 2009 at 8:12 PM, Brandon Casey <drafnel@gmail.com> wrote:
> git-send-email.perl | 10 +++++++++-
> 1 files changed, 9 insertions(+), 1 deletions(-)
>
> diff --git a/git-send-email.perl b/git-send-email.perl
> index 3d6a982..e735815 100755
> --- a/git-send-email.perl
> +++ b/git-send-email.perl
> @@ -772,6 +772,14 @@ sub quote_rfc2047 {
> return $_;
> }
>
> +sub is_rfc2047_quoted {
> + my $s = shift;
> + my $token = '[^][()<>@,;:"\/?.= \000-\037\177]+';
The last element of this regex should be changed to \177-\377 since
non-ascii characters are disallowed too.
I won't be able to send a new patch for a while. Home internet is
down at the moment, and I don't have an alternative right now.
-brandon
next prev parent reply other threads:[~2009-06-07 16:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-07 1:12 [PATCH 1/2] git-send-email.perl: improve detection of MIME encoded-words Brandon Casey
2009-06-07 1:12 ` [PATCH 2/2] send-email: use UTF-8 rather than utf-8 for consistency Brandon Casey
2009-06-07 16:45 ` Brandon Casey [this message]
2009-06-08 0:25 ` [PATCH v2] git-send-email.perl: improve detection of MIME encoded-words Brandon Casey
2009-06-08 0:31 ` Brandon Casey
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ee63ef30906070945g62e94313r8b2a7128bde16f9d@mail.gmail.com \
--to=drafnel@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).