[PATCH 1/7] cli/reply: push notmuch reply format abstraction lower in the stack
[notmuch-archives.git] / 28 / 0b65eb44649eb076552ef102787970cf982123
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 1B8B6429E31\r
6         for <notmuch@notmuchmail.org>; Sun, 12 Feb 2012 10:48:55 -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: 0.201\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.201 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         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 cxQ7EmBfuZYy for <notmuch@notmuchmail.org>;\r
18         Sun, 12 Feb 2012 10:48:54 -0800 (PST)\r
19 Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
20         [74.125.82.181]) (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 64ECA431FAE\r
23         for <notmuch@notmuchmail.org>; Sun, 12 Feb 2012 10:48:54 -0800 (PST)\r
24 Received: by werp13 with SMTP id p13so3496132wer.26\r
25         for <notmuch@notmuchmail.org>; Sun, 12 Feb 2012 10:48:53 -0800 (PST)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
27         h=from:to:cc:subject:date:message-id:x-mailer;\r
28         bh=mUp+EVr0vD7goJl52m9balFssoWZyIVtUwDW6XEvlh4=;\r
29         b=S+FhX/fS2871PQ7fUr/3fHXaPRYjiyNVadxuTk6tlMn6IZKcVXe/KiY+Y/G66d7P/e\r
30         kfe/fxHPK6BWQoOR1uwZRAbFIcmKZotfBIcv5uQIsd3mW3ZZxm1roEGu+sJXnQMP38Gz\r
31         I1CjofZiMpCQkPh1Ei3iIGcCUnbBHRfcI8hDE=\r
32 Received: by 10.180.90.194 with SMTP id by2mr20246853wib.5.1329072533174;\r
33         Sun, 12 Feb 2012 10:48:53 -0800 (PST)\r
34 Received: from localhost (94-192-233-223.zone6.bethere.co.uk.\r
35  [94.192.233.223])      by mx.google.com with ESMTPS id\r
36  bj10sm16729174wib.9.2012.02.12.10.48.51        (version=TLSv1/SSLv3 cipher=OTHER);\r
37         Sun, 12 Feb 2012 10:48:52 -0800 (PST)\r
38 From: Mark Walters <markwalters1009@gmail.com>\r
39 To: notmuch@notmuchmail.org\r
40 Subject: [RFC PATCH v2 0/3] notmuch-pick: an emacs threaded message view with\r
41         split-pane\r
42 Date: Sun, 12 Feb 2012 18:49:36 +0000\r
43 Message-Id: <1329072579-27340-1-git-send-email-markwalters1009@gmail.com>\r
44 X-Mailer: git-send-email 1.7.2.3\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Sun, 12 Feb 2012 18:48:55 -0000\r
58 \r
59 Here is a rebased version of the notmuch-pick patch set\r
60 id:"87d39k1gvi.fsf@qmul.ac.uk". It now applies directly \r
61 to master since Jani's notmuch-show command line parsing \r
62 has been pushed.\r
63 \r
64 It includes the significant bug fix (at least for anyone working \r
65 with a dark background) from Daniel making matched messages \r
66 highlight color both configurable and have a sensible default.\r
67 These are in the notmuch-pick subgroup of the customize menus.\r
68 \r
69 Best wishes\r
70 \r
71 Mark\r
72 \r
73 Mark Walters (3):\r
74   cli: notmuch-show changes to support pick\r
75   emacs: changes to other files to support notmuch-pick\r
76   emacs: add notmuch-pick itself\r
77 \r
78  emacs/Makefile.local   |    3 +-\r
79  emacs/notmuch-hello.el |   10 +\r
80  emacs/notmuch-lib.el   |    4 +\r
81  emacs/notmuch-pick.el  |  585 ++++++++++++++++++++++++++++++++++++++++++++++++\r
82  emacs/notmuch-query.el |    4 +-\r
83  emacs/notmuch-show.el  |   25 ++-\r
84  emacs/notmuch.el       |    8 +\r
85  notmuch-client.h       |    9 +-\r
86  notmuch-show.c         |   90 +++++++-\r
87  9 files changed, 722 insertions(+), 16 deletions(-)\r
88  create mode 100644 emacs/notmuch-pick.el\r
89 \r
90 -- \r
91 1.7.2.3\r
92 \r