Re: [PATCH v4 13/16] add indexopts to notmuch python bindings.
[notmuch-archives.git] / 5b / 73e8532c82203518cfed29ae39ed523fa814cf
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 olra.theworths.org (Postfix) with ESMTP id DD504431FD0\r
6         for <notmuch@notmuchmail.org>; Sat, 14 Dec 2013 15:53:29 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 2.7\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.7 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=1, FREEMAIL_FROM=0.001,\r
14         FREEMAIL_REPLY=2.499, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\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 XoCS9q3Di2JX for <notmuch@notmuchmail.org>;\r
18         Sat, 14 Dec 2013 15:53:24 -0800 (PST)\r
19 Received: from mail-we0-f171.google.com (mail-we0-f171.google.com\r
20         [74.125.82.171]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id AAD98431FB6\r
23         for <notmuch@notmuchmail.org>; Sat, 14 Dec 2013 15:53:24 -0800 (PST)\r
24 Received: by mail-we0-f171.google.com with SMTP id q58so3309566wes.16\r
25         for <notmuch@notmuchmail.org>; Sat, 14 Dec 2013 15:53:23 -0800 (PST)\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=zTzhfb2kpwEQXpdL5RTBCkk86ihYTqnlYz5i6o8EfAY=;\r
29         b=Z88YrQn6IXYAUWR8hCJ8+NTR6CX8COdt0m2VXSoN+1J8MWWFEs1ynFxKk0z68FVBDm\r
30         Gv0AkfJythHgsMwaH+YI6dqS3jYZgaGQ1/k5OZXGpgCchUmiFMQew39At/v2eUmFqIkk\r
31         VqlfGIP8v9b6sUUCo6ZjEXpOnuMBLAdDdgPYHtc91axYa6IFXpiJ+kHPnXD6wMZYF3+J\r
32         88UMT8n6d3pjwFcAkzUsAxSAkceLBtMBCqgzNC3Di1trFXF1X17XwWVaaJRT6604DIn0\r
33         1o4bsodrYPFL3EyiXihvK0u2CVLbVSep3wmDUBsKMBmgu6EONa4NQljEtnnXl3iUcC0Y\r
34         dT3g==\r
35 X-Received: by 10.194.78.179 with SMTP id c19mr1085740wjx.84.1387065203605;\r
36         Sat, 14 Dec 2013 15:53:23 -0800 (PST)\r
37 Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
38         by mx.google.com with ESMTPSA id x4sm11192318wif.0.2013.12.14.15.53.22\r
39         for <multiple recipients>\r
40         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
41         Sat, 14 Dec 2013 15:53:22 -0800 (PST)\r
42 From: Mark Walters <markwalters1009@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH v2 0/5] emacs: show: redesign unread/read logic\r
45 Date: Sat, 14 Dec 2013 23:53:12 +0000\r
46 Message-Id: <1387065197-15776-1-git-send-email-markwalters1009@gmail.com>\r
47 X-Mailer: git-send-email 1.7.9.1\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Sat, 14 Dec 2013 23:53:30 -0000\r
61 \r
62 Very impressively I managed to send v1 of this series backwards\r
63 (having read through the patches with --reverse so that log showed\r
64 them in the correct order I forgot to delete the --reverse for the\r
65 send-email)\r
66 \r
67 Anyway this the series in the correct order. v1 (the reversed series) and\r
68 proper cover-letter is at\r
69 id:1387064676-15508-1-git-send-email-markwalters1009@gmail.com\r
70 \r
71 Best wishes\r
72 \r
73 Mark\r
74 \r
75 Mark Walters (5):\r
76   test: make test_emacs call post-command-hook\r
77   emacs: tree: make the tree code force the mark read update\r
78   emacs: show: mark tags changed since buffer loaded\r
79   emacs: show: add an update seen function to post-command-hook\r
80   emacs: show: make `seen' mean user viewed whole message\r
81 \r
82  emacs/notmuch-show.el |  123 +++++++++++++++++++++++++++++++++++++++++--------\r
83  emacs/notmuch-tag.el  |  105 ++++++++++++++++++++++++++++++------------\r
84  emacs/notmuch-tree.el |    3 +\r
85  test/test-lib.el      |   16 ++++++\r
86  test/test-lib.sh      |    2 +-\r
87  5 files changed, 198 insertions(+), 51 deletions(-)\r
88 \r
89 -- \r
90 1.7.9.1\r
91 \r