[PATCH] convert bitmap to unsigned char
[notmuch-archives.git] / c4 / 772e6646d688200a9fa5ce93f4bd4dbebc93c6
1 Return-Path: <lrilling@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 83ABD431FD0\r
6         for <notmuch@notmuchmail.org>; Fri,  9 Sep 2011 02:06:45 -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.699\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.699 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001,\r
13         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 t4Y2ft1vBLlc for <notmuch@notmuchmail.org>;\r
17         Fri,  9 Sep 2011 02:06:45 -0700 (PDT)\r
18 Received: from mail-fx0-f53.google.com (mail-fx0-f53.google.com\r
19         [209.85.161.53]) (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 B883D431FB6\r
22         for <notmuch@notmuchmail.org>; Fri,  9 Sep 2011 02:06:44 -0700 (PDT)\r
23 Received: by fxd23 with SMTP id 23so2380673fxd.26\r
24         for <notmuch@notmuchmail.org>; Fri, 09 Sep 2011 02:06:43 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=sender:date:from:to:cc:subject:message-id:references:mime-version\r
27         :content-type:content-disposition:in-reply-to:user-agent;\r
28         bh=2jPSwPdJ+R5HTQw69Wa6DlxgJg/nnoTm/Xwkc8NaDo8=;\r
29         b=F68HrEOSKELXy/RdO5WJ27VliOUBN31B1KqjMabDs4AV2aTIH/deWD/Erumrl6m3P2\r
30         2HpJecyJ4qNB/3ZF5cXPSx1XEesxgGmffE/9QPVDZeHIborqwtvXCbi7uV5EAJcV/d6t\r
31         ShEeK02b/J9eOQCFnF9JyrPkOeAz5Hf/x91XQ=\r
32 Received: by 10.223.42.24 with SMTP id q24mr2381310fae.148.1315559203231;\r
33         Fri, 09 Sep 2011 02:06:43 -0700 (PDT)\r
34 Received: from localdomain ([78.222.14.116])\r
35         by mx.google.com with ESMTPS id q23sm2599155fae.1.2011.09.09.02.06.41\r
36         (version=SSLv3 cipher=OTHER); Fri, 09 Sep 2011 02:06:42 -0700 (PDT)\r
37 Sender: Louis Rilling <lrilling@gmail.com>\r
38 Date: Fri, 9 Sep 2011 11:06:34 +0200\r
39 From: Louis Rilling <l.rilling@av7.net>\r
40 To: Jameson Graef Rollins <jrollins@finestructure.net>\r
41 Subject: Re: [PATCH] notmuch restore --accumulate\r
42 Message-ID: <20110909090633.GA3178@localdomain>\r
43 References: <1315249637-20179-1-git-send-email-thomas@schwinge.name>\r
44         <87liu2kcq6.fsf@servo.factory.finestructure.net>\r
45 MIME-Version: 1.0\r
46 Content-Type: text/plain; charset=us-ascii\r
47 Content-Disposition: inline\r
48 In-Reply-To: <87liu2kcq6.fsf@servo.factory.finestructure.net>\r
49 User-Agent: Mutt/1.5.20 (2009-06-14)\r
50 Cc: notmuch@notmuchmail.org, Thomas Schwinge <thomas@schwinge.name>\r
51 X-BeenThere: notmuch@notmuchmail.org\r
52 X-Mailman-Version: 2.1.13\r
53 Precedence: list\r
54 List-Id: "Use and development of the notmuch mail system."\r
55         <notmuch.notmuchmail.org>\r
56 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
58 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
59 List-Post: <mailto:notmuch@notmuchmail.org>\r
60 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
61 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
62         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
63 X-List-Received-Date: Fri, 09 Sep 2011 09:06:45 -0000\r
64 \r
65 On 05/09/11 12:31 -0700, Jameson Graef Rollins wrote:\r
66 > Also, we generally prefer to have modifications to the test suite in\r
67 > separate patches that precede the patches that add the features/fix the\r
68 > bugs.\r
69\r
70 \r
71 For new features, this does not look like 'git bisect'-safe. I would say that\r
72 the testsuite patch should follow the new feature patch, don't you?\r
73 \r
74 Thanks,\r
75 \r
76 Louis\r
77 \r
78 > > Signed-off-by: Thomas Schwinge <thomas@schwinge.name>\r
79\r
80 > Finally, you don't need to sign off on your own patches.\r
81\r
82 > Thanks.\r
83\r
84 > jamie.\r
85 \r
86 \r
87 \r
88 > _______________________________________________\r
89 > notmuch mailing list\r
90 > notmuch@notmuchmail.org\r
91 > http://notmuchmail.org/mailman/listinfo/notmuch\r
92 \r