Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / f6 / 530f759a731e85a326adaea2f876471cb15001
1 Return-Path: <bgamari.foss@gmail.com>\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 D1841431FAF\r
6         for <notmuch@notmuchmail.org>; Mon, 14 Oct 2013 18:13:19 -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: -0.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id cZiGSvQokSkg for <notmuch@notmuchmail.org>;\r
17         Mon, 14 Oct 2013 18:13:13 -0700 (PDT)\r
18 Received: from mail-qe0-f49.google.com (mail-qe0-f49.google.com\r
19         [209.85.128.49]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 37809431FAE\r
22         for <notmuch@notmuchmail.org>; Mon, 14 Oct 2013 18:13:13 -0700 (PDT)\r
23 Received: by mail-qe0-f49.google.com with SMTP id a11so764838qen.22\r
24         for <notmuch@notmuchmail.org>; Mon, 14 Oct 2013 18:13:11 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=from:to:subject:date:message-id;\r
27         bh=3fehltPj8oHMkachTTOhnzcfPjcyDjY3udNfL/hb1aE=;\r
28         b=Gw/LUfOAqMwvTh4LP7juiY2L5acDdM/5Yzo2N/FZkO6YEklcOyBuWR1S7UJrJY9Twu\r
29         YrtMrGzZtd+jVnYf1fBmca9n1T2u3ZpXZhnB0buyrrrLE7EkdWF2ojJoAYgmklW6IiLe\r
30         W7A5rGzjO03/J4OTESoN4xN0Gr70nf7PsymuwYFy2q7mwNu1U2pFPCuE46RUthbdFLN3\r
31         Wggb9OjjAG47Tl3H7eJJIgjmfobR21Ntfg8lWyIU/q4XJNnAKKS6hu0xXXr/ucKzyyrP\r
32         Vle2rs99qE7VSupsTZJYO6AgvWmp9P/5OAHW4ntv+UP/eSnNECIaNKDu8wxjCr1Gnyt9\r
33         tesA==\r
34 X-Received: by 10.224.166.67 with SMTP id l3mr25864967qay.39.1381799591169;\r
35         Mon, 14 Oct 2013 18:13:11 -0700 (PDT)\r
36 Received: from localhost.localdomain\r
37         (pool-108-8-224-250.spfdma.east.verizon.net. [108.8.224.250])\r
38         by mx.google.com with ESMTPSA id\r
39         og1sm105736333qeb.3.1969.12.31.16.00.00\r
40         (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);\r
41         Mon, 14 Oct 2013 18:13:10 -0700 (PDT)\r
42 From: Ben Gamari <bgamari.foss@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH] Compact tests and error handling\r
45 Date: Mon, 14 Oct 2013 21:13:02 -0400\r
46 Message-Id: <1381799585-16274-1-git-send-email-bgamari.foss@gmail.com>\r
47 X-Mailer: git-send-email 1.8.1.2\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Tue, 15 Oct 2013 01:13:20 -0000\r
61 \r
62 Here are a few patches adding a test case and some more user feedback on\r
63 rename failure during compaction.\r
64 \r
65 Cheers,\r
66 \r
67 - Ben\r
68 \r
69 \r