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 5A1B16DE12A7 for ; Mon, 21 Nov 2016 12:51:12 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.304 X-Spam-Level: X-Spam-Status: No, score=0.304 tagged_above=-999 required=5 tests=[AWL=0.324, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-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 FKbVkekFL-_L for ; Mon, 21 Nov 2016 12:51:11 -0800 (PST) Received: from mail-qk0-f193.google.com (mail-qk0-f193.google.com [209.85.220.193]) by arlo.cworth.org (Postfix) with ESMTPS id 50F646DE1299 for ; Mon, 21 Nov 2016 12:51:11 -0800 (PST) Received: by mail-qk0-f193.google.com with SMTP id n204so1381679qke.2 for ; Mon, 21 Nov 2016 12:51:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nikula-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:in-reply-to:references:date:message-id :mime-version; bh=D+8KfQHY15kLTbyuJLOSDcsJbLKHVQRj25VKoknrv8U=; b=L9LzY9k/bnwOtYaDhw3YGReMMHtreQT2J0NgjQ9R5MG1zc0bASMik7I14EmmD/KDO1 tdNdqFS+kag8tCGm5h+fDNCu7A6f1ypfAGNNHF2bpkjonud5pBWbMd5FvyCMoiSxI1uh 6cXhpoAoGCsYodRv8JLAxkia1S0iw3lYtGxqxcN7MFbrJhtdXepzyg1tK2Us5EaB66QG LL82xnZ5SmxDJf8/x67uHs59ABWIc5nz7CQQgeLeljELEN85opk6BifLV5ChTHxR9G0I 1fEa4OOzw+k76fqa6YWrATQbSoboIeMLt3ASsyGaFAWJHeVTxJAN/OdgtNWnVl+/7gcu hJWA== 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:date :message-id:mime-version; bh=D+8KfQHY15kLTbyuJLOSDcsJbLKHVQRj25VKoknrv8U=; b=YdUaj12kqdtVNFuxJ0lk6arCbOCjVxBkmjitdULcsui5v66SULIXgq6ch2h/AFZiwU tddQSAplYJ/5hfl6PqQvwyqimR9mnQ+yWsE+iNiUhJOItJKBpPcZSen+44UBCQiSX/qV 09HmlH0Pv6rTShdOTA02PWKBWXJFVGtXZA2uVy7PzVcmQCQgYmn1r1tcY63ScOwdfqvG hc6/Bhd9hWfxQMwuwQSrDjMftZJ+4t2T305r2S1qaMLo0ZxkBr8MBTsgnJjcZiMGFC9k 5qscok36mmrMEoqZRo5P16kZICKv2V2MQcMIyqEgRMb3xVtlL/MoC9c3eUgTKL+tFaXz 5ViQ== X-Gm-Message-State: AKaTC03LJxXDK5pWmebRoGpDUFMNOhI3pGuIXmwtx1uMkR0lXhicwBQ7AhXVwAPcDev8IA== X-Received: by 10.46.9.17 with SMTP id 17mr9754593ljj.18.1479761470454; Mon, 21 Nov 2016 12:51:10 -0800 (PST) Received: from localhost (dsl-hkibrasgw2-58c368-70.dhcp.inet.fi. [88.195.104.70]) by smtp.gmail.com with ESMTPSA id 29sm5664758lft.43.2016.11.21.12.51.08 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 21 Nov 2016 12:51:09 -0800 (PST) From: Jani Nikula To: Keith Amidon , David Bremner Cc: Notmuch Mail , Tomi Ollila Subject: Re: [PATCH 6/8] emacs/desktop: update to use notmuch-emacs-mua and handle mailto In-Reply-To: <1479745328.31533.2.camel@picnicpark.org> References: <1919c3e30523cce99d0a545ad9c37a792ac41dae.1478205331.git.jani@nikula.org> <87a8ctukvp.fsf@tethera.net> <1479745328.31533.2.camel@picnicpark.org> Date: Mon, 21 Nov 2016 22:49:16 +0200 Message-ID: <87bmx8k183.fsf@nikula.org> 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 20:51:12 -0000 On Mon, 21 Nov 2016, Keith Amidon wrote: > However, this did not seem to work when I tried it out in my gnome > session. I'm pretty sure creating two separate desktop files > (duplicating some of the fields) would work. I see three options here: 1) Just always go to message composition directly (meh) 2) Add two desktop files (meh) 3) Have notmuch-emacs-mua call (notmuch-hello) if there are no arguments (Tomi's suggestion). I like this because notmuch-emacs-mua also does (require 'notmuch). 4) Same as 3) but only do it if a new --hello parameter is given but there are no other arguments. This is to not change notmuch-emacs-mua default behaviour. I'd go for either 3 or 4. BR, Jani.