[PATCH 05/17] nmbug-status: Add metavars for --config and --get-query
[notmuch-archives.git] / b7 / e327bf3b4baa08a5081cd21bc741fa19eb24d4
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 7497A431FAF\r
6         for <notmuch@notmuchmail.org>; Thu, 29 Nov 2012 02:04:37 -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 VTdSBTTEpSGy for <notmuch@notmuchmail.org>;\r
18         Thu, 29 Nov 2012 02:04:37 -0800 (PST)\r
19 Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com\r
20  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
21  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
22  E5737431FAE    for <notmuch@notmuchmail.org>; Thu, 29 Nov 2012 02:04:36 -0800\r
23  (PST)\r
24 Received: by mail-wg0-f45.google.com with SMTP id dq11so6555716wgb.2\r
25         for <notmuch@notmuchmail.org>; Thu, 29 Nov 2012 02:04:34 -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:x-mailer;\r
28         bh=n9HTXvrObUEO+ftDr+ERmZlfIg/fP4f1dU7jEgNstTE=;\r
29         b=eAu/uFf7nwG7/LjMqT+rAGXNvOFAtBgzGIJke/xUVg1d3CEcWm6kAgfgXDcVfd5LHr\r
30         aVigUsJvPoVDafzgqerXNmes/CI/hWcMmEbHYERY6vHfxTwe6yiEev62y1ec8pCGd7J8\r
31         F+PU+TwYU6ngxr/QUgiTnidyQgc77MMJoJJ6zGTuwrIRHVHjgguloiHAEJtyWPRwdS1B\r
32         NY/Pa1nRP6SCRyuo1sdKdJdgfhRJtPp/o2Nk0V1a9v97cY3QL/38SlAmAIONXvUrv+vI\r
33         6dp9WSktavsiezjXVRlPpFKLsu/w8sh5FM340fM4Q/A75mfWtiFnUUtMqROl+0OjLteG\r
34         4Rcw==\r
35 Received: by 10.180.105.105 with SMTP id gl9mr13425601wib.17.1354183474373;\r
36         Thu, 29 Nov 2012 02:04:34 -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 ESMTPS id u6sm1681797wif.2.2012.11.29.02.04.32\r
39         (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Thu, 29 Nov 2012 02:04:33 -0800 (PST)\r
41 From: markwalters1009 <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH] contrib: pick: remove some debug timing messages\r
44 Date: Thu, 29 Nov 2012 10:04:34 +0000\r
45 Message-Id: <1354183474-25707-1-git-send-email-markwalters1009@gmail.com>\r
46 X-Mailer: git-send-email 1.7.9.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: Thu, 29 Nov 2012 10:04:37 -0000\r
60 \r
61 When I submitted notmuch-pick I deleted most of the debug messages but\r
62 I missed two cases. Remove them now.\r
63 ---\r
64 \r
65  contrib/notmuch-pick/notmuch-pick.el |    6 +-----\r
66  1 files changed, 1 insertions(+), 5 deletions(-)\r
67 \r
68 diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el\r
69 index db2a7cb..ada9af7 100644\r
70 --- a/contrib/notmuch-pick/notmuch-pick.el\r
71 +++ b/contrib/notmuch-pick/notmuch-pick.el\r
72 @@ -807,8 +807,6 @@ Complete list of currently available key bindings:\r
73          (message-arg "--entire-thread"))\r
74      (if (equal (car (process-lines notmuch-command "count" search-args)) "0")\r
75         (setq search-args basic-query))\r
76 -    (message "starting parser %s"\r
77 -            (format-time-string "%r"))\r
78      (if notmuch-pick-asynchronous-parser\r
79         (let ((proc (start-process\r
80                      "notmuch-pick" buffer\r
81 @@ -831,9 +829,7 @@ Complete list of currently available key bindings:\r
82           (list "--body=false" message-arg search-args)))\r
83         (save-excursion\r
84           (goto-char (point-max))\r
85 -         (insert "End of search results.\n"))\r
86 -       (message "sync parser finished %s"\r
87 -                (format-time-string "%r"))))))\r
88 +         (insert "End of search results.\n"))))))\r
89  \r
90  \r
91  (defun notmuch-pick (&optional query query-context buffer-name show-first-match)\r
92 -- \r
93 1.7.9.1\r
94 \r