Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / 57 / 91cd01d072bdc759f6b9032c2074441f9cc19e
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 BB90D429E27\r
6         for <notmuch@notmuchmail.org>; Mon,  9 May 2011 20:30:48 -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: 1.7\r
10 X-Spam-Level: *\r
11 X-Spam-Status: No, score=1.7 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, FREEMAIL_REPLY=2.499, RCVD_IN_DNSWL_LOW=-0.7]\r
14         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 rX6cWUzWcGAS for <notmuch@notmuchmail.org>;\r
18         Mon,  9 May 2011 20:30:48 -0700 (PDT)\r
19 Received: from mail-fx0-f53.google.com (mail-fx0-f53.google.com\r
20         [209.85.161.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id F1AE1429E26\r
23         for <notmuch@notmuchmail.org>; Mon,  9 May 2011 20:30:47 -0700 (PDT)\r
24 Received: by fxm8 with SMTP id 8so4348123fxm.26\r
25         for <notmuch@notmuchmail.org>; Mon, 09 May 2011 20:30:46 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
27         h=domainkey-signature:from:to:subject:date:message-id:x-mailer;\r
28         bh=XFlqBWdkfaTfxocHr/EjPEd8sUeIKeaKM3SwyvlLc6Q=;\r
29         b=KVzTyMNqNnqxlTYYCAwQmBYfAQzcVsYnDuwx6Ls4a3iB4ck8Gxnxf2nfXWeUZ++Zal\r
30         +1VmvzHclDDKfxSXAp2iq3ZUcbP50dwJXkslEcKuz2iPVJkGjSMw2/DLjS5zhq9SXzIN\r
31         zkVqEvEbz4jnS/RYeM5EaFfH/T+x8D4oJLDfU=\r
32 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;\r
33         h=from:to:subject:date:message-id:x-mailer;\r
34         b=kgdWJ7yPOcOkVpi15RD4U/izR8bmxu4XvWjyXtcliDfLZcL8TQPqkSjDJmy3nVEabe\r
35         WmbfIxSd6XR12aG+uM32B10jeFO6qH8zNtfsgzgdrNknvCqmfEOFzbJKJCo3gIIhKe77\r
36         bgDeKGw4BDN2ZxMhQ5xaxmn7NCOb8Y3rlILTw=\r
37 Received: by 10.223.99.85 with SMTP id t21mr766249fan.102.1304998246708;\r
38         Mon, 09 May 2011 20:30:46 -0700 (PDT)\r
39 Received: from localhost ([91.144.186.21])\r
40         by mx.google.com with ESMTPS id 13sm2202822fau.16.2011.05.09.20.30.45\r
41         (version=TLSv1/SSLv3 cipher=OTHER);\r
42         Mon, 09 May 2011 20:30:46 -0700 (PDT)\r
43 From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
44 To: Notmuch Mail <notmuch@notmuchmail.org>\r
45 Subject: [PATCH v2 0/2] test: add test for saving attachments using\r
46         notmuch-show-save-part\r
47 Date: Tue, 10 May 2011 07:30:49 +0400\r
48 Message-Id: <1304998251-28700-1-git-send-email-dmitry.kurochkin@gmail.com>\r
49 X-Mailer: git-send-email 1.7.5.1\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Tue, 10 May 2011 03:30:48 -0000\r
63 \r
64 This is amended patch from\r
65 id:"1304990689-10933-1-git-send-email-dmitry.kurochkin@gmail.com"\r
66 to test saving attachments withing Emacs using\r
67 notmuch-show-save-part.  It uses test_expect_equal_file instead\r
68 of test_expect_equal as suggested by Jameson.\r
69 \r
70 This patch is for the release-candidate/0.6 branch.\r
71 \r
72 Regards,\r
73   Dmitry\r