From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id E7D5D6DE0927 for ; Tue, 29 Aug 2017 22:55:14 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.109 X-Spam-Level: X-Spam-Status: No, score=-0.109 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FSL_HELO_NON_FQDN_1=0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id k1uyWMd6vhvw for ; Tue, 29 Aug 2017 22:55:13 -0700 (PDT) Received: from charon (jb55.com [45.79.91.128]) by arlo.cworth.org (Postfix) with ESMTPS id AD6466DE00DB for ; Tue, 29 Aug 2017 22:55:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d= jb55.com; h=from:to:subject:date:message-id; s=default; bh=yyI0szHV6rG6U/H5jmlgsBAmKPgZJ19WP8Oo4UHuncI=; b=tG6nKTCWRha3rbsW2pNuZYPftTC44cIgdFbDlAvPmzXpZ10gumGirg2jzgnhYLBQw03ZjjMrLNxIz+jmw2Nk0XXfHBl2w3dCp+X9MZc9/juz0ZHO36gGdHYPamTKClrfjz2wxVLDhxmZsMrCmsJK+oNEIEKE/H9066EbUVwFD9YqLkvyKTLnyWwsbwlj1U8Mke56puUJSecdz/lpgR7WmSdLinfCFB5rzrDic3uzm2S4VUhrnsvLYZFkDvFPNtKWU4yLHPi1KjCIj+g6mD92EUdPzPBQmzqQ4W7txwLu7FyhxKiaxT+RTrn4IjONWakv4iT/xdDPs2gjxJZvxNiFZQ== Received: from jb55.com (70-36-49-138.dyn.novuscom.net [70.36.49.138]) by jb55.com (OpenSMTPD) with ESMTPSA id 0f9462c0 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Wed, 30 Aug 2017 05:55:12 +0000 (UTC) From: William Casarin To: notmuch@freelists.org, notmuch@notmuchmail.org Subject: Colorized git-format-patches in notmuch-show? Date: Tue, 29 Aug 2017 22:55:11 -0700 Message-ID: <877exlppkw.fsf@jb55.com> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 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: Wed, 30 Aug 2017 05:55:15 -0000 I'm not sure if this is an option somewhere, but is there a way to colorize git-format-patch emails in the notmuch-show buffer? I noticed it works fine if it's an attachment, but not if it's a git-submitted patch. Thanks, William