--- /dev/null
+Return-Path: <jinwoo68@gmail.com>\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 64B0B431FC9\r
+ for <notmuch@notmuchmail.org>; Wed, 21 Jan 2015 18:28:22 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 2.639\r
+X-Spam-Level: **\r
+X-Spam-Status: No, score=2.639 tagged_above=-999 required=5\r
+ tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+ DNS_FROM_AHBL_RHSBL=2.438, FREEMAIL_ENVFROM_END_DIGIT=1,\r
+ FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\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 Hen9yzi8MCxi for <notmuch@notmuchmail.org>;\r
+ Wed, 21 Jan 2015 18:28:19 -0800 (PST)\r
+Received: from mail-ig0-f181.google.com (mail-ig0-f181.google.com\r
+ [209.85.213.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id 2D831431FBC\r
+ for <notmuch@notmuchmail.org>; Wed, 21 Jan 2015 18:28:19 -0800 (PST)\r
+Received: by mail-ig0-f181.google.com with SMTP id hn18so281384igb.2\r
+ for <notmuch@notmuchmail.org>; Wed, 21 Jan 2015 18:28:17 -0800 (PST)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+ h=from:to:subject:user-agent:date:message-id:mime-version\r
+ :content-type; bh=zQpfR53ZQ4NirAFks8s7QL4jtyXICEhS3JyFtK1fbKk=;\r
+ b=VJ8C6zAZgWcUmGVCO0wsHdumyQ+cBn3AKTWBpc+wuGZhO8wzcgKsgax237eKc2aPb0\r
+ ala+XYjCLcxX58vQG51854zQJnIfUu93tp2HqV4L1pPpmP1F/apZ7/HhWd54v6hDIGIt\r
+ iZWU8uWpY/KX7HTyyr3u52qTuhAykyTSt+iM44If07fVNsDm3rFvuW5yKan7P3BO4PiE\r
+ 008ZK1/RZaYVg125jb700el/yHnToZGL68VDR6nMdYxLFIRudY9Ql0D1774Tu+jaBTbv\r
+ rp3kmT0Z7EJYbuaObLzfVdAqkmDUijwcydxnJ0MJNgblN7+7dgy1JUSotx0e2qmOKA2z\r
+ soDg==\r
+X-Received: by 10.43.111.66 with SMTP id en2mr308751icc.6.1421893697630;\r
+ Wed, 21 Jan 2015 18:28:17 -0800 (PST)\r
+Received: from localhost ([2620:0:1000:407c:c5d:ba13:7806:19c5])\r
+ by mx.google.com with ESMTPSA id nv8sm1171391igb.6.2015.01.21.18.28.16\r
+ for <notmuch@notmuchmail.org>\r
+ (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\r
+ Wed, 21 Jan 2015 18:28:16 -0800 (PST)\r
+From: Jinwoo Lee <jinwoo68@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: Percent symbol is not shown in the global subject line in the Emacs\r
+ notmuch-show buffer\r
+User-Agent: Notmuch/0.18.1 (http://notmuchmail.org) Emacs/24.4.1\r
+ (x86_64-apple-darwin13.2.0)\r
+Date: Wed, 21 Jan 2015 18:28:15 -0800\r
+Message-ID: <yq65ppa735xc.fsf@jinwoo-macbookair.roam.corp.google.com>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\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: Thu, 22 Jan 2015 02:28:22 -0000\r
+\r
+When reading an email thread with Emacs client of notmuch, there are two\r
+places where the email subject is displayed -- one at the top of the\r
+buffer, and per each email in the thread.\r
+\r
+When the subject contains '%' in it, the global subject line at the top\r
+of the buffer doesn't show it and the subject looks weird. Say I have\r
+an email with subject "100% increase in latency", the top line will say\r
+"100increase in latency". Note that the space after the '%' symbol is\r
+also removed. The subject line per email shows it fine.\r
+\r
+Can this be fixed? I'm very annoyed by this :)\r
+\r
+Thanks,\r
+-jinwoo\r