Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / a2 / a68d61d7d3d3ea5a79d7c505ae8aad15a59910
1 Return-Path: <dme@dme.org>\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 4A4CE431FC1\r
6         for <notmuch@notmuchmail.org>; Mon, 19 Apr 2010 01:58:34 -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: -1.9\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9] autolearn=unavailable\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 5DKi+l3Gn3OW for <notmuch@notmuchmail.org>;\r
16         Mon, 19 Apr 2010 01:58:32 -0700 (PDT)\r
17 Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com\r
18         [74.125.82.181])\r
19         by olra.theworths.org (Postfix) with ESMTP id 61B8C4196F0\r
20         for <notmuch@notmuchmail.org>; Mon, 19 Apr 2010 01:58:32 -0700 (PDT)\r
21 Received: by wyj26 with SMTP id 26so2512921wyj.26\r
22         for <notmuch@notmuchmail.org>; Mon, 19 Apr 2010 01:58:31 -0700 (PDT)\r
23 Received: by 10.216.89.130 with SMTP id c2mr6730030wef.44.1271667511253;\r
24         Mon, 19 Apr 2010 01:58:31 -0700 (PDT)\r
25 Received: from ut.hh.sledj.net (gmp-ea-fw-1b.sun.com [192.18.8.1])\r
26         by mx.google.com with ESMTPS id x14sm47073479wbs.0.2010.04.19.01.58.27\r
27         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
28         Mon, 19 Apr 2010 01:58:28 -0700 (PDT)\r
29 Received: by ut.hh.sledj.net (Postfix, from userid 1000)\r
30         id 9E8485941DA; Mon, 19 Apr 2010 09:58:26 +0100 (BST)\r
31 To: Carl Worth <cworth@cworth.org>, Jesse Rosenthal <jrosenthal@jhu.edu>,\r
32         Xavier Maillard <xma@gnu.org>,\r
33         Mark Anderson <MarkR.Anderson@amd.com>, notmuch@notmuchmail.org\r
34 Subject: Re: [notmuch] Bulk message tagging\r
35 In-Reply-To: <87ochi2ig8.fsf@yoom.home.cworth.org>\r
36 References: <m2tyrrkf32.fsf@deb.maillard.im> <87sk7b30tg.fsf@jhu.edu>\r
37         <m2bpdye86s.fsf@deb.maillard.im>\r
38         <3wdmxxg4axm.fsf@testarossa.amd.com>\r
39         <m2wrwf76n3.fsf@deb.maillard.im>\r
40         <87fx2xfs4q.fsf@yoom.home.cworth.org> <87tyrcwkh5.fsf@jhu.edu>\r
41         <874ojcf9tb.fsf@yoom.home.cworth.org> <87hbnbwrdq.fsf@jhu.edu>\r
42         <87ochi2ig8.fsf@yoom.home.cworth.org>\r
43 User-Agent: Notmuch/0.1-163-g3077586 (http://notmuchmail.org) Emacs/23.1.1\r
44         (x86_64-pc-linux-gnu)\r
45 From: David Edmondson <dme@dme.org>\r
46 Date: Mon, 19 Apr 2010 09:58:26 +0100\r
47 Message-ID: <87bpdfbyz1.fsf@ut.hh.sledj.net>\r
48 MIME-Version: 1.0\r
49 Content-Type: text/plain; charset=us-ascii\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Mon, 19 Apr 2010 08:58:34 -0000\r
63 \r
64 On Sat, 17 Apr 2010 08:43:19 -0700, Carl Worth <cworth@cworth.org> wrote:\r
65 > In fact, until we have some sort of daemon that we can feed\r
66 > arbitrarily-long lists to, that's what we should do.\r
67 \r
68 Thinking about loud... What if the sub-commands which accept potentially\r
69 long argument lists (most of them?) sprouted a '--stdin' option, which\r
70 caused them to read the (remaining) argument list from stdin rather than\r
71 looking at argv? It seems that this would be simpler change than full\r
72 daemon support.\r
73 \r
74 So:\r
75         notmuch show id:foo@bar.baz\r
76 could become:\r
77         echo id:foo@bar.baz | notmuch show --stdin\r
78 \r
79 dme.\r
80 -- \r
81 David Edmondson, http://dme.org\r