Re: [PATCH 1/2] Add Google Inc. to AUTHORS as a contributor.
[notmuch-archives.git] / 54 / 7bd4963b975f5e689d1673917d1a67b9b14c20
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 C4F1B429E25\r
6         for <notmuch@notmuchmail.org>; Wed, 25 May 2011 15:10:04 -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: -0.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 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, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id fSiSFGoKO6Ng for <notmuch@notmuchmail.org>;\r
17         Wed, 25 May 2011 15:10:04 -0700 (PDT)\r
18 Received: from mail-fx0-f53.google.com (mail-fx0-f53.google.com\r
19         [209.85.161.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 360C3431FB6\r
22         for <notmuch@notmuchmail.org>; Wed, 25 May 2011 15:10:04 -0700 (PDT)\r
23 Received: by fxm8 with SMTP id 8so217139fxm.26\r
24         for <notmuch@notmuchmail.org>; Wed, 25 May 2011 15:10:03 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=domainkey-signature:from:to:subject:date:message-id:x-mailer;\r
27         bh=XH3Z4MceLSf4W06Gfc1fxFQlnLv7LU3VM8SzIKTSvHs=;\r
28         b=Gyg6u2eddC/EnpGqZLcCN2ESHUtW1yVOwiEYhGdkrnpIYWLUfHxbu98XO2bPls8WpK\r
29         P19YV8Jur7XSgly2BAqjy//2YDDQALK9U/neXeOlUQeJ3GTcPyHGncrBEwsSzKRYutnl\r
30         mLrL6N8QQtfp3KzoqXxm5VgUuSb0wmJ1XMsPM=\r
31 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;\r
32         h=from:to:subject:date:message-id:x-mailer;\r
33         b=lU3JiINkVgj5WbM4+zwMqaWT6hj2aj+7sqcdeg2mrLyi//xOMR7gEgXkbe5oXjQTdS\r
34         12ZBUQy6lJZMEesBkDSKFlCl2v3nlaipAiEuyiPVDo4cTOgUEAWTGTvSZQ57UEupOu0h\r
35         W+KdVUDbU/u8VTHN3lDJIZ3HVS3bRDbHDwkxQ=\r
36 Received: by 10.223.54.219 with SMTP id r27mr96502fag.124.1306361402888;\r
37         Wed, 25 May 2011 15:10:02 -0700 (PDT)\r
38 Received: from localhost ([91.144.186.21])\r
39         by mx.google.com with ESMTPS id q14sm31602faa.3.2011.05.25.15.10.01\r
40         (version=TLSv1/SSLv3 cipher=OTHER);\r
41         Wed, 25 May 2011 15:10:02 -0700 (PDT)\r
42 From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH] Fix hiding a message while some citations are visible\r
45 Date: Thu, 26 May 2011 02:10:11 +0400\r
46 Message-Id: <1306361416-5019-1-git-send-email-dmitry.kurochkin@gmail.com>\r
47 X-Mailer: git-send-email 1.7.5.1\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Wed, 25 May 2011 22:10:04 -0000\r
61 \r
62 This patch series does some fixes and improvements for hiding and\r
63 showing messages in notmuch-show.  However it comes with a\r
64 regression: isearch is broken for hidden overlays when\r
65 `invisible' property is a list.  I have opened emacs bug #8721\r
66 [1] and sent a patch.  It has been committed to emacs trunk\r
67 r104356.\r
68 \r
69 I do not know if this should be pushed or wait until emacs with\r
70 the fix is released.\r
71 \r
72 Regards,\r
73   Dmitry\r
74 \r
75 [1] http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8721\r