[PATCH] lib: provide _notmuch_database_log_append
[notmuch-archives.git] / 6e / bb497a265eb49057d372dfaddb4a20d6b22ec6
1 Return-Path: <bremner@tesseract.cs.unb.ca>\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 82BB6431FD0\r
6         for <notmuch@notmuchmail.org>; Sat, 14 Dec 2013 17:16:41 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id pN50TTJZuGtB for <notmuch@notmuchmail.org>;\r
16         Sat, 14 Dec 2013 17:16:35 -0800 (PST)\r
17 Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
18         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id A33F3431FAE\r
21         for <notmuch@notmuchmail.org>; Sat, 14 Dec 2013 17:16:31 -0800 (PST)\r
22 Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
23         (envelope-from <bremner@tesseract.cs.unb.ca>)\r
24         id 1Vs0Jr-0000Ss-Bp; Sat, 14 Dec 2013 21:16:31 -0400\r
25 Received: (nullmailer pid 13835 invoked by uid 1000); Sun, 15 Dec 2013\r
26         01:16:15 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: notmuch@notmuchmail.org\r
29 Subject: [PATCH 2/2] test: remove call to notmuch-hello from\r
30         emacs_deliver_message\r
31 Date: Sun, 15 Dec 2013 09:15:58 +0800\r
32 Message-Id: <1387070158-30547-3-git-send-email-david@tethera.net>\r
33 X-Mailer: git-send-email 1.8.4.3\r
34 In-Reply-To: <1387070158-30547-1-git-send-email-david@tethera.net>\r
35 References: <1387070158-30547-1-git-send-email-david@tethera.net>\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Sun, 15 Dec 2013 01:16:41 -0000\r
49 \r
50 There is an obscure bug in notmuch-hello that very occasionally causes\r
51 emacs_deliver_message to fail. Since it it doesn't serve any actual\r
52 purpose in the function we delete it, and leave tracking down the the\r
53 bug for another day.\r
54 ---\r
55  test/test-lib.sh | 1 -\r
56  1 file changed, 1 deletion(-)\r
57 \r
58 diff --git a/test/test-lib.sh b/test/test-lib.sh\r
59 index 66c0720..1bb5610 100644\r
60 --- a/test/test-lib.sh\r
61 +++ b/test/test-lib.sh\r
62 @@ -452,7 +452,6 @@ emacs_deliver_message ()\r
63                 (mail-host-address \"example.com\")\r
64                (smtpmail-smtp-server \"localhost\")\r
65                (smtpmail-smtp-service \"25025\"))\r
66 -          (notmuch-hello)\r
67            (notmuch-mua-mail)\r
68            (message-goto-to)\r
69            (insert \"test_suite@notmuchmail.org\nDate: 01 Jan 2000 12:00:00 -0000\")\r
70 -- \r
71 1.8.4.3\r
72 \r