Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / 48 / d69e8fd9d8c2d94978f5e1d4c1d791faef853e
1 Return-Path: <jani@nikula.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 E7ED8429E54\r
6         for <notmuch@notmuchmail.org>; Tue, 28 Jun 2011 00:31:40 -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: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\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 GMCWgsA1olQ6 for <notmuch@notmuchmail.org>;\r
16         Tue, 28 Jun 2011 00:31:40 -0700 (PDT)\r
17 Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com\r
18         [209.85.216.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 7D319429E4E\r
21         for <notmuch@notmuchmail.org>; Tue, 28 Jun 2011 00:31:40 -0700 (PDT)\r
22 Received: by qyk9 with SMTP id 9so3511754qyk.5\r
23         for <notmuch@notmuchmail.org>; Tue, 28 Jun 2011 00:31:39 -0700 (PDT)\r
24 Received: by 10.229.4.203 with SMTP id 11mr510536qcs.72.1309246299623;\r
25         Tue, 28 Jun 2011 00:31:39 -0700 (PDT)\r
26 Received: from localhost (nikula.org [92.243.24.172])\r
27         by mx.google.com with ESMTPS id t21sm4637019qcs.2.2011.06.28.00.31.33\r
28         (version=TLSv1/SSLv3 cipher=OTHER);\r
29         Tue, 28 Jun 2011 00:31:34 -0700 (PDT)\r
30 From: Jani Nikula <jani@nikula.org>\r
31 To: notmuch@notmuchmail.org\r
32 Subject: [PATCH 0/4] emacs: find non-matching mails, plus small tweaks\r
33 Date: Tue, 28 Jun 2011 07:31:28 +0000\r
34 Message-Id: <cover.1309244829.git.jani@nikula.org>\r
35 X-Mailer: git-send-email 1.7.1\r
36 X-Mailman-Approved-At: Tue, 28 Jun 2011 10:59:27 -0700\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.13\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41         <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Tue, 28 Jun 2011 07:31:41 -0000\r
50 \r
51 Hi, I've found the following features useful with Emacs. Please have a\r
52 look. And be gentle; these are my first lines of lisp I'm sharing in\r
53 public, and perhaps not quite as lispy as I'd like them to be... :)\r
54 \r
55 Jani\r
56 \r
57 \r
58 Jani Nikula (4):\r
59   emacs: Add functions and bindings to archive and mark thread as read\r
60   emacs: Add option to make adding saved searches append, not prepend\r
61   emacs: Add pseudo saved search to match mail that no saved search\r
62     matches\r
63   emacs: Add pseudo tag to match all messages that have no tags\r
64 \r
65  emacs/notmuch-hello.el |   58 ++++++++++++++++++++++++++++++++++++++---------\r
66  emacs/notmuch-show.el  |   25 ++++++++++++++++++--\r
67  2 files changed, 69 insertions(+), 14 deletions(-)\r
68 \r