database error
[notmuch-archives.git] / c0 / f9f5e0b9efca89f48056423f19abfa5a2f59dd
1 Return-Path: <jrosenthal@jhu.edu>\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 C48A1431FBC\r
6         for <notmuch@notmuchmail.org>; Thu, 21 Jan 2010 07:35:47 -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.001\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.001 tagged_above=-999 required=5\r
12         tests=[BAYES_50=0.001] 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 E276-Q-u5X9t for <notmuch@notmuchmail.org>;\r
16         Thu, 21 Jan 2010 07:35:47 -0800 (PST)\r
17 X-Greylist: delayed 14910 seconds by postgrey-1.32 at olra;\r
18         Thu, 21 Jan 2010 07:35:47 PST\r
19 Received: from batman.acm.jhu.edu (batman.acm.jhu.edu [128.220.251.35])\r
20         by olra.theworths.org (Postfix) with ESMTP id 16AA0431FAE\r
21         for <notmuch@notmuchmail.org>; Thu, 21 Jan 2010 07:35:47 -0800 (PST)\r
22 Received: from batman.acm.jhu.edu (localhost.localdomain [127.0.0.1])\r
23         by batman.acm.jhu.edu (Postfix) with ESMTP id F41E5CED81;\r
24         Thu, 21 Jan 2010 10:35:44 -0500 (EST)\r
25 Received: by batman.acm.jhu.edu (Postfix, from userid 99)\r
26         id BB516CEE4E; Thu, 21 Jan 2010 10:35:44 -0500 (EST)\r
27 Received: from lucky (c-69-255-36-229.hsd1.md.comcast.net [69.255.36.229])\r
28         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
29         (Client did not present a certificate)\r
30         by batman.acm.jhu.edu (Postfix) with ESMTPSA id 1C2D9CED81;\r
31         Thu, 21 Jan 2010 10:35:41 -0500 (EST)\r
32 Received: by lucky (Postfix, from userid 1000)\r
33         id 2CF5633475F; Thu, 21 Jan 2010 10:35:35 -0500 (EST)\r
34 From: Jesse Rosenthal <jrosenthal@jhu.edu>\r
35 To: notmuch@notmuchmail.org\r
36 In-Reply-To: <20100121152324.GY8342@finestructure.net>\r
37 References: <m1636w7au5.fsf@watt.gilman.jhu.edu>\r
38         <20100121152324.GY8342@finestructure.net>\r
39 Date: Thu, 21 Jan 2010 10:35:34 -0500\r
40 Message-ID: <87d413zd15.fsf@jhu.edu>\r
41 MIME-Version: 1.0\r
42 Content-Type: text/plain; charset=us-ascii\r
43 X-Virus-Scanned: ClamAV using ClamSMTP\r
44 Subject: Re: [notmuch] [PATCH] notmuch.el: add functionality to add or\r
45  remove tags by region.\r
46 X-BeenThere: notmuch@notmuchmail.org\r
47 X-Mailman-Version: 2.1.13\r
48 Precedence: list\r
49 List-Id: "Use and development of the notmuch mail system."\r
50         <notmuch.notmuchmail.org>\r
51 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
53 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
54 List-Post: <mailto:notmuch@notmuchmail.org>\r
55 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
56 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
58 X-List-Received-Date: Thu, 21 Jan 2010 15:35:48 -0000\r
59 \r
60 On Thu, 21 Jan 2010 10:23:24 -0500, Jameson Rollins <jrollins@finestructure.net> wrote:\r
61 \r
62 Hi Jamie,\r
63 \r
64 > Hi, Jesse.  Can you explain what exactly a "region" is?  It's not\r
65 > clear from your log message or the patch itself.\r
66 \r
67 Region is emacs-speak for selected area (either click-and-drag or C-SPC\r
68 and then motion commands). Basically, this was meant to be an emacsy-way\r
69 of tagging a bunch of messages in a buffer at once.\r
70 \r
71 Best,\r
72 Jesse\r
73 \r