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 BDAB0431FC7 for ; Mon, 12 May 2014 07:03:55 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 9CpyCc9Pwv-4 for ; Mon, 12 May 2014 07:03:48 -0700 (PDT) Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 6A4C0431FC2 for ; Mon, 12 May 2014 07:03:48 -0700 (PDT) Received: by mail-wi0-f179.google.com with SMTP id bs8so4544564wib.0 for ; Mon, 12 May 2014 07:03:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:subject:in-reply-to:references:user-agent :from:date:message-id:mime-version:content-type; bh=XuLwkods7RoBbL5/MTlmcMSwWPbbHGDonFxElR8XgBA=; b=UAIDtPh+Q8jOYRYbR5IA+2mcqj3szSf/1S8DL51aGtfRnjQJgx2rrAQeLGCFpaC9tn XK+uEybT1+PnRckyK4e6gHbqLYXDgdEk3EC2DEIQH6ONgoxrqvs3fVKwd1AqLPe4NWdg knNatoUx00o1OpxLp4jc9loMw8RirdqILq4P3miUiR/H0msUkKa02wMm9v1yqa+jVI5m XvLOoJB0TLqQwyuCLb7dpUiR3PQQYwlDgfWyFOFRFeZnvVKLIuoFWfgfKOqYpb5Ky1Nt YFh+uxOVOlHrWeV+hyyJRaGaT/yZyFJgB3qOcSpVUsKi8Qmhfk36JWBIz+nIH5oGv8Z1 54Sw== X-Gm-Message-State: ALoCoQn+eBxQdUmA5Jq2+S0eNSBZyqQ3FgsyUErv0PNWQfageAuD/u9N79oBNxEggFj/1uFyYuDI X-Received: by 10.180.39.178 with SMTP id q18mr15976462wik.56.1399903427132; Mon, 12 May 2014 07:03:47 -0700 (PDT) Received: from localhost ([2a01:348:1a2:1:a288:b4ff:fe8a:77d8]) by mx.google.com with ESMTPSA id ht5sm8605285wjb.49.2014.05.12.07.03.45 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 12 May 2014 07:03:45 -0700 (PDT) To: Mark Walters , notmuch@notmuchmail.org Subject: Re: [PATCH 2/7] emacs: hello: allow saved search display functions In-Reply-To: <1399797282-20389-3-git-send-email-markwalters1009@gmail.com> References: <1399797282-20389-1-git-send-email-markwalters1009@gmail.com> <1399797282-20389-3-git-send-email-markwalters1009@gmail.com> User-Agent: Notmuch/0.18 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu) From: David Edmondson Date: Mon, 12 May 2014 15:03:41 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" 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: Mon, 12 May 2014 14:03:55 -0000 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, May 11 2014, Mark Walters wrote: > Extend the saved search plist to include a :display-function property > that can customise the display of the saved search. It can change the > count string displayed and the name string. Thus the user can > customise so that a particular search: > > does not show a count (and is thus hello is faster), shows a thread > count, show a combined message/thread count, changes colour of the > search button based on new messages arriving etc. > > The display function should use (&rest args) to take a keyword list of > arguments. The advantage of this is that it is easy to add extra > arguments in a backwards compatible way (existing user scripts will > still work). > > If a user uses this it will not take advantage of the batch counting > currently done so will make things slower over remote links (except in > cases where no query is done!). > > It also deletes the :count-query option from the customise for saved > searches as this method is much more general. The code still supports > the :count-query option though (just the defcustom does not). > --- > emacs/notmuch-hello.el | 47 +++++++++++++++++++++++++++++++-----------= ----- > 1 file changed, 31 insertions(+), 16 deletions(-) > > diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el > index 0a7004c..7075860 100644 > --- a/emacs/notmuch-hello.el > +++ b/emacs/notmuch-hello.el > @@ -85,12 +85,13 @@ (define-widget 'notmuch-saved-search-plist 'list > (group :format "%v" :inline t (const :format " Query: " :query) (stri= ng :format "%v"))) > (checklist :inline t > :format "%v" > - (group :format "%v" :inline t (const :format "Count-Query: " :cou= nt-query) (string :format "%v")) > (group :format "%v" :inline t (const :format "" :sort-order) > (choice :tag " Sort Order" > (const :tag "Default" nil) > (const :tag "Oldest-first" oldest-first) > - (const :tag "Newest-first" newest-first)))))) > + (const :tag "Newest-first" newest-first))) > + (group :format "%v" :inline t (const :format "Display-function: "= :display-function) (function :format "%v"))))) > + >=20=20 > (defcustom notmuch-saved-searches '((:name "inbox" :query "tag:inbox") > (:name "unread" :query "tag:unread")) > @@ -101,12 +102,19 @@ (defcustom notmuch-saved-searches '((:name "inbox" = :query "tag:inbox") >=20=20 > :name Name of the search (required). > :query Search to run (required). > - :count-query Optional extra query to generate the count > - shown. If not present then the :query property > - is used. > :sort-order Specify the sort order to be used for the search. > Possible values are 'oldest-first 'newest-first or > nil. Nil means use the default sort order. > + :display-function Optional function to generate the count and > + name to be displayed. The function takes a > + keyword list of arguments (it should use > + &rest). Keywords include :current for the > + current saved search plist and :options. If > + this function is not set then the default > + display of message count and name is used. The > + function should return an updated saved search > + plist including :name and :count as the name > + and count-string to be displayed. >=20=20 > Other accepted forms are a cons cell of the form (NAME . QUERY) > or a list of the form (NAME QUERY COUNT-QUERY)." > @@ -507,15 +515,16 @@ (defun notmuch-hello-query-counts (query-list &rest= options) > `notmuch-hello-insert-searches'." > (with-temp-buffer > (dolist (elem query-list nil) > - (let ((count-query (or (notmuch-saved-search-get elem :count-query) > - (notmuch-saved-search-get elem :query)))) > - (insert > - (replace-regexp-in-string > - "\n" " " > - (notmuch-hello-filtered-query count-query > - (or (plist-get options :filter-count) > - (plist-get options :filter)))) > - "\n"))) > + (unless (notmuch-saved-search-get elem :display-function) > + (let ((count-query (or (notmuch-saved-search-get elem :count-query) > + (notmuch-saved-search-get elem :query)))) > + (insert > + (replace-regexp-in-string > + "\n" " " > + (notmuch-hello-filtered-query count-query > + (or (plist-get options :filter-count) > + (plist-get options :filter)))) > + "\n")))) >=20=20 > (unless (=3D (call-process-region (point-min) (point-max) notmuch-co= mmand > t t nil "count" "--batch") 0) > @@ -530,8 +539,14 @@ (defun notmuch-hello-query-counts (query-list &rest = options) > #'identity > (mapcar > (lambda (elem) > - (let* ((elem-plist (notmuch-hello-saved-search-to-plist elem))) > - (notmuch-hello-batch-message-count elem-plist options))) > + (let* ((elem-plist (notmuch-hello-saved-search-to-plist elem)) > + (display-function (plist-get elem-plist :display-function)) > + (result (if display-function > + (funcall display-function > + :current elem-plist > + :option options) > + (notmuch-hello-batch-message-count elem-plist > options)))) If `notmuch-hello-batch-message-count' were re-written to operate as a display-function, this could be replaced with something like: (let* ((elem-plist (notmuch-hello-saved-search-to-plist elem)) (result (funcall (or (plist-get elem-plist :display-function) #'notmuch-hello-batch-message-count) :current elem-plist :option options)) > + result)) > query-list)))) >=20=20 > (defun notmuch-hello-insert-buttons (searches) > --=20 > 1.7.10.4 > > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > http://notmuchmail.org/mailman/listinfo/notmuch --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iKYEARECAGYFAlNw1L1fFIAAAAAALgAoaXNzdWVyLWZwckBub3RhdGlvbnMub3Bl bnBncC5maWZ0aGhvcnNlbWFuLm5ldDc1M0Y5NDJDMEExNjc3MDE4OURGMUYyMDY5 RUNEMEFCRjA0OTY1MTYACgkQaezQq/BJZRYN3wCfbDQh4uxCmKiAgavy2XvYt9pJ LboAnjdqXDENPxF5/9CcUNhczpVCZLP9 =3Ms3 -----END PGP SIGNATURE----- --=-=-=--