From: Michal Sojka Date: Wed, 6 Jan 2016 21:48:25 +0000 (+0100) Subject: Re: [PATCH v6] devel/emacs: add devel/try-emacs-mua X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d788a0c4de4b19d975ec80fa691e40228b820ee9;p=notmuch-archives.git Re: [PATCH v6] devel/emacs: add devel/try-emacs-mua --- diff --git a/3b/db9aaa466c2d9a48301d03aa441ecad6816e3d b/3b/db9aaa466c2d9a48301d03aa441ecad6816e3d new file mode 100644 index 000000000..37e7e8e62 --- /dev/null +++ b/3b/db9aaa466c2d9a48301d03aa441ecad6816e3d @@ -0,0 +1,68 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 4E6726DE100C + for ; Wed, 6 Jan 2016 13:48:30 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -1.587 +X-Spam-Level: +X-Spam-Status: No, score=-1.587 tagged_above=-999 required=5 tests=[AWL=0.723, + RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, + T_HEADER_FROM_DIFFERENT_DOMAINS=0.01] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id z75BZyE1XQ1v for ; + Wed, 6 Jan 2016 13:48:28 -0800 (PST) +Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36]) + by arlo.cworth.org (Postfix) with ESMTP id 9F0106DE1003 + for ; Wed, 6 Jan 2016 13:48:28 -0800 (PST) +Received: from localhost (unknown [192.168.200.7]) + by max.feld.cvut.cz (Postfix) with ESMTP id E253B19F3893; + Wed, 6 Jan 2016 22:48:27 +0100 (CET) +X-Virus-Scanned: IMAP STYX AMAVIS +Received: from max.feld.cvut.cz ([192.168.200.1]) + by localhost (styx.feld.cvut.cz [192.168.200.7]) (amavisd-new, port 10044) + with ESMTP id R0bL3xmEVetM; Wed, 6 Jan 2016 22:48:26 +0100 (CET) +Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34]) + by max.feld.cvut.cz (Postfix) with ESMTP id 768A619F3872; + Wed, 6 Jan 2016 22:48:26 +0100 (CET) +Received: from wsh by steelpick.2x.cz with local (Exim 4.86) + (envelope-from ) + id 1aGvwP-00062L-VA; Wed, 06 Jan 2016 22:48:25 +0100 +From: Michal Sojka +To: Tomi Ollila , notmuch@notmuchmail.org +Cc: tomi.ollila@iki.fi +Subject: Re: [PATCH v6] devel/emacs: add devel/try-emacs-mua +In-Reply-To: <1452107043-14408-1-git-send-email-tomi.ollila@iki.fi> +References: <1452107043-14408-1-git-send-email-tomi.ollila@iki.fi> +User-Agent: Notmuch/0.21+30~g55c056a (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Wed, 06 Jan 2016 22:48:25 +0100 +Message-ID: <87wprmv0pi.fsf@steelpick.2x.cz> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +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, 06 Jan 2016 21:48:30 -0000 + +On Wed, Jan 06 2016, Tomi Ollila wrote: +> devel/try-emacs-mua provides an easy way to try and experiment +> with the notmuch emacs client distributed in emacs subdirectory of +> the notmuch source tree. + +LGTM. I tested it with various use cases I have it my mind and it works +as I expect. + +-Michal