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 D41B641ED71 for ; Wed, 18 Jan 2012 00:49:42 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled 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 akrjIihKorYj for ; Wed, 18 Jan 2012 00:49:40 -0800 (PST) Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com [209.85.216.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id B8B96429E5F for ; Wed, 18 Jan 2012 00:49:40 -0800 (PST) Received: by qcqw6 with SMTP id w6so3285961qcq.26 for ; Wed, 18 Jan 2012 00:49:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type:content-transfer-encoding; bh=qXV543aeXnHaWI3am2s3A+GWYYrVWzTuJk3fYFR/zak=; b=vSYi9U21a6cLcahINWMATRM9Jjbu/qOcvl4L2zJHuZIoZPvQvjkUrMNAP75mTyDYMp WUcswdW0HYeBmmtA1Z4MnfCVGU2XB6kmmjMPLc0d11EgI4jjLGScdweB93dzOIYn237Y 0cjq0K5GX24ZrTqF95vAEJ9N0/TLAoT1dzzl0= Received: by 10.229.76.77 with SMTP id b13mr764912qck.151.1326876580051; Wed, 18 Jan 2012 00:49:40 -0800 (PST) Received: from localhost (c-68-80-94-73.hsd1.pa.comcast.net. [68.80.94.73]) by mx.google.com with ESMTPS id el3sm49130851qab.8.2012.01.18.00.49.38 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 18 Jan 2012 00:49:39 -0800 (PST) From: Aaron Ecay To: David Edmondson , notmuch@notmuchmail.org Subject: Re: [PATCH] emacs: Improved printing support. In-Reply-To: <1326873621-1701-1-git-send-email-dme@dme.org> References: <1326873621-1701-1-git-send-email-dme@dme.org> User-Agent: Notmuch/0.11+62~ge41b0d3 (http://notmuchmail.org) Emacs/24.0.92.1 (i386-apple-darwin10.8.0) Date: Wed, 18 Jan 2012 03:49:35 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Wed, 18 Jan 2012 08:49:43 -0000 On Wed, 18 Jan 2012 08:00:21 +0000, David Edmondson wrote: > Add various functions to print notmuch messages and tie them together > with a simple frontend. >=20 > Add a binding ('#') in `notmuch-show-mode' to print the current > message. > --- >=20 > Updates based on Aaron's review - the comments were very useful in > improving things - thanks! You=E2=80=99re welcome! The patch LGTM. --=20 Aaron Ecay