From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 9F20C6DE127A for ; Mon, 21 Nov 2016 04:29:12 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.527 X-Spam-Level: X-Spam-Status: No, score=0.527 tagged_above=-999 required=5 tests=[AWL=-0.125, SPF_NEUTRAL=0.652] 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 MZeCfQR72vJh for ; Mon, 21 Nov 2016 04:29:10 -0800 (PST) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by arlo.cworth.org (Postfix) with ESMTP id 836D86DE1270 for ; Mon, 21 Nov 2016 04:29:10 -0800 (PST) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 459D9100086 for ; Mon, 21 Nov 2016 14:29:43 +0200 (EET) From: Tomi Ollila To: Notmuch Mail Subject: Re: [PATCH 6/8] emacs/desktop: update to use notmuch-emacs-mua and handle mailto In-Reply-To: References: <1919c3e30523cce99d0a545ad9c37a792ac41dae.1478205331.git.jani@nikula.org> <87a8ctukvp.fsf@tethera.net> User-Agent: Notmuch/0.23.1+52~ga6dbf3a (https://notmuchmail.org) Emacs/24.5.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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: Mon, 21 Nov 2016 12:29:12 -0000 On Mon, Nov 21 2016, Jani Nikula wrote: > On Mon, Nov 21, 2016 at 1:34 PM, David Bremner wrote: >> Jani Nikula writes: >> >>> -Exec=emacs -f notmuch >>> +GenericName=Email Client >>> +Comment=Emacs based email client >>> +Exec=notmuch-emacs-mua %u >> >> This seems like a fairly substantial change in functionality. Previously >> people could click on the icon fire up a mail reader; now they get a >> mail composition window. I probably won't use either, but it seems like >> the change merits some discussion. > > I wonder if there's a way to define different Execs for clicking on > the icon and handling mailto. What if notmuch-emacs-mua started (notmuch-hello) in case there are no arguments given ... ? Tomi > > BR, > Jani.