[PATCH 04/11] cli: add support for batch tagging operations to "notmuch tag"
[notmuch-archives.git] / 92 / 60697a00f453854242988a1c78a1aed4efa632
1 Return-Path: <dme@dme.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 52090409C77\r
6         for <notmuch@notmuchmail.org>; Wed, 19 May 2010 01:54:34 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -1.9\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id f6pV14IwCph5 for <notmuch@notmuchmail.org>;\r
16         Wed, 19 May 2010 01:54:21 -0700 (PDT)\r
17 Received: from mail-ew0-f213.google.com (mail-ew0-f213.google.com\r
18         [209.85.219.213])\r
19         by olra.theworths.org (Postfix) with ESMTP id CA024418C37\r
20         for <notmuch@notmuchmail.org>; Wed, 19 May 2010 01:53:45 -0700 (PDT)\r
21 Received: by mail-ew0-f213.google.com with SMTP id 5so1814155ewy.0\r
22         for <notmuch@notmuchmail.org>; Wed, 19 May 2010 01:53:45 -0700 (PDT)\r
23 Received: by 10.213.58.12 with SMTP id e12mr3322130ebh.41.1274259225221;\r
24         Wed, 19 May 2010 01:53:45 -0700 (PDT)\r
25 Received: from ut.hh.sledj.net (host83-217-165-81.dsl.vispa.com\r
26         [83.217.165.81])\r
27         by mx.google.com with ESMTPS id 14sm3581773ewy.2.2010.05.19.01.53.42\r
28         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
29         Wed, 19 May 2010 01:53:44 -0700 (PDT)\r
30 Received: by ut.hh.sledj.net (Postfix, from userid 1000)\r
31         id 12C80594084; Wed, 19 May 2010 08:03:45 +0100 (BST)\r
32 From: David Edmondson <dme@dme.org>\r
33 To: notmuch@notmuchmail.org\r
34 Subject: patches for 0.4\r
35 Date: Wed, 19 May 2010 08:03:27 +0100\r
36 Message-Id: <1274252620-1249-1-git-send-email-dme@dme.org>\r
37 X-Mailer: git-send-email 1.7.1\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Wed, 19 May 2010 08:54:34 -0000\r
51 \r
52 This is a set of small feature and cleanup patches. The only\r
53 particularly significant one is patch 2, as it fixes a memory\r
54 corruption bug in notmuch.\r
55 \r
56 dme.\r
57 \r
58 [PATCH 01/13] emacs: Usability improvements for `notmuch-hello'.\r
59 [PATCH 02/13] notmuch: Fix off-by-one errors if a header is >200 characters long.\r
60 [PATCH 03/13] emacs: Adjust comment to avoid confusing font-lock.\r
61 [PATCH 04/13] emacs: Display non-matching authors with a different face.\r
62 [PATCH 05/13] emacs: Set the `face' property rather than `font-lock-face'.\r
63 [PATCH 06/13] emacs: Allow control over faces for search mode columns.\r
64 [PATCH 07/13] emacs: Allow tuning of the tag/saved search layout.\r
65 [PATCH 08/13] emacs: Reuse rather than reinvent message header filtering\r
66 [PATCH 09/13] emacs: Avoid runtime use of `cl'.\r
67 [PATCH 10/13] emacs: In search mode, truncate authors using invisible text.\r
68 [PATCH 11/13] emacs: Pretty print the numbers of matching messages.\r
69 [PATCH 12/13] emacs: Tags should be shown with `notmuch-tag-face'.\r
70 [PATCH 13/13] emacs: Allow the display of absolute dates in the header line.\r