Re: [PATCH 1/2] test: fix whitespace/indentation in symbol-test
[notmuch-archives.git] / 13 / 1b2c72fb73112a1d4514759d190f6446bedeb5
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 74AC0431FC0\r
6         for <notmuch@notmuchmail.org>; Mon,  2 Apr 2012 01:20:59 -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 zxaYhJKjQpE2 for <notmuch@notmuchmail.org>;\r
16         Mon,  2 Apr 2012 01:20:59 -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 DE9EB431FC2\r
20         for <notmuch@notmuchmail.org>; Mon,  2 Apr 2012 01:20:58 -0700 (PDT)\r
21 Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by fire-doxen-postvirus (Postfix) with ESMTP id 95DD22E50D74\r
23         for <notmuch@notmuchmail.org>; Mon,  2 Apr 2012 01:20:58 -0700 (PDT)\r
24 X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new\r
25 Received: from finestructure.net (unknown [76.89.193.65])\r
26         (Authenticated sender: jrollins)\r
27         by fire-doxen-submit (Postfix) with ESMTP id DF7BB2E509DC\r
28         for <notmuch@notmuchmail.org>; Mon,  2 Apr 2012 01:20:56 -0700 (PDT)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id 8C2ED89A; 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: improvements to some emacs search tagging functions\r
34 Date: Mon,  2 Apr 2012 01:20:47 -0700\r
35 Message-Id: <1333354853-25729-1-git-send-email-jrollins@finestructure.net>\r
36 X-Mailer: git-send-email 1.7.9.1\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.13\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41         <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Mon, 02 Apr 2012 08:20:59 -0000\r
50 \r
51 This series fixes a couple of minor annoyances/bugs with tagging in\r
52 search-mode:\r
53 \r
54 * The old search-tag-thread function would not tag regions, and the\r
55   main search-tag function could not just take whole tagging\r
56   operations as input.  This series fixes that so that all tagging\r
57   operations, by thread or by region, are now handled with the main\r
58   search-tag function.  Tags can be specified as a sting or a list, or\r
59   the user can be prompted (with tab completion) if no tag is\r
60   specifically specified.\r
61 \r
62 * Tag tab completion was often incomplete or would throw errors.  Tag\r
63   tab completion is now more full-featured.\r
64 \r
65 The last patch, which fix tag tab completion for excluded tags, needs\r
66 Mark Walters new exclude fixes [0] to work.\r
67 \r
68 The series removes one public-facing function\r
69 (notmuch-search-tag-thread), and renames another\r
70 (notmuch-search-archive-thread --> notmuch-search-archive).  But I\r
71 think it's worth it since it makes for a much cleaner interface.\r
72 \r
73 jamie.\r
74 \r
75 [0] id:"1333234442-28616-1-git-send-email-markwalters1009@gmail.com"\r
76 \r