[PATCH] convert bitmap to unsigned char
[notmuch-archives.git] / c0 / d2497322d32dfda3a99ba1a8a51985e6122cdc
1 Return-Path: <too@guru-group.fi>\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 09E91431FBC\r
6         for <notmuch@notmuchmail.org>; Fri,  2 Nov 2012 07:07:09 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 xWUx-5BpEKXB for <notmuch@notmuchmail.org>;\r
16         Fri,  2 Nov 2012 07:07:08 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id EBE74431FAE\r
19         for <notmuch@notmuchmail.org>; Fri,  2 Nov 2012 07:07:07 -0700 (PDT)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id 0AB5110007E; Fri,  2 Nov 2012 16:07:09 +0200 (EET)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: notmuch@notmuchmail.org\r
24 Subject: [PATCH 1/1] uncrustify.cfg: added 3 new types for uncrustify to know\r
25 Date: Fri,  2 Nov 2012 16:07:06 +0200\r
26 Message-Id: <1351865226-916-1-git-send-email-tomi.ollila@iki.fi>\r
27 X-Mailer: git-send-email 1.8.0\r
28 Cc: tomi.ollila@iki.fi\r
29 X-BeenThere: notmuch@notmuchmail.org\r
30 X-Mailman-Version: 2.1.13\r
31 Precedence: list\r
32 List-Id: "Use and development of the notmuch mail system."\r
33         <notmuch.notmuchmail.org>\r
34 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
35         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
36 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
37 List-Post: <mailto:notmuch@notmuchmail.org>\r
38 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
39 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
40         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
41 X-List-Received-Date: Fri, 02 Nov 2012 14:07:09 -0000\r
42 \r
43 Added FILE, notmuch_show_params_t and sprinter_t to be\r
44 types when uncrustifying sources. This affect spacing\r
45 when uncrustify is deciding for type declaration instead\r
46 of binary multiplication operation.\r
47 ---\r
48  devel/uncrustify.cfg | 4 +++-\r
49  1 file changed, 3 insertions(+), 1 deletion(-)\r
50 \r
51 diff --git a/devel/uncrustify.cfg b/devel/uncrustify.cfg\r
52 index d24cf6e..6a8769c 100644\r
53 --- a/devel/uncrustify.cfg\r
54 +++ b/devel/uncrustify.cfg\r
55 @@ -62,8 +62,10 @@ nl_after_struct = 0\r
56  # uncrustify doesn't know whether a 'token' is part of pointer type\r
57  # or left operand of a binary multiplication operation.\r
58  \r
59 +type FILE\r
60  type GMimeObject GMimeCryptoContext GMimeCipherContext\r
61 -type mime_node_t notmuch_message_t\r
62 +type mime_node_t notmuch_message_t notmuch_show_params_t\r
63 +type sprinter_t\r
64  \r
65  #\r
66  # inter-character spacing options\r
67 -- \r
68 1.8.0\r
69 \r