Re: [PATCH v4 13/16] add indexopts to notmuch python bindings.
[notmuch-archives.git] / 63 / 798dd5bbcd387c2f06a1f686f5a015480c40ca
1 Return-Path: <jani@nikula.org>\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 8AEEC6DE192C\r
6  for <notmuch@notmuchmail.org>; Sat, 15 Aug 2015 02:05:15 -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.004\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.004 tagged_above=-999 required=5 tests=[AWL=0.716,\r
12   RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01]\r
13  autolearn=disabled\r
14 Received: from arlo.cworth.org ([127.0.0.1])\r
15  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
16  with ESMTP id S-WntuBsJ7uL for <notmuch@notmuchmail.org>;\r
17  Sat, 15 Aug 2015 02:05:13 -0700 (PDT)\r
18 Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com\r
19  [209.85.212.180])\r
20  by arlo.cworth.org (Postfix) with ESMTPS id 3DC5A6DE1908\r
21  for <notmuch@notmuchmail.org>; Sat, 15 Aug 2015 02:05:13 -0700 (PDT)\r
22 Received: by wicja10 with SMTP id ja10so40754125wic.1\r
23  for <notmuch@notmuchmail.org>; Sat, 15 Aug 2015 02:05:11 -0700 (PDT)\r
24 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
25  d=1e100.net; s=20130820;\r
26  h=x-gm-message-state:from:to:cc:subject:date:message-id;\r
27  bh=DroBX+vE+0rcwbcFLt/kdCw9yPTprbMSphhJ76eEPaw=;\r
28  b=JcY7Nb7ONRS2xvSjbShIaoLk34Ie+pSdRx64yOy1ArsowuRGyn/8yx2KYt32aX3rb5\r
29  LJ7vHZVIPMwWmKcIugWOHatiQ80TwYUfkzwqU1MRtIzRLvuXv5y9JWKYPkuRKbl4yq01\r
30  5xUSqOLhMF+VEFhmUi118c+R/3058x+QY9xQN1wixrEkeiVB3l9vdETOjoyDuIzNx66R\r
31  0jODINNrnpnZRb6wf0w8fvZ+P/bBAVjYESfbvs4wphNLHgirZr720MJ8/PN5u9odvoY9\r
32  3I77CLqR6nCUM/D+t6R+H5BrqTIPlaZlSo87kp0YQHV8xTHzCyiqs+H2tdPlF1kqlOWh\r
33  5NGw==\r
34 X-Gm-Message-State:\r
35  ALoCoQm1yczYSLyeoIAgzKiZcbjqaYKmMhOoQHbc1j7zRa9MGF6b/xDKZPE6k7r4n7Z0qEFQZyV3\r
36 X-Received: by 10.194.121.131 with SMTP id lk3mr8205162wjb.77.1439629511590;\r
37  Sat, 15 Aug 2015 02:05:11 -0700 (PDT)\r
38 Received: from localhost (mobile-access-bcee4f-131.dhcp.inet.fi.\r
39  [188.238.79.131])\r
40  by smtp.gmail.com with ESMTPSA id o3sm7900446wjx.16.2015.08.15.02.05.10\r
41  (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\r
42  Sat, 15 Aug 2015 02:05:10 -0700 (PDT)\r
43 From: Jani Nikula <jani@nikula.org>\r
44 To: notmuch@notmuchmail.org\r
45 Subject: [PATCH v4 0/5] notmuch-emacs-mua updates\r
46 Date: Sat, 15 Aug 2015 12:05:10 +0300\r
47 Message-Id: <cover.1439629384.git.jani@nikula.org>\r
48 X-Mailer: git-send-email 2.1.4\r
49 Cc: Tomi Ollila <tomi.ollila@iki.fi>\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.18\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54  <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Sat, 15 Aug 2015 09:05:15 -0000\r
63 \r
64 The main goal is to not force --create-frame on users who dislike\r
65 it. Split to some hopefully less controversial prep patches.\r
66 \r
67 BR,\r
68 Jani.\r
69 \r
70 \r
71 Jani Nikula (5):\r
72   man: clean up notmuch-emacs-mua man page\r
73   notmuch-emacs-mua: support --no-window-system also for non-client\r
74   notmuch-emacs-mua: move --client option handling around\r
75   notmuch-emacs-mua: add --auto-daemon option to start Emacs daemon as\r
76     needed\r
77   notmuch-emacs-mua: do not create a frame by default with --client\r
78 \r
79  doc/man1/notmuch-emacs-mua.rst | 21 ++++++++++++++++-----\r
80  notmuch-emacs-mua              | 30 +++++++++++++++++++++---------\r
81  2 files changed, 37 insertions(+), 14 deletions(-)\r
82 \r
83 -- \r
84 2.1.4\r
85 \r