Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 72 / ddd8784d44a48e5216e4172a6a6cc9e88c46cb
1 Return-Path: <dmitry.kurochkin@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 945CE431FC4\r
6         for <notmuch@notmuchmail.org>; Sat,  5 May 2012 07:41:54 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id VagEHZTTBDCd for <notmuch@notmuchmail.org>;\r
17         Sat,  5 May 2012 07:41:53 -0700 (PDT)\r
18 Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com\r
19         [209.85.217.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 17867431FC9\r
22         for <notmuch@notmuchmail.org>; Sat,  5 May 2012 07:41:49 -0700 (PDT)\r
23 Received: by lbbgk8 with SMTP id gk8so2900763lbb.26\r
24         for <notmuch@notmuchmail.org>; Sat, 05 May 2012 07:41:48 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=from:to:subject:date:message-id:x-mailer:in-reply-to:references;\r
27         bh=Xu1wZNViheYh+QOVjwrwiTA6Uq5eWWcOEML2gIZXwT8=;\r
28         b=BIGO0KuJxCZ8zCjR9wppGhPvCslhy49lzAfLokc8Jr1vumMUg/hVKVlAMBqhKX83O0\r
29         SM2Ly9gQ7E4WrbchxY/u7xcY+kTd4sGoL8xxwkfq7+IaGbfl0I1YeA2HQ8PYRShcGY+i\r
30         X/PjgeistwMEQss3S0C25oJuWD/zt/6Q+i0Zuyk81hIPf/kMvbkXd53NnJTbABF4hgtg\r
31         qixR4e/5NMz4RB08qAxlyXLjmoZy38hyhHUeACtVHQrE6Wx87fPAY2PRKQpUtTrcLgwT\r
32         bWorEjFVJFYjOQOnBT3t/SdPzZa4BJvRRTEQWZqHsJWRSna675t/QtyyBwMosG8GwRAr\r
33         er1A==\r
34 Received: by 10.112.103.194 with SMTP id fy2mr4495738lbb.64.1336228908360;\r
35         Sat, 05 May 2012 07:41:48 -0700 (PDT)\r
36 Received: from localhost ([91.144.186.21])\r
37         by mx.google.com with ESMTPS id fx5sm15365630lbb.5.2012.05.05.07.41.47\r
38         (version=TLSv1/SSLv3 cipher=OTHER);\r
39         Sat, 05 May 2012 07:41:47 -0700 (PDT)\r
40 From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
41 To: notmuch@notmuchmail.org\r
42 Subject: [PATCH 2/2] emacs: fix custom queries section customization widget in\r
43         notmuch-hello\r
44 Date: Sat,  5 May 2012 18:39:47 +0400\r
45 Message-Id: <1336228787-24936-2-git-send-email-dmitry.kurochkin@gmail.com>\r
46 X-Mailer: git-send-email 1.7.10\r
47 In-Reply-To: <1336228787-24936-1-git-send-email-dmitry.kurochkin@gmail.com>\r
48 References: <1336228787-24936-1-git-send-email-dmitry.kurochkin@gmail.com>\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Sat, 05 May 2012 14:41:54 -0000\r
62 \r
63 The customization widget referred to a non-existing function\r
64 `notmuch-hello-insert-query-list'.  The patch changes it to the\r
65 correct one - `notmuch-hello-insert-searches'.  The relevant test is\r
66 fixed now.\r
67 ---\r
68  emacs/notmuch-hello.el |    2 +-\r
69  test/emacs-hello       |    1 -\r
70  2 files changed, 1 insertion(+), 2 deletions(-)\r
71 \r
72 diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el\r
73 index f10d98d..684bedc 100644\r
74 --- a/emacs/notmuch-hello.el\r
75 +++ b/emacs/notmuch-hello.el\r
76 @@ -187,7 +187,7 @@ This should only be set by `notmuch-hello-insert-search'.")\r
77    :tag "Customized queries section (see docstring for details)"\r
78    :type\r
79    `(list :tag ""\r
80 -        (const :tag "" notmuch-hello-insert-query-list)\r
81 +        (const :tag "" notmuch-hello-insert-searches)\r
82          (string :tag "Title for this section")\r
83          (repeat :tag "Queries"\r
84                  (cons (string :tag "Name") (string :tag "Query")))\r
85 diff --git a/test/emacs-hello b/test/emacs-hello\r
86 index 936d00e..a998dc4 100755\r
87 --- a/test/emacs-hello\r
88 +++ b/test/emacs-hello\r
89 @@ -52,7 +52,6 @@ test_emacs "(let* ((widget (widget-create 'notmuch-hello-tags-section))\r
90  test_expect_equal_file OUTPUT $EXPECTED/notmuch-hello-empty-custom-tags-section\r
91  \r
92  test_begin_subtest "Empty custom queries section"\r
93 -test_subtest_known_broken\r
94  test_emacs "(let* ((widget (widget-create 'notmuch-hello-query-section))\r
95                     (notmuch-hello-sections (list (widget-value widget))))\r
96               (notmuch-hello)\r
97 -- \r
98 1.7.10\r
99 \r