[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / fe / 3208024a65f262a8ad96cf18c39737dcee5b00
1 Return-Path: <servilio@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 olra.theworths.org (Postfix) with ESMTP id 7A13A4196F5\r
6         for <notmuch@notmuchmail.org>; Sat, 26 Jun 2010 16:25:41 -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.1\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5\r
12         tests=[BAYES_40=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1,\r
13         DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001]\r
14         autolearn=ham\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id WNXLOeBUpnwD for <notmuch@notmuchmail.org>;\r
18         Sat, 26 Jun 2010 16:25:30 -0700 (PDT)\r
19 Received: from mail-vw0-f53.google.com (mail-vw0-f53.google.com\r
20         [209.85.212.53])\r
21         by olra.theworths.org (Postfix) with ESMTP id DF14B431FC1\r
22         for <notmuch@notmuchmail.org>; Sat, 26 Jun 2010 16:25:29 -0700 (PDT)\r
23 Received: by vws9 with SMTP id 9so620962vws.26\r
24         for <notmuch@notmuchmail.org>; Sat, 26 Jun 2010 16:25:29 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=domainkey-signature:mime-version:received:received:date:message-id\r
27         :subject:from:to:content-type;\r
28         bh=CjhxZFKg5HKLgv4IVo8TuMU1NM0R2mEITm+l2eiUB3Y=;\r
29         b=Cs7y2OXE1djkKifqo+PnvUUYs+GBFUqscMyAnLZXnugP6FocJCcx+sKYsyEOpDeu0Y\r
30         TFgG/Gtr+QQLiNp8wo0TvCr2rVxeGoE36Olyzyfl8yOwd4NoH76zFFVbrq4nJRbS4S7m\r
31         Wqdha6TUrTCfNnjvCU76hg1j/yZyZkg2I2p8Y=\r
32 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;\r
33         h=mime-version:date:message-id:subject:from:to:content-type;\r
34         b=WAN86L8flxKOPzC9zHESl7PjFUxM4A0f7CosnVJFSnuhanVSl1h3UZec2CHrX9HdKX\r
35         uXWgMRVITIKSx/Aqhovxn7qoWAEZUz1tsLRRvftIYhwdBwenSvvyLztGmNNgRf/D0Za6\r
36         dONDUqpyURRmP3Yoq+OvRnSO0ey3qTZ1XX/wo=\r
37 MIME-Version: 1.0\r
38 Received: by 10.220.122.71 with SMTP id k7mr1666851vcr.117.1277594729313; Sat,\r
39         26 Jun 2010 16:25:29 -0700 (PDT)\r
40 Received: by 10.220.90.138 with HTTP; Sat, 26 Jun 2010 16:25:29 -0700 (PDT)\r
41 Date: Sat, 26 Jun 2010 19:25:29 -0400\r
42 Message-ID: <AANLkTim6JDhJQkipxAnf91suCBS-NJei8V3l33RFwJp-@mail.gmail.com>\r
43 Subject: [PATCH 0/3] Mail processing order\r
44 From: "servilio@gmail.com" <servilio@gmail.com>\r
45 To: notmuch <notmuch@notmuchmail.org>\r
46 Content-Type: text/plain; charset=ISO-8859-1\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\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: Sat, 26 Jun 2010 23:25:41 -0000\r
60 \r
61 This series of patches override the one sent in message:\r
62 \r
63  id:x2wb22065d01004130604j5f71d3c4g191d9eb4109c324@mail.gmail.com\r
64 \r
65 The messages from Michal and Sebastian made me notice that the visual\r
66 sorting of messages does not always match the order in which we process\r
67 our mail.\r
68 \r
69 These patches separates separate these two concepts in the notmuch Emacs\r
70 UI, and provide an initial customization mechanism for mail processing\r
71 order that by default matches the current out-of-the-box behaviour.\r
72 \r
73 Servilio Afre Puentes (3):\r
74   Use notmuch-search-<what>-thread where moving between threads.\r
75   Introducing the concept of mail processing order.\r
76   Provide a key binding for toggling processing order.\r
77 \r
78  emacs/notmuch-lib.el  |    8 ++++++++\r
79  emacs/notmuch-show.el |    2 +-\r
80  emacs/notmuch.el      |   14 +++++++++++---\r
81  3 files changed, 20 insertions(+), 4 deletions(-)\r