[PATCH 4/4] Update NEWS for user.other_name
[notmuch-archives.git] / 5d / 2245fd94577bc92d428d6c5a15411608827d0a
1 Return-Path: <Sebastian@SSpaeth.de>\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 627B94196F3\r
6         for <notmuch@notmuchmail.org>; Mon, 29 Mar 2010 00:43:16 -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.5\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.5 tagged_above=-999 required=5\r
12         tests=[BAYES_05=-0.5] autolearn=ham\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 UBupUchazXf1 for <notmuch@notmuchmail.org>;\r
16         Mon, 29 Mar 2010 00:43:14 -0700 (PDT)\r
17 Received: from homiemail-a20.g.dreamhost.com (caiajhbdcagg.dreamhost.com\r
18         [208.97.132.66])\r
19         by olra.theworths.org (Postfix) with ESMTP id B48064196F2\r
20         for <notmuch@notmuchmail.org>; Mon, 29 Mar 2010 00:43:14 -0700 (PDT)\r
21 Received: from sspaeth.de (mtec-hg-docking-1-dhcp-204.ethz.ch\r
22         [129.132.133.204])\r
23         by homiemail-a20.g.dreamhost.com (Postfix) with ESMTPA id C50F17EC064; \r
24         Mon, 29 Mar 2010 00:43:12 -0700 (PDT)\r
25 Received: by sspaeth.de (sSMTP sendmail emulation);\r
26         Mon, 29 Mar 2010 09:43:10 +0200\r
27 From: "Sebastian Spaeth" <Sebastian@SSpaeth.de>\r
28 To: Ben Gamari <bgamari.foss@gmail.com>, notmuch <notmuch@notmuchmail.org>\r
29 In-Reply-To: <1268432006-24333-2-git-send-email-bgamari.foss@gmail.com>\r
30 References: <1268432006-24333-1-git-send-email-bgamari.foss@gmail.com>\r
31         <1268432006-24333-2-git-send-email-bgamari.foss@gmail.com>\r
32 Date: Mon, 29 Mar 2010 09:43:10 +0200\r
33 Message-ID: <87r5n31skx.fsf@SSpaeth.de>\r
34 MIME-Version: 1.0\r
35 Content-Type: text/plain; charset=us-ascii\r
36 Subject: Re: [notmuch] [PATCH] notmuch-config: make new message tags\r
37  configurable\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Mon, 29 Mar 2010 07:43:16 -0000\r
51 \r
52 On Fri, 12 Mar 2010 17:13:26 -0500, Ben Gamari <bgamari.foss@gmail.com> wrote:\r
53 >       /* success */\r
54 >       case NOTMUCH_STATUS_SUCCESS:\r
55 >           state->added_messages++;\r
56 > -         tag_inbox_and_unread (message);\r
57 > +         for (tag=state->new_tags; *tag != NULL; tag++)\r
58 > +             notmuch_message_add_tag (message, *tag);\r
59 \r
60 notmuch-new.c: In function 'add_files_recursive':\r
61 notmuch-new.c:465: warning: assignment from incompatible pointer typ\r
62 \r
63 I was just trying to apply this (in addition to maildir based tagging)\r
64 to my branch, and I am getting a compiler warning. Any clue as to how to\r
65 fix this?\r
66 \r
67 This is the exact commit:\r
68 http://github.com/spaetz/notmuch-all-feature/commit/9beead362971af818697412e9686f96078cdf925#L2R469\r
69 \r
70 Sebastian\r