Re: [PATCH v4 03/16] make shared crypto code behave library-like
[notmuch-archives.git] / c6 / 31fa9cb4d98ff39047d51dc5b61b370d9aa556
1 Return-Path: <sojkam1@fel.cvut.cz>\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 D6D33431FBD\r
6         for <notmuch@notmuchmail.org>; Fri, 31 Aug 2012 13:19:51 -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: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 Puztr2ZPlGMm for <notmuch@notmuchmail.org>;\r
16         Fri, 31 Aug 2012 13:19:51 -0700 (PDT)\r
17 Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36])\r
18         by olra.theworths.org (Postfix) with ESMTP id 14A18431FBC\r
19         for <notmuch@notmuchmail.org>; Fri, 31 Aug 2012 13:19:51 -0700 (PDT)\r
20 Received: from localhost (unknown [192.168.200.4])\r
21         by max.feld.cvut.cz (Postfix) with ESMTP id E831C19F337F;\r
22         Fri, 31 Aug 2012 22:19:45 +0200 (CEST)\r
23 X-Virus-Scanned: IMAP AMAVIS\r
24 Received: from max.feld.cvut.cz ([192.168.200.1])\r
25         by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new,\r
26         port 10044)\r
27         with ESMTP id IbyqWsDMTEeq; Fri, 31 Aug 2012 22:19:44 +0200 (CEST)\r
28 Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34])\r
29         by max.feld.cvut.cz (Postfix) with ESMTP id 60BA219F3302;\r
30         Fri, 31 Aug 2012 22:19:44 +0200 (CEST)\r
31 Received: from steelpick.2x.cz (unknown [213.29.198.144])\r
32         (Authenticated sender: sojkam1)\r
33         by imap.feld.cvut.cz (Postfix) with ESMTPSA id 312F9660904;\r
34         Fri, 31 Aug 2012 22:19:43 +0200 (CEST)\r
35 Received: from wsh by steelpick.2x.cz with local (Exim 4.80)\r
36         (envelope-from <sojkam1@fel.cvut.cz>)\r
37         id 1T7Xgr-0001iV-L3; Fri, 31 Aug 2012 22:19:41 +0200\r
38 From: Michal Sojka <sojkam1@fel.cvut.cz>\r
39 To: Jameson Graef Rollins <jrollins@finestructure.net>,\r
40         Notmuch Mail <notmuch@notmuchmail.org>\r
41 Subject: Re: [PATCH 05/11] lib: add ability to store recipients in message\r
42         structure\r
43 In-Reply-To: <1345427570-26518-6-git-send-email-jrollins@finestructure.net>\r
44 References: <1345427570-26518-1-git-send-email-jrollins@finestructure.net>\r
45         <1345427570-26518-2-git-send-email-jrollins@finestructure.net>\r
46         <1345427570-26518-3-git-send-email-jrollins@finestructure.net>\r
47         <1345427570-26518-4-git-send-email-jrollins@finestructure.net>\r
48         <1345427570-26518-5-git-send-email-jrollins@finestructure.net>\r
49         <1345427570-26518-6-git-send-email-jrollins@finestructure.net>\r
50 User-Agent: Notmuch/0.14+3~g608c52f (http://notmuchmail.org) Emacs/24.1.1\r
51         (x86_64-pc-linux-gnu)\r
52 Date: Fri, 31 Aug 2012 22:19:41 +0200\r
53 Message-ID: <87d326oluq.fsf@steelpick.2x.cz>\r
54 MIME-Version: 1.0\r
55 Content-Type: text/plain\r
56 X-BeenThere: notmuch@notmuchmail.org\r
57 X-Mailman-Version: 2.1.13\r
58 Precedence: list\r
59 List-Id: "Use and development of the notmuch mail system."\r
60         <notmuch.notmuchmail.org>\r
61 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
62         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
63 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
64 List-Post: <mailto:notmuch@notmuchmail.org>\r
65 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
66 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
67         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
68 X-List-Received-Date: Fri, 31 Aug 2012 20:19:52 -0000\r
69 \r
70 Hi Jamie,\r
71 \r
72 continuing in the review from yesterday...\r
73 \r
74 On Mon, Aug 20 2012, Jameson Graef Rollins wrote:\r
75 \r
76 [...]\r
77 \r
78 > diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h\r
79 > index bfb4111..27a41b6 100644\r
80 > --- a/lib/notmuch-private.h\r
81 > +++ b/lib/notmuch-private.h\r
82 > @@ -325,6 +325,15 @@ notmuch_message_set_author (notmuch_message_t *message, const char *author);\r
83 >  const char *\r
84 >  notmuch_message_get_author (notmuch_message_t *message);\r
85 >  \r
86 > +/* Set the recipients of 'message' - this is the representation used\r
87 > + * when displaying the message */\r
88 > +void\r
89 > +notmuch_message_set_recipients (notmuch_message_t *message, const char *recipients);\r
90 > +\r
91 > +/* Get the authors of 'message' */\r
92 \r
93 s/authors/recipients\r
94 \r
95 > +const char *\r
96 > +notmuch_message_get_recipients (notmuch_message_t *message);\r
97 > +\r
98 >  \r
99 >  /* index.cc */\r
100 >  \r
101 > -- \r
102 > 1.7.10.4\r
103 >\r
104 > _______________________________________________\r
105 > notmuch mailing list\r
106 > notmuch@notmuchmail.org\r
107 > http://notmuchmail.org/mailman/listinfo/notmuch\r