Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 1B8B6429E31 for ; Sun, 12 Feb 2012 10:48:55 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.201 X-Spam-Level: X-Spam-Status: No, score=0.201 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cxQ7EmBfuZYy for ; Sun, 12 Feb 2012 10:48:54 -0800 (PST) Received: from mail-we0-f181.google.com (mail-we0-f181.google.com [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 64ECA431FAE for ; Sun, 12 Feb 2012 10:48:54 -0800 (PST) Received: by werp13 with SMTP id p13so3496132wer.26 for ; Sun, 12 Feb 2012 10:48:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; bh=mUp+EVr0vD7goJl52m9balFssoWZyIVtUwDW6XEvlh4=; b=S+FhX/fS2871PQ7fUr/3fHXaPRYjiyNVadxuTk6tlMn6IZKcVXe/KiY+Y/G66d7P/e kfe/fxHPK6BWQoOR1uwZRAbFIcmKZotfBIcv5uQIsd3mW3ZZxm1roEGu+sJXnQMP38Gz I1CjofZiMpCQkPh1Ei3iIGcCUnbBHRfcI8hDE= Received: by 10.180.90.194 with SMTP id by2mr20246853wib.5.1329072533174; Sun, 12 Feb 2012 10:48:53 -0800 (PST) Received: from localhost (94-192-233-223.zone6.bethere.co.uk. [94.192.233.223]) by mx.google.com with ESMTPS id bj10sm16729174wib.9.2012.02.12.10.48.51 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 12 Feb 2012 10:48:52 -0800 (PST) From: Mark Walters To: notmuch@notmuchmail.org Subject: [RFC PATCH v2 0/3] notmuch-pick: an emacs threaded message view with split-pane Date: Sun, 12 Feb 2012 18:49:36 +0000 Message-Id: <1329072579-27340-1-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.2.3 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 18:48:55 -0000 Here is a rebased version of the notmuch-pick patch set id:"87d39k1gvi.fsf@qmul.ac.uk". It now applies directly to master since Jani's notmuch-show command line parsing has been pushed. It includes the significant bug fix (at least for anyone working with a dark background) from Daniel making matched messages highlight color both configurable and have a sensible default. These are in the notmuch-pick subgroup of the customize menus. Best wishes Mark Mark Walters (3): cli: notmuch-show changes to support pick emacs: changes to other files to support notmuch-pick emacs: add notmuch-pick itself emacs/Makefile.local | 3 +- emacs/notmuch-hello.el | 10 + emacs/notmuch-lib.el | 4 + emacs/notmuch-pick.el | 585 ++++++++++++++++++++++++++++++++++++++++++++++++ emacs/notmuch-query.el | 4 +- emacs/notmuch-show.el | 25 ++- emacs/notmuch.el | 8 + notmuch-client.h | 9 +- notmuch-show.c | 90 +++++++- 9 files changed, 722 insertions(+), 16 deletions(-) create mode 100644 emacs/notmuch-pick.el -- 1.7.2.3