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 BE4F0429E25 for ; Sat, 12 Nov 2011 08:39:26 -0800 (PST) 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 4c3m1AWKjEfp for ; Sat, 12 Nov 2011 08:39:26 -0800 (PST) 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 B97DE431FB6 for ; Sat, 12 Nov 2011 08:39:25 -0800 (PST) Received: from rocinante.cs.unb.ca (modemcable212.143-70-69.static.videotron.ca [69.70.143.212]) (authenticated bits=0) by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id pACGdNpt010387 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Sat, 12 Nov 2011 12:39:24 -0400 Received: from bremner by rocinante.cs.unb.ca with local (Exim 4.76) (envelope-from ) id 1RPGbz-0004Ro-Ah; Sat, 12 Nov 2011 11:39:23 -0500 From: David Bremner To: Thomas Jost , notmuch@notmuchmail.org Subject: Re: [PATCH 0/4] Several minor Emacs enhancements In-Reply-To: <1317643438-31272-1-git-send-email-schnouki@schnouki.net> References: <1317643438-31272-1-git-send-email-schnouki@schnouki.net> User-Agent: Notmuch/0.9+57~ge972d75 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Sat, 12 Nov 2011 11:39:23 -0500 Message-ID: <87d3cx2t38.fsf@rocinante.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: Sat, 12 Nov 2011 16:39:26 -0000 On Mon, 3 Oct 2011 14:03:54 +0200, Thomas Jost wrote: > - The first one adds a face for crypto parts headers, because a hardcoded blue > foreground looks quite ugly with my color theme. > - The second one creates a customizable notmuch-mua-switch-function, which is > then passed to message-mail as switch-function. Using this, you can choose to > always compose new mails in new frames or new windows. > - The third one renames notmuch-decimal-separator to > notmuch-thousands-separator, because that's what it really is. > - The last one creates a hook run after notmuch-hello, just like there are hooks > run after notmuch-search and notmuch-show. Hi Thomas, Hi All. I wonder if some of this commentary belongs in commit messages? It seems the commit messages here are all rather terse. d