From: Jani Nikula Date: Sat, 22 Mar 2014 17:35:46 +0000 (+0200) Subject: Re: [Patch v4 0/8] emacs: show tag changes in buffer X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=738da58245df931fe8efb00dcf58c026c2c881fa;p=notmuch-archives.git Re: [Patch v4 0/8] emacs: show tag changes in buffer --- diff --git a/b9/68201db6f2363244a30e662e65e454bfeb76a0 b/b9/68201db6f2363244a30e662e65e454bfeb76a0 new file mode 100644 index 000000000..01cda8611 --- /dev/null +++ b/b9/68201db6f2363244a30e662e65e454bfeb76a0 @@ -0,0 +1,78 @@ +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 C55F9431FC0 + for ; Sat, 22 Mar 2014 10:35:57 -0700 (PDT) +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 7o7H-jmBGJhp for ; + Sat, 22 Mar 2014 10:35:53 -0700 (PDT) +Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com + [74.125.83.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + 40C6B431FBC for ; Sat, 22 Mar 2014 10:35:53 -0700 + (PDT) +Received: by mail-ee0-f53.google.com with SMTP id b57so2898220eek.40 + for ; Sat, 22 Mar 2014 10:35:49 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:from:to:cc:subject:in-reply-to:references + :user-agent:date:message-id:mime-version:content-type; + bh=ZUDCsPMWceCy1rdT9kI2s6WyeND80JHvQYxva24ciFY=; + b=b192KU60ErRFI8Y9jGsmLaQp5Nari6Y2xaYA0mnjvoF1nq2pCjjuSpLf28W04XOvYQ + P8G+bxt7jjf4FHUeQyGfxOAUt2CUMHGn6XoHsDtZWJdIk1VMWvNuGxPHmQQe6qwwmWhH + DxlKT6v4Z5ELvtMtUAfDS2AiEfd0+GASlGo1dZPy2/RcESm4XDd1g7muXIFpPGlABGQI + TD2QN7XcxCDxoJ1kKCfFIRgeXCFWajYPD+l3tDuYYyfnpFCXdeIQcA3+jgQ+L6HVxNqp + nUCS+kAC9fGA7zgOEIEL/KSarN96P1pM7MwaimeRQMI3kkrEPTQRJtZdqWdSqd+ATRh8 + uWjw== +X-Gm-Message-State: + ALoCoQmIzTimZlMY0fqf0goPDJEekU6+o3SuPuxIbjFNtF+c2vepK8EzVY1T+XJH9XndO61Z30I1 +X-Received: by 10.14.213.1 with SMTP id z1mr692981eeo.82.1395509749308; + Sat, 22 Mar 2014 10:35:49 -0700 (PDT) +Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. + [88.195.111.91]) + by mx.google.com with ESMTPSA id u46sm20323425eel.1.2014.03.22.10.35.47 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Sat, 22 Mar 2014 10:35:48 -0700 (PDT) +From: Jani Nikula +To: Austin Clements , + Mark Walters +Subject: Re: [Patch v4 0/8] emacs: show tag changes in buffer +In-Reply-To: <20140322145005.GF31187@mit.edu> +References: <1395489072-19001-1-git-send-email-markwalters1009@gmail.com> + <20140322145005.GF31187@mit.edu> +User-Agent: Notmuch/0.17+149~g6de65e9791bc (http://notmuchmail.org) + Emacs/24.3.1 (x86_64-pc-linux-gnu) +Date: Sat, 22 Mar 2014 19:35:46 +0200 +Message-ID: <87zjkirv9p.fsf@nikula.org> +MIME-Version: 1.0 +Content-Type: text/plain +Cc: notmuch@notmuchmail.org +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: Sat, 22 Mar 2014 17:35:58 -0000 + +On Sat, 22 Mar 2014, Austin Clements wrote: +> LGTM. Ship it! + +Seems to work. Ship it! + +Jani.