Re: [PATCH] man: update SEE ALSO references in man pages
[notmuch-archives.git] / 1c / 8fbe1eaa052982b7ed6e6997871a72b3a1dffb
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 F07DC431FBC\r
6         for <notmuch@notmuchmail.org>; Thu, 21 Jan 2010 08:07:23 -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.061\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.061 tagged_above=-999 required=5\r
12         tests=[AWL=-0.062, 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 ht1gfEOz+dl6 for <notmuch@notmuchmail.org>;\r
16         Thu, 21 Jan 2010 08:07:23 -0800 (PST)\r
17 Received: from batman.acm.jhu.edu (batman.acm.jhu.edu [128.220.251.35])\r
18         by olra.theworths.org (Postfix) with ESMTP id 19956431FAE\r
19         for <notmuch@notmuchmail.org>; Thu, 21 Jan 2010 08:07:23 -0800 (PST)\r
20 Received: from batman.acm.jhu.edu (localhost.localdomain [127.0.0.1])\r
21         by batman.acm.jhu.edu (Postfix) with ESMTP id 6461BCED8F;\r
22         Thu, 21 Jan 2010 11:07:21 -0500 (EST)\r
23 Received: by batman.acm.jhu.edu (Postfix, from userid 99)\r
24         id 330EACEE4E; Thu, 21 Jan 2010 11:07:21 -0500 (EST)\r
25 Received: from lucky (c-69-255-36-229.hsd1.md.comcast.net [69.255.36.229])\r
26         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
27         (Client did not present a certificate)\r
28         by batman.acm.jhu.edu (Postfix) with ESMTPSA id 8044ECED8F;\r
29         Thu, 21 Jan 2010 11:07:17 -0500 (EST)\r
30 Received: by lucky (Postfix, from userid 1000)\r
31         id D7B3B33475F; Thu, 21 Jan 2010 11:07:12 -0500 (EST)\r
32 From: Jesse Rosenthal <jrosenthal@jhu.edu>\r
33 To: Jameson Rollins <jrollins@finestructure.net>\r
34 In-Reply-To: <20100121155659.GD8342@finestructure.net>\r
35 References: <m1636w7au5.fsf@watt.gilman.jhu.edu>\r
36         <20100121152324.GY8342@finestructure.net> <87d413zd15.fsf@jhu.edu>\r
37         <20100121155659.GD8342@finestructure.net>\r
38 Date: Thu, 21 Jan 2010 11:07:12 -0500\r
39 Message-ID: <87bpgnzbkf.fsf@jhu.edu>\r
40 MIME-Version: 1.0\r
41 Content-Type: text/plain; charset=us-ascii\r
42 X-Virus-Scanned: ClamAV using ClamSMTP\r
43 Cc: notmuch@notmuchmail.org\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 16:07:24 -0000\r
59 \r
60 On Thu, 21 Jan 2010 10:56:59 -0500, Jameson Rollins <jrollins@finestructure.net> wrote:\r
61 > Notmuch is not to my knowledge capable of tagging a sub-region of a\r
62 > message, so in that sense it might not work.  \r
63 \r
64 This is only in notmuch-search mode, so it only operates on full\r
65 threads.\r
66 \r
67 > Would it be better to use some sort of tag/apply system ala mutt\r
68 > instead?\r
69 \r
70 That could work too. The main reason I implemented this is that, as an\r
71 emacs user, I kept intuitively trying to tag messages in this way, and\r
72 it wouldn't work.\r
73 \r
74 I actually was thinking of combining regions and marking (let's call it\r
75 that to keep from getting confused with notmuch tags) -- i.e., have\r
76 region selection in search mode also mark messages. And then there could\r
77 also be a message-by-message way if you wanted to mark disjoint\r
78 messages.\r
79 \r
80 Best,\r
81 Jesse\r