[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 53 / a603322466b307a97d4a3139021fa8c429cad4
1 Return-Path: <markwalters1009@gmail.com>\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 arlo.cworth.org (Postfix) with ESMTP id 1A1216DE1770\r
6  for <notmuch@notmuchmail.org>; Wed, 14 Oct 2015 01:38:36 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.57\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.57 tagged_above=-999 required=5\r
12  tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13  FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001,\r
14  RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01,\r
15  RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled\r
16 Received: from arlo.cworth.org ([127.0.0.1])\r
17  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
18  with ESMTP id I8CwUi9sFiIR for <notmuch@notmuchmail.org>;\r
19  Wed, 14 Oct 2015 01:38:34 -0700 (PDT)\r
20 Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com\r
21  [209.85.212.182])\r
22  by arlo.cworth.org (Postfix) with ESMTPS id 0A4976DE0C51\r
23  for <notmuch@notmuchmail.org>; Wed, 14 Oct 2015 01:38:33 -0700 (PDT)\r
24 Received: by wicgb1 with SMTP id gb1so120066724wic.1\r
25  for <notmuch@notmuchmail.org>; Wed, 14 Oct 2015 01:38:32 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27  h=from:to:cc:subject:date:message-id;\r
28  bh=E7H8ZijrwIZrnu5nClcOf/zSQZGiZfExCCLIbvhWNl0=;\r
29  b=KMsXyQbqqjlKS4AviPQolOEY2e1iMu3LmIaGi5Afc3EbMD1+u+19Q1UV4/znTJcloG\r
30  0tu+WCD/Yv5wGDmFaQkz/IUB9cytXn/QrDVnvJWIoxY2JpkW4q3q4FTm3wZOPdqMSrzM\r
31  D4acQ817mFDkMhkJCSReZ2S/dEPfNNURrUFdPRLnBWBhjvYB9bgG8QDwJHOVjzKlB1Z7\r
32  Mc/YXIcNth4r5xDfOsgssl8+X7eweXcrVj6O7igSZXC3t6Otnqe/NSJMKbxCvQSDjZUB\r
33  EIbQBgI51yHS9HSzTf5UUl6GQgEOj3vtlWt/aXxBsUW5diNtKzTvjQZoStb3Va4N8E26\r
34  oJ+w==\r
35 X-Received: by 10.180.189.69 with SMTP id gg5mr2694897wic.45.1444811912038;\r
36  Wed, 14 Oct 2015 01:38:32 -0700 (PDT)\r
37 Received: from localhost ([161.23.118.65])\r
38  by smtp.gmail.com with ESMTPSA id bu19sm8530745wjb.45.2015.10.14.01.38.30\r
39  (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\r
40  Wed, 14 Oct 2015 01:38:31 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH 0/2] Saved searches in tree view\r
44 Date: Wed, 14 Oct 2015 09:38:21 +0100\r
45 Message-Id: <1444811903-16741-1-git-send-email-markwalters1009@gmail.com>\r
46 X-Mailer: git-send-email 2.1.4\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.18\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51  <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Wed, 14 Oct 2015 08:38:36 -0000\r
60 \r
61 The first patch allows the user to customize saved searches to show\r
62 in tree view rather than search view (the choice also applies when the\r
63 saved-search is called from notmuch-jump rather than notmuch-hello).\r
64 \r
65 The second patch lets a user switch back from tree mode to search mode\r
66 with "S". This is analogous to using Z to switch from search mode or\r
67 show mode to tree mode. This patch is independent of the first patch,\r
68 but is more likely to be useful after the first patch.\r
69 \r
70 One small caveat: if you customize the saved-searches then existing\r
71 notmuch-hello buffers are not updated -- you need to refresh the\r
72 buffer before the change will register. (The same is true for changing\r
73 the sort order etc)\r
74 \r
75 Best wishes \r
76 \r
77 Mark\r
78 \r
79 \r
80 Mark Walters (2):\r
81   emacs: allow saved searches to select tree-view\r
82   emacs: tree: bind S to run the current query in search mode\r
83 \r
84  emacs/notmuch-hello.el | 21 ++++++++++++++++-----\r
85  emacs/notmuch-jump.el  |  4 +++-\r
86  emacs/notmuch-tree.el  |  8 ++++++++\r
87  3 files changed, 27 insertions(+), 6 deletions(-)\r
88 \r
89 -- \r
90 2.1.4\r
91 \r