Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id C4F1B429E25 for ; Wed, 25 May 2011 15:10:04 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fSiSFGoKO6Ng for ; Wed, 25 May 2011 15:10:04 -0700 (PDT) Received: from mail-fx0-f53.google.com (mail-fx0-f53.google.com [209.85.161.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 360C3431FB6 for ; Wed, 25 May 2011 15:10:04 -0700 (PDT) Received: by fxm8 with SMTP id 8so217139fxm.26 for ; Wed, 25 May 2011 15:10:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:subject:date:message-id:x-mailer; bh=XH3Z4MceLSf4W06Gfc1fxFQlnLv7LU3VM8SzIKTSvHs=; b=Gyg6u2eddC/EnpGqZLcCN2ESHUtW1yVOwiEYhGdkrnpIYWLUfHxbu98XO2bPls8WpK P19YV8Jur7XSgly2BAqjy//2YDDQALK9U/neXeOlUQeJ3GTcPyHGncrBEwsSzKRYutnl mLrL6N8QQtfp3KzoqXxm5VgUuSb0wmJ1XMsPM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:x-mailer; b=lU3JiINkVgj5WbM4+zwMqaWT6hj2aj+7sqcdeg2mrLyi//xOMR7gEgXkbe5oXjQTdS 12ZBUQy6lJZMEesBkDSKFlCl2v3nlaipAiEuyiPVDo4cTOgUEAWTGTvSZQ57UEupOu0h W+KdVUDbU/u8VTHN3lDJIZ3HVS3bRDbHDwkxQ= Received: by 10.223.54.219 with SMTP id r27mr96502fag.124.1306361402888; Wed, 25 May 2011 15:10:02 -0700 (PDT) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id q14sm31602faa.3.2011.05.25.15.10.01 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 25 May 2011 15:10:02 -0700 (PDT) From: Dmitry Kurochkin To: notmuch@notmuchmail.org Subject: [PATCH] Fix hiding a message while some citations are visible Date: Thu, 26 May 2011 02:10:11 +0400 Message-Id: <1306361416-5019-1-git-send-email-dmitry.kurochkin@gmail.com> X-Mailer: git-send-email 1.7.5.1 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2011 22:10:04 -0000 This patch series does some fixes and improvements for hiding and showing messages in notmuch-show. However it comes with a regression: isearch is broken for hidden overlays when `invisible' property is a list. I have opened emacs bug #8721 [1] and sent a patch. It has been committed to emacs trunk r104356. I do not know if this should be pushed or wait until emacs with the fix is released. Regards, Dmitry [1] http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8721