From: David Bremner Date: Mon, 18 Jul 2011 19:10:14 +0000 (+2100) Subject: Re: [PATCH] Emacs: Add variable to toggle message indentation in a thread X-Git-Url: http://git.tremily.us/?p=notmuch-archives.git;a=commitdiff_plain;h=03d9ff0f3ddf34ec0b8210f84f49e348fcfbbdf0 Re: [PATCH] Emacs: Add variable to toggle message indentation in a thread --- diff --git a/33/fdb20a4e6bd57fd1d6db12190e7249fe3d5a71 b/33/fdb20a4e6bd57fd1d6db12190e7249fe3d5a71 new file mode 100644 index 000000000..7c32453fb --- /dev/null +++ b/33/fdb20a4e6bd57fd1d6db12190e7249fe3d5a71 @@ -0,0 +1,67 @@ +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 1B7C4431FD0 + for ; Mon, 18 Jul 2011 12:10:20 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -2.3 +X-Spam-Level: +X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_MED=-2.3] 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 FduEEAYgJoZw for ; + Mon, 18 Jul 2011 12:10:18 -0700 (PDT) +Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21]) + (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 31C64431FB6 + for ; Mon, 18 Jul 2011 12:10:18 -0700 (PDT) +Received: from convex-new.cs.unb.ca ([131.202.13.41]) + by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id p6IJAEhH002936; + Mon, 18 Jul 2011 16:10:14 -0300 +Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.72) + (envelope-from ) + id 1QitCo-0008HU-JV; Mon, 18 Jul 2011 16:10:14 -0300 +From: David Bremner +To: Felix Geller , notmuch@notmuchmail.org +Subject: Re: [PATCH] Emacs: Add variable to toggle message indentation in a + thread +In-Reply-To: +References: + <87aackwzf6.fsf@servo.factory.finestructure.net> + + <874o2j4f1e.fsf@servo.factory.finestructure.net> + +User-Agent: Notmuch/0.6db1 (http://notmuchmail.org) Emacs/23.3.1 + (x86_64-pc-linux-gnu) +Date: Mon, 18 Jul 2011 16:10:14 -0300 +Message-ID: <87hb6je76x.fsf@convex-new.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +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: Mon, 18 Jul 2011 19:10:20 -0000 + +On Mon, 18 Jul 2011 21:04:17 +0200, Felix Geller wrote: +> +> Used git send-email this time, did that turn out correctly? :) +> + +It looks good, except you need some commit messages. Have a look at the +existing commits to get an idea of what the standards are. Particularly +look at cworth's commits and you'll know what he thinks ;) + +d