[PATCH] test/thread-order: more robust loop exit in case of broken input
[notmuch-archives.git] / b2 / 97a5e12cea1bfaa38a9eb832de8bdd243619e6
1 Return-Path: <jrollins@finestructure.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 249AC41ED92\r
6         for <notmuch@notmuchmail.org>; Mon,  2 Apr 2012 01:21:02 -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: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 EAZ667TUx7rc for <notmuch@notmuchmail.org>;\r
16         Mon,  2 Apr 2012 01:21:01 -0700 (PDT)\r
17 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
18         [131.215.239.19])\r
19         by olra.theworths.org (Postfix) with ESMTP id 08A70431FC2\r
20         for <notmuch@notmuchmail.org>; Mon,  2 Apr 2012 01:21:01 -0700 (PDT)\r
21 Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by earth-doxen-postvirus (Postfix) with ESMTP id E7B7B66E00F3\r
23         for <notmuch@notmuchmail.org>; Mon,  2 Apr 2012 01:20:59 -0700 (PDT)\r
24 X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
25 Received: from finestructure.net (unknown [76.89.193.65])\r
26         (Authenticated sender: jrollins)\r
27         by earth-doxen-submit (Postfix) with ESMTP id 36A7466E00E4\r
28         for <notmuch@notmuchmail.org>; Mon,  2 Apr 2012 01:20:58 -0700 (PDT)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id 9AA1219E8; Mon,  2 Apr 2012 01:20:56 -0700 (PDT)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: Notmuch Mail <notmuch@notmuchmail.org>\r
33 Subject: [PATCH 5/6] emacs: change name of search-archive-thread function to\r
34         just search-archive\r
35 Date: Mon,  2 Apr 2012 01:20:52 -0700\r
36 Message-Id: <1333354853-25729-6-git-send-email-jrollins@finestructure.net>\r
37 X-Mailer: git-send-email 1.7.9.1\r
38 In-Reply-To: <1333354853-25729-5-git-send-email-jrollins@finestructure.net>\r
39 References: <1333354853-25729-1-git-send-email-jrollins@finestructure.net>\r
40         <1333354853-25729-2-git-send-email-jrollins@finestructure.net>\r
41         <1333354853-25729-3-git-send-email-jrollins@finestructure.net>\r
42         <1333354853-25729-4-git-send-email-jrollins@finestructure.net>\r
43         <1333354853-25729-5-git-send-email-jrollins@finestructure.net>\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Mon, 02 Apr 2012 08:21:02 -0000\r
57 \r
58 This changes the name of this function to be more consistent with the\r
59 current thread tagging functions.  The documentation is also updated\r
60 and improved.\r
61 ---\r
62  emacs/notmuch.el |    8 ++++----\r
63  1 files changed, 4 insertions(+), 4 deletions(-)\r
64 \r
65 diff --git a/emacs/notmuch.el b/emacs/notmuch.el\r
66 index e1bff42..19423ea 100644\r
67 --- a/emacs/notmuch.el\r
68 +++ b/emacs/notmuch.el\r
69 @@ -289,7 +289,7 @@ For a mouse binding, return nil."\r
70      (define-key map "f" 'notmuch-search-filter)\r
71      (define-key map [mouse-1] 'notmuch-search-show-thread)\r
72      (define-key map "*" 'notmuch-search-tag-all)\r
73 -    (define-key map "a" 'notmuch-search-archive-thread)\r
74 +    (define-key map "a" 'notmuch-search-archive)\r
75      (define-key map "-" 'notmuch-search-remove-tag)\r
76      (define-key map "+" 'notmuch-search-add-tag)\r
77      (define-key map (kbd "RET") 'notmuch-search-show-thread)\r
78 @@ -667,10 +667,10 @@ tab completion)."\r
79    (interactive)\r
80    (notmuch-search-tag "-"))\r
81  \r
82 -(defun notmuch-search-archive-thread ()\r
83 -  "Archive the currently selected thread (remove its \"inbox\" tag).\r
84 +(defun notmuch-search-archive ()\r
85 +  "Archive the currently selected thread or region (remove \"inbox\" tags).\r
86  \r
87 -This function advances the next thread when finished."\r
88 +The cursor is advanced to the next thread after tagging."\r
89    (interactive)\r
90    (notmuch-search-tag "-inbox")\r
91    (notmuch-search-next-thread))\r
92 -- \r
93 1.7.9.1\r
94 \r