Re: [PATCH v4 10/16] Add n_d_add_message_with_indexopts (extension of n_d_add_message)
[notmuch-archives.git] / 62 / 0a74450aec96b4f88163b5da1b857c10d11125
1 Return-Path: <david@tethera.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5  by arlo.cworth.org (Postfix) with ESMTP id 0A7216DE19A8\r
6  for <notmuch@notmuchmail.org>; Fri,  3 Apr 2015 16:04:41 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.809\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.809 tagged_above=-999 required=5 tests=[AWL=0.809]\r
12  autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id y7kqvnEvOtNI for <notmuch@notmuchmail.org>;\r
16  Fri,  3 Apr 2015 16:04:39 -0700 (PDT)\r
17 Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
18  [87.98.215.224])\r
19  by arlo.cworth.org (Postfix) with ESMTPS id EDEB76DE19A1\r
20  for <notmuch@notmuchmail.org>; Fri,  3 Apr 2015 16:04:38 -0700 (PDT)\r
21 Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
22  4.80) (envelope-from <david@tethera.net>)\r
23  id 1YdA8l-0007YU-83; Wed, 01 Apr 2015 04:20:31 +0000\r
24 Received: (nullmailer pid 25794 invoked by uid 1000); Wed, 01 Apr 2015\r
25  04:20:23 -0000\r
26 From: David Bremner <david@tethera.net>\r
27 To: Jani Nikula <jani@nikula.org>, notmuch@notmuchmail.org\r
28 Subject: Re: [PATCH] notmuch-emacs-mua: do not create a frame by default with\r
29  --client\r
30 In-Reply-To: <1427055269-4742-1-git-send-email-jani@nikula.org>\r
31 References: <1427055269-4742-1-git-send-email-jani@nikula.org>\r
32 User-Agent: Notmuch/0.19+96~g703c8f9 (http://notmuchmail.org) Emacs/24.4.1\r
33  (x86_64-pc-linux-gnu)\r
34 Date: Wed, 01 Apr 2015 06:20:22 +0200\r
35 Message-ID: <87d23o4gzd.fsf@maritornes.cs.unb.ca>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.18\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42  <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Fri, 03 Apr 2015 23:04:41 -0000\r
51 \r
52 Jani Nikula <jani@nikula.org> writes:\r
53 \r
54 > Make the default behaviour for --client the same as emacsclient\r
55 > default: do not create a new frame. Add a new option --create-frame,\r
56 > passing the same option to emacsclient to create a frame.\r
57 >\r
58 > ---\r
59 >\r
60 > With this, 'notmuch-emacs-mua --client' does what I want, which was\r
61 > not possible with any combination of options before. Please see if you\r
62 > can still do what you want!\r
63 \r
64 I don't mind the UI, but it doesn't destroy the frame after sending anymore,\r
65 which I also liked.\r
66 \r
67 d\r