"snoozing" with notmuch?
[notmuch-archives.git] / 1e / 1d0a9ad158de85c39073295f83c86e4176840e
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 793D6431FBF\r
6         for <notmuch@notmuchmail.org>; Thu, 13 Dec 2012 01:12:23 -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 jatob5-abnwo for <notmuch@notmuchmail.org>;\r
18         Thu, 13 Dec 2012 01:12:23 -0800 (PST)\r
19 Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
20         [74.125.82.181]) (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 2BE79431FC0\r
23         for <notmuch@notmuchmail.org>; Thu, 13 Dec 2012 01:12:22 -0800 (PST)\r
24 Received: by mail-we0-f181.google.com with SMTP id t11so723372wey.26\r
25         for <notmuch@notmuchmail.org>; Thu, 13 Dec 2012 01:12:21 -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:in-reply-to:references;\r
28         bh=fqtw5ubvo3mZ4mvIWdatCv3rymr4Ku6h0E/NdA2Cp1s=;\r
29         b=M/RBrk03n/ScHyLZko3eieoDjtITSPYEhwCI3yu2YSUZLVxsPp84VqM85McTABA2oP\r
30         0k9Jl4j2/Nz1X7WPmxGrJ3nBsvLVS/jFy3ur4sqGi+++PHD1jmxJphggfRr1VPNc96Ee\r
31         zZSDKjfxjzQ9IBVMryD/3oF+GGeLzqjB8RDm+ktHatOfuw9+UVow/+TSR3foJnvJKNP5\r
32         oUiLybu2mrIALLw7of6Z4feOQ+zNCDf83j4AdkegIE0JUazx/3EvWaGehnbBucKKFRlG\r
33         +KgtAHc7cFD6bZ48TWgzsr3zfAWazfdWrm4IThOmuRhIpoCN6ik6t0GiC6eK7Okf29f3\r
34         5nqQ==\r
35 Received: by 10.180.81.41 with SMTP id w9mr17548826wix.18.1355389941004;\r
36         Thu, 13 Dec 2012 01:12:21 -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 cf6sm1552800wib.3.2012.12.13.01.12.19\r
39         (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Thu, 13 Dec 2012 01:12:20 -0800 (PST)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v2 4/5] emacs: wash: fix fake-diff part to include msg\r
44         parameter\r
45 Date: Thu, 13 Dec 2012 09:12:03 +0000\r
46 Message-Id: <1355389924-3718-5-git-send-email-markwalters1009@gmail.com>\r
47 X-Mailer: git-send-email 1.7.9.1\r
48 In-Reply-To: <1355389924-3718-1-git-send-email-markwalters1009@gmail.com>\r
49 References: <1355389924-3718-1-git-send-email-markwalters1009@gmail.com>\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: Thu, 13 Dec 2012 09:12:23 -0000\r
63 \r
64 The fake-diff part from notmuch wash did not pass the msg parameter to\r
65 notmuch-show-insert-bodypart. Previously this did not matter, but is\r
66 now needed to get the overlays right for invisibility.\r
67 ---\r
68  emacs/notmuch-wash.el |    2 +-\r
69  1 files changed, 1 insertions(+), 1 deletions(-)\r
70 \r
71 diff --git a/emacs/notmuch-wash.el b/emacs/notmuch-wash.el\r
72 index 7d003a2..b2affba 100644\r
73 --- a/emacs/notmuch-wash.el\r
74 +++ b/emacs/notmuch-wash.el\r
75 @@ -378,7 +378,7 @@ for error."\r
76                                (plist-get\r
77                                 (plist-get msg :headers) :Subject))))\r
78         (delete-region (point-min) (point-max))\r
79 -       (notmuch-show-insert-bodypart nil part depth)))))\r
80 +       (notmuch-show-insert-bodypart msg part depth)))))\r
81  \r
82  ;;\r
83  \r
84 -- \r
85 1.7.9.1\r
86 \r