Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 90A1F4196F3 for ; Sat, 10 Apr 2010 07:06:20 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WMLK0qxzXGfu for ; Sat, 10 Apr 2010 07:06:19 -0700 (PDT) Received: from cdptpa-omtalb.mail.rr.com (cdptpa-omtalb.mail.rr.com [75.180.132.123]) by olra.theworths.org (Postfix) with ESMTP id 98322431FC1 for ; Sat, 10 Apr 2010 07:06:19 -0700 (PDT) X-Authority-Analysis: v=1.1 cv=r5GW/L+rpJDkoUyMFHVuPGHXTNK7nNi5xv48hhswsm4= c=1 sm=0 a=d0M2crDY720A:10 a=kj9zAlcOel0A:10 a=g6hNwbZU/upYee8XazwQEA==:17 a=48vgC7mUAAAA:8 a=ROLrFjrJcLNu-YEAqv4A:9 a=25D_k_WXA9CKU8cYRtAA:7 a=RcMLd3SJ5WyGu_DqqBT9SduKip0A:4 a=CjuIK1q_8ugA:10 a=g6hNwbZU/upYee8XazwQEA==:117 X-Cloudmark-Score: 0 X-Originating-IP: 76.168.62.54 Received: from [76.168.62.54] ([76.168.62.54:58125] helo=sigpipe.org) by cdptpa-oedge02.mail.rr.com (envelope-from ) (ecelerity 2.2.2.39 r()) with ESMTP id 53/C7-02420-AD580CB4; Sat, 10 Apr 2010 14:06:19 +0000 Received: by sigpipe.org (Postfix, from userid 1000) id A0AB918B991; Sat, 10 Apr 2010 07:06:17 -0700 (PDT) Date: Sat, 10 Apr 2010 07:06:17 -0700 From: Michael Elkins To: Jameson Rollins Subject: Re: Plans for the 0.2 release (this week) Message-ID: <20100410140617.GA8243@sigpipe.org> References: <8739z6rjxf.fsf@yoom.home.cworth.org> <8739z56yb5.fsf@steelpick.2x.cz> <87d3y9t6xg.fsf@SSpaeth.de> <871veof1lq.fsf@yoom.home.cworth.org> <877hofznms.fsf@wsheee.localdomain> <87mxxb8nip.fsf@servo.finestructure.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87mxxb8nip.fsf@servo.finestructure.net> User-Agent: Mutt/1.5.20 (2010-03-22) Cc: notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Apr 2010 14:06:20 -0000 On Sat, Apr 10, 2010 at 09:06:54AM -0400, Jameson Rollins wrote: > Again, this subject line shows up fine for me in notmuch-show in emacs. > I believe the non-ASCII characters in headers have to be escaped for > mail handlers to properly handle them, and the reader should translate. > I need to find a reference for this... http://tools.ietf.org/html/rfc2047 The problem is not the MTA, but the fact that the sender and recipient may be using different character sets. There is no way to decode it properly unless the sender specifies the character set. me