[PATCH v3 06/10] cli: Introduce "notmuch address" command
[notmuch-archives.git] / aa / feb26e5c2c3a6ff15294aa622c0db149754c0d
1 Return-Path: <bremner@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 olra.theworths.org (Postfix) with ESMTP id CA56C431FBC\r
6         for <notmuch@notmuchmail.org>; Sun, 26 Jan 2014 10:54:33 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id xQHK+HnVhMFx for <notmuch@notmuchmail.org>;\r
16         Sun, 26 Jan 2014 10:54:29 -0800 (PST)\r
17 Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
18         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id E19BF431FC0\r
21         for <notmuch@notmuchmail.org>; Sun, 26 Jan 2014 10:54:28 -0800 (PST)\r
22 Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
23         (envelope-from <bremner@tethera.net>)\r
24         id 1W7Uqi-0001r1-Hp; Sun, 26 Jan 2014 14:54:28 -0400\r
25 Received: (nullmailer pid 18850 invoked by uid 1000); Sun, 26 Jan 2014\r
26         18:54:24 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: notmuch@notmuchmail.org\r
29 Subject: [PATCH 3/3] emacs: add notmuch-assert-cli-sane to notmuch-hello\r
30 Date: Sun, 26 Jan 2014 14:54:04 -0400\r
31 Message-Id: <1390762444-18793-3-git-send-email-david@tethera.net>\r
32 X-Mailer: git-send-email 1.8.5.2\r
33 In-Reply-To: <1390762444-18793-1-git-send-email-david@tethera.net>\r
34 References: <5228989D.8030607@fifthhorseman.net>\r
35         <1390762444-18793-1-git-send-email-david@tethera.net>\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Sun, 26 Jan 2014 18:54:34 -0000\r
49 \r
50 This is meant to be the friendly entrypoint, so let's do something\r
51 better than the mangled output described in\r
52 \r
53        id:5228989D.8030607@fifthhorseman.net\r
54 ---\r
55  emacs/notmuch-hello.el | 1 +\r
56  1 file changed, 1 insertion(+)\r
57 \r
58 diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el\r
59 index 55c416a..7b3d76b 100644\r
60 --- a/emacs/notmuch-hello.el\r
61 +++ b/emacs/notmuch-hello.el\r
62 @@ -788,6 +788,7 @@ following:\r
63    "Run notmuch and display saved searches, known tags, etc."\r
64    (interactive)\r
65  \r
66 +  (notmuch-assert-cli-sane)\r
67    ;; This may cause a window configuration change, so if the\r
68    ;; auto-refresh hook is already installed, avoid recursive refresh.\r
69    (let ((notmuch-hello-auto-refresh nil))\r
70 -- \r
71 1.8.5.2\r
72 \r