Re: [PATCH 3/3] emacs: Test for thread-outlining
[notmuch-archives.git] / 56 / 449b9d648a26a1d9440e54a1b72c606c8b6c3c
1 Return-Path: <Sebastian@SSpaeth.de>\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 8B24B4196F3\r
6         for <notmuch@notmuchmail.org>; Mon,  3 May 2010 03:29:44 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -1.9\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9] autolearn=ham\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 rXX6LI2BgnFR for <notmuch@notmuchmail.org>;\r
16         Mon,  3 May 2010 03:29:43 -0700 (PDT)\r
17 Received: from homiemail-a15.g.dreamhost.com (caiajhbdcbef.dreamhost.com\r
18         [208.97.132.145])\r
19         by olra.theworths.org (Postfix) with ESMTP id BEA784196F5\r
20         for <notmuch@notmuchmail.org>; Mon,  3 May 2010 03:29:40 -0700 (PDT)\r
21 Received: from localhost.localdomain (mtec-hg-docking-1-dhcp-204.ethz.ch\r
22         [129.132.133.204]) (Authenticated sender: sebastian@sspaeth.de)\r
23         by homiemail-a15.g.dreamhost.com (Postfix) with ESMTPA id C067D76C065; \r
24         Mon,  3 May 2010 03:29:38 -0700 (PDT)\r
25 From: Sebastian Spaeth <Sebastian@SSpaeth.de>\r
26 To: Notmuch developer list <notmuch@notmuchmail.org>\r
27 Subject: [PATCHv2 2/2] add missing docstring for functions\r
28 Date: Mon,  3 May 2010 12:29:33 +0200\r
29 Message-Id: <1272882573-9864-2-git-send-email-Sebastian@SSpaeth.de>\r
30 X-Mailer: git-send-email 1.7.0.4\r
31 In-Reply-To: <1272879900-8285-1-git-send-email-Sebastian@SSpaeth.de>\r
32 References: <1272879900-8285-1-git-send-email-Sebastian@SSpaeth.de>\r
33 X-BeenThere: notmuch@notmuchmail.org\r
34 X-Mailman-Version: 2.1.13\r
35 Precedence: list\r
36 List-Id: "Use and development of the notmuch mail system."\r
37         <notmuch.notmuchmail.org>\r
38 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
39         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
40 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
41 List-Post: <mailto:notmuch@notmuchmail.org>\r
42 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
43 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
45 X-List-Received-Date: Mon, 03 May 2010 10:29:44 -0000\r
46 \r
47 The '?' key bindings uses them for the help window and these are\r
48 currently empty.\r
49 \r
50 Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>\r
51 ---\r
52  emacs/notmuch-hello.el |    1 +\r
53  emacs/notmuch-mua.el   |    1 +\r
54  2 files changed, 2 insertions(+), 0 deletions(-)\r
55 \r
56 diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el\r
57 index 1042f31..b16af07 100644\r
58 --- a/emacs/notmuch-hello.el\r
59 +++ b/emacs/notmuch-hello.el\r
60 @@ -203,6 +203,7 @@ diagonal."\r
61    (notmuch-hello-update t))\r
62  \r
63  (defun notmuch-hello-update (&optional no-display)\r
64 +  "Update the current notmuch view."\r
65    ;; Lazy - rebuild everything.\r
66    (interactive)\r
67    (notmuch-hello no-display))\r
68 diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el\r
69 index bd06e3c..5a1a059 100644\r
70 --- a/emacs/notmuch-mua.el\r
71 +++ b/emacs/notmuch-mua.el\r
72 @@ -124,6 +124,7 @@ list."\r
73  \r
74  (defun notmuch-mua-mail (&optional to subject other-headers continue\r
75                                    switch-function yank-action send-actions)\r
76 +  "Invoke the notmuch mail composition window."\r
77    (interactive)\r
78  \r
79    (when notmuch-mua-user-agent-function\r
80 -- \r
81 1.7.0.4\r
82 \r