Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 0e / d8b2788f70f26e07ace665456944bddd3eba16
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 E3CFB429E21\r
6         for <notmuch@notmuchmail.org>; Mon, 10 Oct 2011 18:59:02 -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.29\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.29 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01] 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 uTHtN9qLW7OH for <notmuch@notmuchmail.org>;\r
16         Mon, 10 Oct 2011 18:59:02 -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 EE5AF429E31\r
20         for <notmuch@notmuchmail.org>; Mon, 10 Oct 2011 18:59:01 -0700 (PDT)\r
21 Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by earth-doxen-postvirus (Postfix) with ESMTP id 4B60F66E0468;\r
23         Mon, 10 Oct 2011 18:58:59 -0700 (PDT)\r
24 X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
25 Received: from finestructure.net (samis.ligo-wa.caltech.edu [198.129.208.149])\r
26         (Authenticated sender: jrollins)\r
27         by earth-doxen-submit (Postfix) with ESMTP id 6196466E0208;\r
28         Mon, 10 Oct 2011 18:58:56 -0700 (PDT)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id A07FF13AB; Mon, 10 Oct 2011 09:41:49 -0700 (PDT)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: David Bremner <bremner@unb.ca>, notmuch <notmuch@notmuchmail.org>\r
33 Subject: Re: output file argument to notmuch dump.\r
34 In-Reply-To: <8739f2qhla.fsf@zancas.localnet>\r
35 References: <8739f5tzxj.fsf@zancas.localnet> <8739f2qhla.fsf@zancas.localnet>\r
36 User-Agent: Notmuch/0.9_rc1-44-gaf1dc7e (http://notmuchmail.org) Emacs/23.3.1\r
37         (x86_64-pc-linux-gnu)\r
38 Date: Mon, 10 Oct 2011 09:41:47 -0700\r
39 Message-ID: <87y5wsajec.fsf@washington.ligo-wa.caltech.edu>\r
40 MIME-Version: 1.0\r
41 Content-Type: multipart/signed; boundary="=-=-=";\r
42         micalg=pgp-sha256; protocol="application/pgp-signature"\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.13\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Tue, 11 Oct 2011 01:59:03 -0000\r
56 \r
57 --=-=-=\r
58 Content-Transfer-Encoding: quoted-printable\r
59 \r
60 On Sun, 09 Oct 2011 13:01:53 -0300, David Bremner <bremner@unb.ca> wrote:\r
61 > Another option occured to me that is consistent at least with notmuch\r
62 > tag and notmuch show would be to support the following transitional\r
63 > syntaxes\r
64 >=20\r
65 >         notmuch dump file\r
66 >         notmuch dump file [--] search terms\r
67 >         notmuch dump -- search terms\r
68 >=20\r
69 > the first two could then be deprecated, and eventually the syntax\r
70 >=20\r
71 >     notmuch dump search terms=20\r
72 >=20\r
73 > could be enabled.\r
74 \r
75 Hey, David.  I think this is a fine approach, Go with the transitional\r
76 "--" separator for one release or so, with a deprecation warning, and\r
77 then move to the standard form in the release after that.\r
78 \r
79 > the question of whether to support=20\r
80 >=20\r
81 >     notmuch dump --file foo.txt\r
82 >=20\r
83 > or something like=20\r
84 >=20\r
85 >    notmuch --stdout=3Dfoo.txt dump\r
86 >=20\r
87 > could be dealt with later.\r
88 \r
89 I realize the later probably requires more work, since we would have to\r
90 replace all print calls with a new function, but I think it's the\r
91 cleaner and more elegant solution.  There's no reason to have an output\r
92 redirection option for "dump"s and not for any of the other commands.\r
93 \r
94 jamie.\r
95 \r
96 \r
97 \r
98 --=-=-=\r
99 Content-Type: application/pgp-signature\r
100 \r
101 -----BEGIN PGP SIGNATURE-----\r
102 Version: GnuPG v1.4.11 (GNU/Linux)\r
103 \r
104 iQIcBAEBCAAGBQJOkyBLAAoJEO00zqvie6q879kP/iqDXZIJQegz/kUuGgQAX99t\r
105 EWkftvKLoPucHERNZDhXw2zuuhpvLhbGrlraNJcabfDtwxNJTQHUMbr+n7Fy8L1R\r
106 Wm7YoHC9JE7k/TXnT/3n4nZIisAbWI3QmT/Vi56Nm2hoejdFpB3qrAoQJpCswWpk\r
107 jwkvatCTEGBDP/JZVfuUHCwirgirL6vUJWoJdiHWZZlsQIq0st5BjFlUE+AkVcFy\r
108 uUEr/ado7xpLl9ezlq8n8GBNtaMZCOpO9i82FubfZN1l+O8glFC9Tm6qZL7/Eiwi\r
109 3rQnlz9LQNjAO+3x3IluHxNB0yaCbSi/ONpuNKIEekitN/ocbW7ls9DuBUG0MeoZ\r
110 zYzIyc0sPFtepWxxybKwIi2NNuG0meIX273GG6883Lg85mqUVLfvHFMlxFOPSPh7\r
111 VazYaDETgaLVJ5q3TJfwx+oEWvxHlYUzIzhK3CtWWnqwRa8cEn/uTqYRui3apecU\r
112 N3PTJ3EGHa50NEXp+xRYl6SwXrUndh3MwF8fF3p2m0Ex3HaNLKgVcBfyZbJffoc4\r
113 0T6b90C4zlt/lmHbFOPTH59w7Y7imvWurpLfy+m2Ks6mrrA9IipCHx/fv8P6cKDS\r
114 Dl+nTG85wrpXoyW1lXLr6raU8/gw9TnvnzhUlUTNtLtSz4yIGPcx6gNiY1fu7Q8T\r
115 4/XqqFoALhMDK44q56rt\r
116 =/o6q\r
117 -----END PGP SIGNATURE-----\r
118 --=-=-=--\r