Re: Flat search and threaded views
[notmuch-archives.git] / 72 / 01fc2d10abe0b4f7a5ac9bd297420f1a572c8b
1 Return-Path: <pieter@praet.org>\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 12471431FC0\r
6         for <notmuch@notmuchmail.org>; Fri,  3 Feb 2012 02:26:31 -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.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 w1heV38hddKC for <notmuch@notmuchmail.org>;\r
16         Fri,  3 Feb 2012 02:26:30 -0800 (PST)\r
17 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com\r
18         [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id AC212431FCF\r
21         for <notmuch@notmuchmail.org>; Fri,  3 Feb 2012 02:26:26 -0800 (PST)\r
22 Received: by wibhi8 with SMTP id hi8so2697793wib.26\r
23         for <notmuch@notmuchmail.org>; Fri, 03 Feb 2012 02:26:25 -0800 (PST)\r
24 Received: by 10.180.24.7 with SMTP id q7mr10480085wif.14.1328264785540;\r
25         Fri, 03 Feb 2012 02:26:25 -0800 (PST)\r
26 Received: from localhost ([109.131.13.166])\r
27         by mx.google.com with ESMTPS id m8sm15927755wia.11.2012.02.03.02.26.24\r
28         (version=TLSv1/SSLv3 cipher=OTHER);\r
29         Fri, 03 Feb 2012 02:26:25 -0800 (PST)\r
30 From: Pieter Praet <pieter@praet.org>\r
31 To: David Bremner <david@tethera.net>\r
32 Subject: [PATCH v6 3/3] post-merge fixes\r
33 Date: Fri,  3 Feb 2012 11:24:09 +0100\r
34 Message-Id: <1328264649-27346-3-git-send-email-pieter@praet.org>\r
35 X-Mailer: git-send-email 1.7.8.1\r
36 In-Reply-To: <87r4yc2p3y.fsf@praet.org>\r
37 References: <87r4yc2p3y.fsf@praet.org>\r
38 Cc: Notmuch Mail <notmuch@notmuchmail.org>\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Fri, 03 Feb 2012 10:26:31 -0000\r
52 \r
53 ---\r
54  emacs/notmuch-mua.el |    2 +-\r
55  test/emacs           |    2 +-\r
56  2 files changed, 2 insertions(+), 2 deletions(-)\r
57 \r
58 diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el\r
59 index 3e93d7c..768b693 100644\r
60 --- a/emacs/notmuch-mua.el\r
61 +++ b/emacs/notmuch-mua.el\r
62 @@ -116,7 +116,7 @@ list."\r
63    ;; properly quote them in the reply.  Note that using `point-max'\r
64    ;; instead of `mark' here is wrong.  The buffer may include user's\r
65    ;; signature which should not be MML-quoted.\r
66 -  (mml-quote-region (point) (point-max)))\r
67 +  (mml-quote-region (point) (mark)))\r
68  \r
69  (defun notmuch-mua-forward-message ()\r
70    (message-forward)\r
71 diff --git a/test/emacs b/test/emacs\r
72 index 2d066ed..f4955fe 100755\r
73 --- a/test/emacs\r
74 +++ b/test/emacs\r
75 @@ -288,7 +288,7 @@ Subject: Re: Quote MML tags in reply\r
76  In-Reply-To: <test-emacs-mml-quoting@message.id>\r
77  Fcc: ${MAIL_DIR}/sent\r
78  --text follows this line--\r
79 -On Tue, 05 Jan 2001 15:43:57 -0000, Notmuch Test Suite <test_suite@notmuchmail.org> wrote:\r
80 +On Fri, 05 Jan 2001 15:43:57 +0000, Notmuch Test Suite <test_suite@notmuchmail.org> wrote:\r
81  > <#!part disposition=inline>\r
82  EOF\r
83  test_expect_equal_file OUTPUT EXPECTED\r
84 -- \r
85 1.7.8.1\r
86 \r