From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id EAA6C431FB6 for ; Sun, 19 Feb 2012 09:17:35 -0800 (PST) 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 RQm4BzClUksF for ; Sun, 19 Feb 2012 09:17:35 -0800 (PST) Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 3F205431FAE for ; Sun, 19 Feb 2012 09:17:35 -0800 (PST) Received: by bkcit16 with SMTP id it16so4625486bkc.26 for ; Sun, 19 Feb 2012 09:17:32 -0800 (PST) Received-SPF: pass (google.com: domain of dmitry.kurochkin@gmail.com designates 10.204.174.13 as permitted sender) client-ip=10.204.174.13; Authentication-Results: mr.google.com; spf=pass (google.com: domain of dmitry.kurochkin@gmail.com designates 10.204.174.13 as permitted sender) smtp.mail=dmitry.kurochkin@gmail.com; dkim=pass header.i=dmitry.kurochkin@gmail.com Received: from mr.google.com ([10.204.174.13]) by 10.204.174.13 with SMTP id r13mr9197875bkz.122.1329671852642 (num_hops = 1); Sun, 19 Feb 2012 09:17:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; bh=Zse1bUHRjXYjOfE4EKkLF8BJriKUY//oHxlNqUtIQTs=; b=tnXHx65Jb3aHDcvT0xN9uDUxRPgU6qK4apiJYs4P5c86efkXbIjeZp07gzVN39HYvE sYy4FfHCPIuaGGOjibIe3KyL9S77JzIBPg4opRQ9PbXCesi1lexMM8XpzYcV78+BLhP2 16p54GNG7qTQOcrtVKYc8PxA6WadYqSD05bSQ= Received: by 10.204.174.13 with SMTP id r13mr7445451bkz.122.1329671848133; Sun, 19 Feb 2012 09:17:28 -0800 (PST) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id y9sm34201018bkw.5.2012.02.19.09.17.26 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 19 Feb 2012 09:17:26 -0800 (PST) From: Dmitry Kurochkin To: Austin Clements , notmuch@notmuchmail.org Subject: Re: [PATCH 0/3] Make notmuch-show-refresh-view retain state by default In-Reply-To: <1329632533-16152-1-git-send-email-amdragon@mit.edu> References: <1329632533-16152-1-git-send-email-amdragon@mit.edu> User-Agent: Notmuch/0.11.1+188~ga5674c2 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Sun, 19 Feb 2012 21:16:04 +0400 Message-ID: <8739a6n3qj.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Sun, 19 Feb 2012 17:17:36 -0000 On Sun, 19 Feb 2012 01:22:10 -0500, Austin Clements wrote: > Based on the thread at id:"20120213152858.GO27039@mit.edu" it seems > like people want show refresh to retain message state by default (I > certainly do), rather than reset it by default. As a nice bonus, this > fixes a broken test. > All three patches look good to me. Regards, Dmitry > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > http://notmuchmail.org/mailman/listinfo/notmuch