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 03B24431FB6 for ; Wed, 22 Feb 2012 11:40:14 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 j4isuXidC3FC for ; Wed, 22 Feb 2012 11:40:13 -0800 (PST) Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com [74.125.82.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 750D3431FAE for ; Wed, 22 Feb 2012 11:40:13 -0800 (PST) Received: by wgbdt12 with SMTP id dt12so352135wgb.2 for ; Wed, 22 Feb 2012 11:40:12 -0800 (PST) Received-SPF: pass (google.com: domain of pieter@praet.org designates 10.216.133.103 as permitted sender) client-ip=10.216.133.103; Authentication-Results: mr.google.com; spf=pass (google.com: domain of pieter@praet.org designates 10.216.133.103 as permitted sender) smtp.mail=pieter@praet.org Received: from mr.google.com ([10.216.133.103]) by 10.216.133.103 with SMTP id p81mr3312291wei.29.1329939612133 (num_hops = 1); Wed, 22 Feb 2012 11:40:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type:x-gm-message-state; bh=rjkImny130boNWKupzzVkzUiChLOXId0VQO5Uyz/lfk=; b=TFJb0M4A8eRz1eALw7+SIYbhDI3UL+5dgZk7o/vWMblY68ZOs6u8C2MsMug3S7V3RX S4j4LdRM6wMpAOLv2x+OYbf/wj3kIGyjdudc1C5KJXf+MXVV7fY5x5W6RGvMEFVHNFSi KWZ0gDqpmz55s12uWVTGcIxyj4CMESVK6je4Y= Received: by 10.216.133.103 with SMTP id p81mr2708383wei.29.1329939612076; Wed, 22 Feb 2012 11:40:12 -0800 (PST) Received: from localhost ([109.131.181.26]) by mx.google.com with ESMTPS id m16sm75439853wie.9.2012.02.22.11.40.10 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 22 Feb 2012 11:40:10 -0800 (PST) From: Pieter Praet To: Austin Clements , notmuch@notmuchmail.org Subject: Re: [PATCH v3 0/3] Fix refreshing with state and make it the default In-Reply-To: <1329838953-20666-1-git-send-email-amdragon@mit.edu> References: <1329632533-16152-1-git-send-email-amdragon@mit.edu> <1329838953-20666-1-git-send-email-amdragon@mit.edu> User-Agent: Notmuch/0.11.1+210~g6afc43e (http://notmuchmail.org) Emacs/23.3.1 (x86_64-unknown-linux-gnu) Date: Wed, 22 Feb 2012 20:37:53 +0100 Message-ID: <87aa4a8xri.fsf@praet.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Gm-Message-State: ALoCoQnHsm7YZ7WW0F229Z0qYOJFrt8UZrwMmyq5iwHtfI1VkhzZEHoM0Qy9TO9k50Bbbpfu/su+ Cc: tomi.ollila@iki.fi 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, 22 Feb 2012 19:40:14 -0000 On Tue, 21 Feb 2012 10:42:30 -0500, Austin Clements wrote: > Third time's the charm. This fixes show refresh to not mark anything > read when keeping state while refreshing and makes it the default. > LGTM. Peace -- Pieter