Re: Plans for the 0.2 release (this week)
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Sat, 10 Apr 2010 13:52:04 +0000 (15:52 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:36:34 +0000 (09:36 -0800)
65/3ada0851f5d67b4d4e961f4e94680d6a69ab15 [new file with mode: 0644]

diff --git a/65/3ada0851f5d67b4d4e961f4e94680d6a69ab15 b/65/3ada0851f5d67b4d4e961f4e94680d6a69ab15
new file mode 100644 (file)
index 0000000..bc8a6ed
--- /dev/null
@@ -0,0 +1,71 @@
+Return-Path: <Sebastian@SSpaeth.de>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id BD826431FC1\r
+       for <notmuch@notmuchmail.org>; Sat, 10 Apr 2010 06:52:10 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.8\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.8 tagged_above=-999 required=5 tests=[BAYES_50=0.8]\r
+       autolearn=ham\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id uDix9h7IYwNY for <notmuch@notmuchmail.org>;\r
+       Sat, 10 Apr 2010 06:52:10 -0700 (PDT)\r
+Received: from homiemail-a21.g.dreamhost.com (caiajhbdccah.dreamhost.com\r
+       [208.97.132.207])\r
+       by olra.theworths.org (Postfix) with ESMTP id C74A24196F3\r
+       for <notmuch@notmuchmail.org>; Sat, 10 Apr 2010 06:52:09 -0700 (PDT)\r
+Received: from sspaeth.de (unknown [195.190.188.219])\r
+       by homiemail-a21.g.dreamhost.com (Postfix) with ESMTPA id 1210B300059; \r
+       Sat, 10 Apr 2010 06:52:06 -0700 (PDT)\r
+Received: by sspaeth.de (sSMTP sendmail emulation);\r
+       Sat, 10 Apr 2010 15:52:04 +0200\r
+From: "Sebastian Spaeth" <Sebastian@SSpaeth.de>\r
+To: Carl =?UTF-8?b?buKIhXRtdWNoIOSasw==?= Worth <cworth@cworth.org>,\r
+       Dirk Hohndel <hohndel@infradead.org>, Michal Sojka <sojkam1@fel.cvut.cz>,\r
+       notmuch@notmuchmail.org\r
+Subject: Re: Plans for the 0.2 release (this week)\r
+In-Reply-To: <871veof1lq.fsf@yoom.home.cworth.org>\r
+References: <8739z6rjxf.fsf@yoom.home.cworth.org>\r
+       <8739z56yb5.fsf@steelpick.2x.cz> <87d3y9t6xg.fsf@SSpaeth.de>\r
+       <m339z4h7k6.fsf@x200.gr8dns.org> <871veof1lq.fsf@yoom.home.cworth.org>\r
+Date: Sat, 10 Apr 2010 15:52:04 +0200\r
+Message-ID: <87zl1b9zzv.fsf@SSpaeth.de>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=utf-8\r
+Content-Transfer-Encoding: quoted-printable\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 10 Apr 2010 13:52:10 -0000\r
+\r
+On 2010-04-10, Carl n=E2=88=85tmuch =E4=9A=B3 Worth wrote:\r
+> Are you all trying to show a problem here? All of the above comes\r
+> through fine. Perhaps it's only with non-ASCII in the From line being\r
+> replied to? Let's test that here...\r
+\r
+I think there are 2 issues being discussed here. One is the encoding in\r
+the subject line (which does not look pretty in compose mail, but seems\r
+to be the standard). I did not refer to that.\r
+\r
+What I referred to was the json output as the encode_as_json_string (or\r
+however it is called), simply drops chars >127, leading to missing\r
+letters in e.g. the author names etc. I could see that in the web\r
+frontends that are making use of json already, and once (if?) emacs uses\r
+the json output too, this will become an issue there too.\r
+\r
+Certainly not urgent, but it looked quite weird in the web frontends.\r
+\r
+Sebastian\r