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 52090409C77 for ; Wed, 19 May 2010 01:54:34 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham 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 f6pV14IwCph5 for ; Wed, 19 May 2010 01:54:21 -0700 (PDT) Received: from mail-ew0-f213.google.com (mail-ew0-f213.google.com [209.85.219.213]) by olra.theworths.org (Postfix) with ESMTP id CA024418C37 for ; Wed, 19 May 2010 01:53:45 -0700 (PDT) Received: by mail-ew0-f213.google.com with SMTP id 5so1814155ewy.0 for ; Wed, 19 May 2010 01:53:45 -0700 (PDT) Received: by 10.213.58.12 with SMTP id e12mr3322130ebh.41.1274259225221; Wed, 19 May 2010 01:53:45 -0700 (PDT) Received: from ut.hh.sledj.net (host83-217-165-81.dsl.vispa.com [83.217.165.81]) by mx.google.com with ESMTPS id 14sm3581773ewy.2.2010.05.19.01.53.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 19 May 2010 01:53:44 -0700 (PDT) Received: by ut.hh.sledj.net (Postfix, from userid 1000) id 12C80594084; Wed, 19 May 2010 08:03:45 +0100 (BST) From: David Edmondson To: notmuch@notmuchmail.org Subject: patches for 0.4 Date: Wed, 19 May 2010 08:03:27 +0100 Message-Id: <1274252620-1249-1-git-send-email-dme@dme.org> X-Mailer: git-send-email 1.7.1 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, 19 May 2010 08:54:34 -0000 This is a set of small feature and cleanup patches. The only particularly significant one is patch 2, as it fixes a memory corruption bug in notmuch. dme. [PATCH 01/13] emacs: Usability improvements for `notmuch-hello'. [PATCH 02/13] notmuch: Fix off-by-one errors if a header is >200 characters long. [PATCH 03/13] emacs: Adjust comment to avoid confusing font-lock. [PATCH 04/13] emacs: Display non-matching authors with a different face. [PATCH 05/13] emacs: Set the `face' property rather than `font-lock-face'. [PATCH 06/13] emacs: Allow control over faces for search mode columns. [PATCH 07/13] emacs: Allow tuning of the tag/saved search layout. [PATCH 08/13] emacs: Reuse rather than reinvent message header filtering [PATCH 09/13] emacs: Avoid runtime use of `cl'. [PATCH 10/13] emacs: In search mode, truncate authors using invisible text. [PATCH 11/13] emacs: Pretty print the numbers of matching messages. [PATCH 12/13] emacs: Tags should be shown with `notmuch-tag-face'. [PATCH 13/13] emacs: Allow the display of absolute dates in the header line.