Re: [ANNOUNCE] mutt with notmuch support
[notmuch-archives.git] / a4 / 6f58a7b0776f258a7fb2ea1db9ff311b6a1c1a
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 58024429E29\r
6         for <notmuch@notmuchmail.org>; Sun, 26 Jun 2011 16:53:17 -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 ht0vaZbDuI73 for <notmuch@notmuchmail.org>;\r
17         Sun, 26 Jun 2011 16:53:17 -0700 (PDT)\r
18 Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com\r
19         [209.85.214.53]) (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 AA889431FD0\r
22         for <notmuch@notmuchmail.org>; Sun, 26 Jun 2011 16:53:16 -0700 (PDT)\r
23 Received: by bwg12 with SMTP id 12so3882788bwg.26\r
24         for <notmuch@notmuchmail.org>; Sun, 26 Jun 2011 16:53:15 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=domainkey-signature:from:to:cc:subject:date:message-id:x-mailer;\r
27         bh=dzdbz0vE4W1zIE7bSBnXpKCoHB4sZtQk966XvG01opQ=;\r
28         b=uii0Wowld7Bds70GQEgieiFQJkdT2d1LawxD/OIIs0N0lPp2bgtv13lIWv4X3Iy38L\r
29         962xeJCkS+7fzJXRQl+cLHEibEXKGEKYJ25Th/EbVs3KGM759l7Pub5NQwd72pcpijay\r
30         g6+hHbAZn5rXcX1KyxLKOFk8HVOFb0mHL3uaw=\r
31 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;\r
32         h=from:to:cc:subject:date:message-id:x-mailer;\r
33         b=NxN/9Y9txaJC/O3c9cmVJveTwEPNjO3TN7M/dm0Ukc7H1QXfDmFMTjq+hnRyGHiJhx\r
34         TDDzgCIoetnGKgobLU3HkpO9UnHNdfAu7JTov/7M0wMAdznbzeAbGYcEhV4ibnD563ow\r
35         cfxtBQdhjGa6yBx5DsMI+Yg7crkgQYj/MCeb0=\r
36 Received: by 10.204.14.7 with SMTP id e7mr3928884bka.31.1309132394994;\r
37         Sun, 26 Jun 2011 16:53:14 -0700 (PDT)\r
38 Received: from localhost ([91.144.186.21])\r
39         by mx.google.com with ESMTPS id af13sm3651531bkc.19.2011.06.26.16.53.12\r
40         (version=TLSv1/SSLv3 cipher=OTHER);\r
41         Sun, 26 Jun 2011 16:53:13 -0700 (PDT)\r
42 From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH 1/5] test: do not set `message-signature' in test_emacs\r
45 Date: Mon, 27 Jun 2011 03:52:55 +0400\r
46 Message-Id: <1309132379-24089-1-git-send-email-dmitry.kurochkin@gmail.com>\r
47 X-Mailer: git-send-email 1.7.5.4\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Sun, 26 Jun 2011 23:53:17 -0000\r
61 \r
62 It is no longer needed since tests are run in a temporary home\r
63 directory instead of the user's one.\r
64 ---\r
65  test/test-lib.sh |    3 ---\r
66  1 files changed, 0 insertions(+), 3 deletions(-)\r
67 \r
68 diff --git a/test/test-lib.sh b/test/test-lib.sh\r
69 index cc20f41..3ec388c 100755\r
70 --- a/test/test-lib.sh\r
71 +++ b/test/test-lib.sh\r
72 @@ -855,8 +855,6 @@ fi\r
73  #\r
74  # notmuch-test-wait    Function for tests to use to wait for process completion\r
75  #\r
76 -# message-signature    Avoiding appending user's signature on messages\r
77 -#\r
78  # set-frame-width      80 columns (avoids crazy 10-column default of --batch)\r
79  \r
80  emacs \$BATCH --no-init-file --no-site-file \\r
81 @@ -865,7 +863,6 @@ emacs \$BATCH --no-init-file --no-site-file \\r
82         --eval "(defun notmuch-test-wait ()\r
83                         (while (get-buffer-process (current-buffer))\r
84                                 (sleep-for 0.1)))" \\r
85 -       --eval "(setq message-signature nil)" \\r
86         --eval "(progn (set-frame-width (window-frame (get-buffer-window)) 80) \$@)"\r
87  EOF\r
88         chmod a+x ./run_emacs\r
89 -- \r
90 1.7.5.4\r
91 \r