From: David Bremner Date: Wed, 1 Apr 2015 04:20:22 +0000 (+0200) Subject: Re: [PATCH] notmuch-emacs-mua: do not create a frame by default with --client X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0c4fe1a62daab2ba06614e01cfb421f0e302bbe1;p=notmuch-archives.git Re: [PATCH] notmuch-emacs-mua: do not create a frame by default with --client --- diff --git a/62/0a74450aec96b4f88163b5da1b857c10d11125 b/62/0a74450aec96b4f88163b5da1b857c10d11125 new file mode 100644 index 000000000..d5aed4f70 --- /dev/null +++ b/62/0a74450aec96b4f88163b5da1b857c10d11125 @@ -0,0 +1,67 @@ +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 0A7216DE19A8 + for ; Fri, 3 Apr 2015 16:04:41 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.809 +X-Spam-Level: +X-Spam-Status: No, score=0.809 tagged_above=-999 required=5 tests=[AWL=0.809] + 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 y7kqvnEvOtNI for ; + Fri, 3 Apr 2015 16:04:39 -0700 (PDT) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id EDEB76DE19A1 + for ; Fri, 3 Apr 2015 16:04:38 -0700 (PDT) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.80) (envelope-from ) + id 1YdA8l-0007YU-83; Wed, 01 Apr 2015 04:20:31 +0000 +Received: (nullmailer pid 25794 invoked by uid 1000); Wed, 01 Apr 2015 + 04:20:23 -0000 +From: David Bremner +To: Jani Nikula , notmuch@notmuchmail.org +Subject: Re: [PATCH] notmuch-emacs-mua: do not create a frame by default with + --client +In-Reply-To: <1427055269-4742-1-git-send-email-jani@nikula.org> +References: <1427055269-4742-1-git-send-email-jani@nikula.org> +User-Agent: Notmuch/0.19+96~g703c8f9 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Wed, 01 Apr 2015 06:20:22 +0200 +Message-ID: <87d23o4gzd.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +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, 03 Apr 2015 23:04:41 -0000 + +Jani Nikula writes: + +> Make the default behaviour for --client the same as emacsclient +> default: do not create a new frame. Add a new option --create-frame, +> passing the same option to emacsclient to create a frame. +> +> --- +> +> With this, 'notmuch-emacs-mua --client' does what I want, which was +> not possible with any combination of options before. Please see if you +> can still do what you want! + +I don't mind the UI, but it doesn't destroy the frame after sending anymore, +which I also liked. + +d