Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / ff / 3ef79c3c735e9f53ad608e0e15092ed54826de
1 Return-Path: <bremner@tethera.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 C9073431FD0\r
6         for <notmuch@notmuchmail.org>; Sun, 18 Dec 2011 05:15:40 -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: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 ekj-3IAu+Od5 for <notmuch@notmuchmail.org>;\r
16         Sun, 18 Dec 2011 05:15:40 -0800 (PST)\r
17 Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 30739431FB6\r
21         for <notmuch@notmuchmail.org>; Sun, 18 Dec 2011 05:15:40 -0800 (PST)\r
22 Received: from zancas.localnet\r
23         (fctnnbsc36w-156034079193.pppoe-dynamic.High-Speed.nb.bellaliant.net\r
24         [156.34.79.193]) (authenticated bits=0)\r
25         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id pBIDFcDH017874\r
26         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO)\r
27         for <notmuch@notmuchmail.org>; Sun, 18 Dec 2011 09:15:39 -0400\r
28 Received: from bremner by zancas.localnet with local (Exim 4.77)\r
29         (envelope-from <bremner@tethera.net>) id 1RcGaY-0008RB-5r\r
30         for notmuch@notmuchmail.org; Sun, 18 Dec 2011 09:15:38 -0400\r
31 From: David Bremner <david@tethera.net>\r
32 To: notmuch@notmuchmail.org\r
33 Subject: Revised dump-restore patches\r
34 Date: Sun, 18 Dec 2011 09:15:02 -0400\r
35 Message-Id: <1324214111-32079-1-git-send-email-david@tethera.net>\r
36 X-Mailer: git-send-email 1.7.7.3\r
37 In-Reply-To: <id:87sjkmuck7.fsf@gmail.com>\r
38 References: <id:87sjkmuck7.fsf@gmail.com>\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Sun, 18 Dec 2011 13:15:40 -0000\r
52 \r
53 I haven't written user docs yet. I'm considering whether I can improve\r
54 this small task by doing the larger task of splitting the man page and\r
55 having notmuch help call man.\r
56 \r
57 The code is cleaned up quite a bit, the bug fix for 8bit characters is\r
58 rolled into the series, and following a suggestion of Jani, restore\r
59 now auto-detects what format the input is in.\r
60 \r
61 I left the default dump format as "sup" (old style) in this round. I'm\r
62 leary of breaking people's scripts, so my current proposal is\r
63 deprecate the sup format (as default) for a release or two.\r
64 \r