[PATCH] convert bitmap to unsigned char
[notmuch-archives.git] / c0 / b59eda36106fde164489dcec22590cb777f3c9
1 Return-Path: <xma@gnu.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 68A2D429E37\r
6         for <notmuch@notmuchmail.org>; Sat, 14 Jan 2012 09:25:03 -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: 0.463\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.463 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, RDNS_DYNAMIC=0.363] 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 5LFtt-md23E9 for <notmuch@notmuchmail.org>;\r
16         Sat, 14 Jan 2012 09:25:02 -0800 (PST)\r
17 Received: from xhlj.maillard.im (cha51-3-88-164-105-66.fbx.proxad.net\r
18         [88.164.105.66])\r
19         by olra.theworths.org (Postfix) with ESMTP id 932C7429E35\r
20         for <notmuch@notmuchmail.org>; Sat, 14 Jan 2012 09:25:02 -0800 (PST)\r
21 Received: from xhlj.maillard.im (xhlj.maillard.im [127.0.0.1])\r
22         by xhlj.maillard.im (Postfix) with ESMTP id 991C92125A;\r
23         Sat, 14 Jan 2012 18:24:59 +0100 (CET)\r
24 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to:cc\r
25         :subject:in-reply-to:references:reply-to:date:message-id\r
26         :mime-version:content-type; s=postfix; bh=tZS9KzWJRTAFK/hbVe400r\r
27         MdpOk=; b=TShGPzJsW7G7DKOS4ymT8ZqoBguL5hmeJzqHeDtBDODBwHB5AbOnr7\r
28         RgLmhmamQzNc9YHsJHw9G+3j4fLokS1xBzNp4TX3K7SulfdvUlFtNiphV4emAUBP\r
29         nzIMyP9H6tHTRLmRzjIN7wmTNwl7hezUTV9ki3nLNomztNo2bO16I=\r
30 Received: from maillard.im (cha51-3-88-164-105-66.fbx.proxad.net\r
31         [88.164.105.66])\r
32         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
33         (No client certificate requested)\r
34         by xhlj.maillard.im (Postfix) with ESMTPSA;\r
35         Sat, 14 Jan 2012 18:24:59 +0100 (CET)\r
36 From: Xavier Maillard <xma@gnu.org>\r
37 To: Austin Clements <amdragon@MIT.EDU>\r
38 Subject: Re: [PATCH] Set fill column to 70 in .dir-locals.el and refactor\r
39         other settings.\r
40 In-Reply-To: <20120113225451.GK18625@mit.edu>\r
41 References: <1326410243-22277-1-git-send-email-amdragon@mit.edu>\r
42         <m2lipb6alj.fsf@kcals.intra.maillard.im>\r
43         <m27h0v5imm.fsf@kcals.intra.maillard.im>\r
44         <20120113225451.GK18625@mit.edu>\r
45 User-Agent: Notmuch/0.10.1 (http://notmuchmail.org) Emacs/23.2.1\r
46         (i486-slackware-linux-gnu)\r
47 Date: Sat, 14 Jan 2012 18:42:17 +0100\r
48 Message-ID: <m21ur25gg6.fsf@kcals.intra.maillard.im>\r
49 MIME-Version: 1.0\r
50 Content-Type: text/plain; charset=us-ascii\r
51 Cc: notmuch@notmuchmail.org\r
52 X-BeenThere: notmuch@notmuchmail.org\r
53 X-Mailman-Version: 2.1.13\r
54 Precedence: list\r
55 Reply-To: Xavier Maillard <xma@gnu.org>\r
56 List-Id: "Use and development of the notmuch mail system."\r
57         <notmuch.notmuchmail.org>\r
58 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
60 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
61 List-Post: <mailto:notmuch@notmuchmail.org>\r
62 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
63 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
64         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
65 X-List-Received-Date: Sat, 14 Jan 2012 17:25:03 -0000\r
66 \r
67 On Fri, 13 Jan 2012 17:54:51 -0500, Austin Clements <amdragon@MIT.EDU> wrote:\r
68 > Quoth Xavier Maillard on Jan 13 at 11:42 pm:\r
69 > > \r
70 > > This controls where comments and other text wraps.  70 is the default\r
71 > > value, so this simply returns it to the default for people who have\r
72 > > overridden it.  Most notmuch code already adheres to this.\r
73 > > ---\r
74 > > SO here is the patch (still sorry if I did it wrongly and very badly).\r
75\r
76 > You ammended it right, but actually the configuration is intentionally\r
77 > repeated for the various modes.\r
78 \r
79 That's ok.\r
80 \r
81 Maybe I will find an easier way to build and to send patches\r
82 \r
83 /Xavier\r