Re: [feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / e2 / 623e10384106f9952ab1837b30951677323ccf
1 Return-Path: <dme@dme.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 09A7C431FBF\r
6         for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 23:19:48 -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 CkyRnhwlH6-s for <notmuch@notmuchmail.org>;\r
16         Wed, 25 Jan 2012 23:19:47 -0800 (PST)\r
17 Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
18  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
19  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
20  40737431FAF    for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 23:19:47 -0800\r
21  (PST)\r
22 Received: by wgbdt12 with SMTP id dt12so226440wgb.2\r
23         for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 23:19:44 -0800 (PST)\r
24 Received: by 10.180.99.100 with SMTP id ep4mr1424505wib.7.1327562384567;\r
25         Wed, 25 Jan 2012 23:19:44 -0800 (PST)\r
26 Received: from hotblack-desiato.hh.sledj.net\r
27         (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25])\r
28         by mx.google.com with ESMTPS id u12sm3783954wiv.10.2012.01.25.23.19.42\r
29         (version=TLSv1/SSLv3 cipher=OTHER);\r
30         Wed, 25 Jan 2012 23:19:43 -0800 (PST)\r
31 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
32         id 809EC9FE67; Thu, 26 Jan 2012 07:19:41 +0000 (GMT)\r
33 From: David Edmondson <dme@dme.org>\r
34 To: notmuch@notmuchmail.org\r
35 Subject: [PATCH 0/4 v3] more care when hiding regions with buttons\r
36 Date: Thu, 26 Jan 2012 07:19:36 +0000\r
37 Message-Id: <1327562380-12894-1-git-send-email-dme@dme.org>\r
38 X-Mailer: git-send-email 1.7.8.3\r
39 In-Reply-To: <1327503908-17226-1-git-send-email-dme@dme.org>\r
40 References: <1327503908-17226-1-git-send-email-dme@dme.org>\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Thu, 26 Jan 2012 07:19:48 -0000\r
54 \r
55 Address Dmitry's comments.\r
56 \r
57 David Edmondson (4):\r
58   test: `visible-buffer-substring' should not return text properties.\r
59   test: `notmuch-test-run' should protect against buffer switching.\r
60   test: Add test for Original Message hiding at point-min.\r
61   emacs: Take more care when hiding regions with buttons.\r
62 \r
63  emacs/notmuch-wash.el        |   57 ++++++++++++++++++++++++++++--------------\r
64  test/emacs-message-hiding.sh |   36 ++++++++++++++++++++++++++\r
65  test/notmuch-test            |    1 +\r
66  test/test-lib.el             |   13 ++++++---\r
67  4 files changed, 84 insertions(+), 23 deletions(-)\r
68  create mode 100755 test/emacs-message-hiding.sh\r
69 \r
70 -- \r
71 1.7.8.3\r
72 \r