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 5C6E8431FD0 for ; Fri, 23 Dec 2011 07:00:52 -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 dpmoFDIiU4Ea for ; Fri, 23 Dec 2011 07:00:52 -0800 (PST) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id D0046431FB6 for ; Fri, 23 Dec 2011 07:00:51 -0800 (PST) Received: by wibhq2 with SMTP id hq2so3942602wib.26 for ; Fri, 23 Dec 2011 07:00:49 -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=sl5lcmPlcBjubdlo7txoUl4EFv77efxe7OC4M/lj7XA=; b=KwOGoA29JvRGCjILPQNx1wsb1mx3ehXt9CI7iOk0SXujCjVsChLRYr+Lg6CBXdmKzS LaytJMQG9augFNLQDWJnchysr1Tg72IXjgtBhm3g8SIT3C2xDVTYH5b2Vm38U7WfDHLh nV2WdP+yvTMCoQSfL/YUOpKFUcxJXoRnO3kmE= Received: by 10.180.20.18 with SMTP id j18mr32966747wie.20.1324652449268; Fri, 23 Dec 2011 07:00:49 -0800 (PST) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id ep13sm13953344wbb.8.2011.12.23.07.00.47 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 23 Dec 2011 07:00:48 -0800 (PST) From: Dmitry Kurochkin To: Aaron Ecay , notmuch@notmuchmail.org Subject: Re: [PATCH] emacs: fix off-by-one bug in notmuch-show-archive In-Reply-To: <1324563860-21986-1-git-send-email-aaronecay@gmail.com> References: <1324563860-21986-1-git-send-email-aaronecay@gmail.com> User-Agent: Notmuch/0.10.2+116~ga89e197 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Fri, 23 Dec 2011 19:00:04 +0400 Message-ID: <87pqffwcy3.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: Fri, 23 Dec 2011 15:00:52 -0000 Hi Aaron. Thanks for the fix. Would be nice to have a test for it :) Regards, Dmitry