Re: Applying patches directly from emails?
[notmuch-archives.git] / 50 / 79b40560efbfb48f2911ed05981504751a297c
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 B4C5B431FBC\r
6         for <notmuch@notmuchmail.org>; Thu, 21 Jan 2010 07:57:03 -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: -1.336\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.336 tagged_above=-999 required=5\r
12         tests=[AWL=-1.337, 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 Vuq0Dp7fVvWR for <notmuch@notmuchmail.org>;\r
16         Thu, 21 Jan 2010 07:57:02 -0800 (PST)\r
17 Received: from tarap.cc.columbia.edu (tarap.cc.columbia.edu [128.59.29.7])\r
18         by olra.theworths.org (Postfix) with ESMTP id 5D4AC431FAE\r
19         for <notmuch@notmuchmail.org>; Thu, 21 Jan 2010 07:57:02 -0800 (PST)\r
20 Received: from servo.finestructure.net (cpe-72-227-128-66.nyc.res.rr.com\r
21         [72.227.128.66])\r
22         (user=jgr2110 author=jrollins@finestructure.net mech=PLAIN bits=0)\r
23         by tarap.cc.columbia.edu (8.14.3/8.14.3) with ESMTP id o0LFuxcf010645\r
24         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT);\r
25         Thu, 21 Jan 2010 10:57:01 -0500 (EST)\r
26 Received: from jrollins by servo.finestructure.net with local (Exim 4.71)\r
27         (envelope-from <jrollins@finestructure.net>)\r
28         id 1NXzP1-0005xZ-F1; Thu, 21 Jan 2010 10:56:59 -0500\r
29 Date: Thu, 21 Jan 2010 10:56:59 -0500\r
30 From: Jameson Rollins <jrollins@finestructure.net>\r
31 To: Jesse Rosenthal <jrosenthal@jhu.edu>\r
32 Message-ID: <20100121155659.GD8342@finestructure.net>\r
33 References: <m1636w7au5.fsf@watt.gilman.jhu.edu>\r
34         <20100121152324.GY8342@finestructure.net> <87d413zd15.fsf@jhu.edu>\r
35 MIME-Version: 1.0\r
36 Content-Type: text/plain; charset=us-ascii\r
37 Content-Disposition: inline\r
38 In-Reply-To: <87d413zd15.fsf@jhu.edu>\r
39 User-Agent: Mutt/1.5.20 (2009-06-14)\r
40 X-No-Spam-Score: Local\r
41 X-Scanned-By: MIMEDefang 2.68 on 128.59.29.7\r
42 Cc: notmuch@notmuchmail.org\r
43 Subject: Re: [notmuch] [PATCH] notmuch.el: add functionality to add or\r
44  remove tags by region.\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Thu, 21 Jan 2010 15:57:03 -0000\r
58 \r
59 On Thu, Jan 21, 2010 at 10:35:34AM -0500, Jesse Rosenthal wrote:\r
60 > Region is emacs-speak for selected area (either click-and-drag or C-SPC\r
61 > and then motion commands). Basically, this was meant to be an emacsy-way\r
62 > of tagging a bunch of messages in a buffer at once.\r
63 \r
64 I understand what a region is in emacs land, but I don't understand\r
65 how it translates to mail land.  Notmuch is not to my knowledge\r
66 capable of tagging a sub-region of a message, so in that sense it\r
67 might not work.  If you goal is to tag only a subset of messages in a\r
68 thread, then regions don't seem like the most natural way to do that,\r
69 since regions are non-disjoint.  Would it be better to use some sort\r
70 of tag/apply system ala mutt instead?\r
71 \r
72 jamie.\r