Re: [PATCH v3 0/6] Make Emacs search use sexp format
[notmuch-archives.git] / 68 / 408267961c6ca8446ca090c19abfb9c7729226
1 Return-Path: <greenrd@greenrd.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 9E110429E54\r
6         for <notmuch@notmuchmail.org>; Tue, 28 Jun 2011 00:01:01 -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: 1.275\r
10 X-Spam-Level: *\r
11 X-Spam-Status: No, score=1.275 tagged_above=-999 required=5\r
12         tests=[RDNS_NONE=1.274, UNPARSEABLE_RELAY=0.001] 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 6xue5Zs3txPt for <notmuch@notmuchmail.org>;\r
16         Tue, 28 Jun 2011 00:01:00 -0700 (PDT)\r
17 Received: from mail.dnsexit.com (unknown [67.214.175.90])\r
18         (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 09A4E429E4E\r
21         for <notmuch@notmuchmail.org>; Tue, 28 Jun 2011 00:01:00 -0700 (PDT)\r
22 Received: from greenrd.plus.com (greenrd.plus.com [212.159.116.150])\r
23         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
24         (No client certificate requested)\r
25         by mail.dnsexit.com (Postfix) with ESMTP id 6736DB7D3EB\r
26         for <notmuch@notmuchmail.org>; Tue, 28 Jun 2011 03:00:40 -0400 (EDT)\r
27 Received: from greenrd (uid 1001) (envelope-from greenrd@greenrd.org)\r
28         id 1095b3073 by greenrd.plus.com (DragonFly Mail Agent)\r
29         Tue, 28 Jun 2011 08:00:54 +0100\r
30 From: Robin Green <greenrd@greenrd.org>\r
31 To: notmuch@notmuchmail.org\r
32 Subject: Re: Drafts being tagged as inbox\r
33 In-Reply-To: <877h86tqez.fsf@praet.org>\r
34 References: <868vsnaqqm.fsf@greenrd.plus.com> <877h86tqez.fsf@praet.org>\r
35 User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.2.1\r
36         (x86_64-pc-dragonfly)\r
37 Date: Tue, 28 Jun 2011 08:00:53 +0100\r
38 Message-ID: <8639iu5tju.fsf@greenrd.plus.com>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain; charset=us-ascii\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Tue, 28 Jun 2011 07:01:01 -0000\r
54 \r
55 On Tue, 28 Jun 2011 08:34:44 +0200, Pieter Praet <pieter@praet.org> wrote:\r
56 > notmuch tag -inbox +draft -- folder:${where_your_drafts_reside}\r
57 \r
58 My notmuch help does not mention "folder:", and indeed folder:drafts as a\r
59 search term is just treated as the words folder and drafts. Perhaps this\r
60 is implemented in git head. However, when I try to compile git head on\r
61 Dragonfly BSD, I get this error:\r
62 \r
63 CXX -O2 notmuch-shared\r
64 notmuch-count.o: In function `notmuch_count_command':\r
65 notmuch-count.c:(.text+0x63): undefined reference to `notmuch_database_open'\r
66 notmuch-count.c:(.text+0x9d): undefined reference to `notmuch_query_create'\r
67 notmuch-count.c:(.text+0xb1): undefined reference to `notmuch_query_count_messages'\r
68 notmuch-count.c:(.text+0xc9): undefined reference to `notmuch_query_destroy'\r
69 notmuch-count.c:(.text+0xd1): undefined reference to `notmuch_database_close'\r
70 notmuch-dump.o: In function `notmuch_dump_command':\r
71 notmuch-dump.c:(.text+0x33): undefined reference to `notmuch_database_open'\r
72 notmuch-dump.c:(.text+0x4e): undefined reference to `notmuch_query_create'\r
73 notmuch-dump.c:(.text+0x67): undefined reference to `notmuch_query_set_sort'\r
74 notmuch-dump.c:(.text+0x81): undefined reference to `notmuch_query_search_messages'\r
75 notmuch-dump.c:(.text+0x8c): undefined reference to `notmuch_messages_valid'\r
76 notmuch-dump.c:(.text+0xa4): undefined reference to `notmuch_messages_get'\r
77 notmuch-dump.c:(.text+0xaf): undefined reference to `notmuch_message_get_message_id'\r
78 notmuch-dump.c:(.text+0xcb): undefined reference to `notmuch_message_get_tags'\r
79 notmuch-dump.c:(.text+0xe5): undefined reference to `notmuch_tags_get'\r
80 notmuch-dump.c:(.text+0xf9): undefined reference to `notmuch_tags_move_to_next'\r
81 notmuch-dump.c:(.text+0x10a): undefined reference to `notmuch_tags_valid'\r
82 notmuch-dump.c:(.text+0x14d): undefined reference to `notmuch_message_destroy'\r
83 notmuch-dump.c:(.text+0x155): undefined reference to `notmuch_messages_move_to_next'\r
84 notmuch-dump.c:(.text+0x15d): undefined reference to `notmuch_messages_valid'\r
85 notmuch-dump.c:(.text+0x17a): undefined reference to `notmuch_query_destroy'\r
86 notmuch-dump.c:(.text+0x182): undefined reference to `notmuch_database_close'\r
87 notmuch-new.o: In function `_remove_directory':\r
88 notmuch-new.c:(.text+0x585): undefined reference to `notmuch_database_get_directory'\r
89 notmuch-new.c:(.text+0x592): undefined reference to `notmuch_directory_get_child_files'\r
90 notmuch-new.c:(.text+0x5b8): undefined reference to `notmuch_filenames_move_to_next'\r
91 notmuch-new.c:(.text+0x5c0): undefined reference to `notmuch_filenames_valid'\r
92 notmuch-new.c:(.text+0x5cc): undefined reference to `notmuch_filenames_get'\r
93 notmuch-new.c:(.text+0x5f1): undefined reference to `notmuch_database_remove_message'\r
94 notmuch-new.c:(.text+0x609): undefined reference to `notmuch_directory_get_child_directories'\r
95 notmuch-new.c:(.text+0x616): undefined reference to `notmuch_filenames_get'\r
96 notmuch-new.c:(.text+0x65c): undefined reference to `notmuch_filenames_move_to_next'\r
97 notmuch-new.c:(.text+0x664): undefined reference to `notmuch_filenames_valid'\r
98 notmuch-new.o: In function `add_files_recursive':\r
99 notmuch-new.c:(.text+0x7d6): undefined reference to `notmuch_database_get_directory'\r
100 notmuch-new.c:(.text+0x7e3): undefined reference to `notmuch_directory_get_mtime'\r
101 notmuch-new.c:(.text+0xa24): undefined reference to `notmuch_filenames_get'\r
102 notmuch-new.c:(.text+0xa3f): undefined reference to `notmuch_filenames_get'\r
103 notmuch-new.c:(.text+0xa6b): undefined reference to `notmuch_filenames_move_to_next'\r
104 notmuch-new.c:(.text+0xa73): undefined reference to `notmuch_filenames_valid'\r
105 notmuch-new.c:(.text+0xa7f): undefined reference to `notmuch_filenames_valid'\r
106 notmuch-new.c:(.text+0xb08): undefined reference to `notmuch_filenames_destroy'\r
107 notmuch-new.c:(.text+0xb16): undefined reference to `notmuch_filenames_destroy'\r
108 notmuch-new.c:(.text+0xb2c): undefined reference to `notmuch_directory_destroy'\r
109 notmuch-new.c:(.text+0xb64): undefined reference to `notmuch_filenames_move_to_next'\r
110 notmuch-new.c:(.text+0xb6c): undefined reference to `notmuch_filenames_valid'\r
111 notmuch-new.c:(.text+0xb7c): undefined reference to `notmuch_filenames_get'\r
112 notmuch-new.c:(.text+0xb97): undefined reference to `notmuch_filenames_get'\r
113 notmuch-new.c:(.text+0xbc9): undefined reference to `notmuch_filenames_get'\r
114 notmuch-new.c:(.text+0xbf5): undefined reference to `notmuch_filenames_move_to_next'\r
115 notmuch-new.c:(.text+0xbfd): undefined reference to `notmuch_filenames_valid'\r
116 notmuch-new.c:(.text+0xc14): undefined reference to `notmuch_filenames_get'\r
117 notmuch-new.c:(.text+0xc40): undefined reference to `notmuch_filenames_move_to_next'\r
118 notmuch-new.c:(.text+0xc48): undefined reference to `notmuch_filenames_valid'\r
119 notmuch-new.c:(.text+0xc69): undefined reference to `notmuch_directory_set_mtime'\r
120 notmuch-new.c:(.text+0xcf9): undefined reference to `notmuch_filenames_valid'\r
121 notmuch-new.c:(.text+0xd05): undefined reference to `notmuch_filenames_get'\r
122 notmuch-new.c:(.text+0xdca): undefined reference to `notmuch_database_add_message'\r
123 notmuch-new.c:(.text+0xe28): undefined reference to `notmuch_message_destroy'\r
124 notmuch-new.c:(.text+0xe80): undefined reference to `notmuch_status_to_string'\r
125 notmuch-new.c:(.text+0xeca): undefined reference to `notmuch_message_freeze'\r
126 notmuch-new.c:(.text+0xeef): undefined reference to `notmuch_message_add_tag'\r
127 notmuch-new.c:(.text+0xf13): undefined reference to `notmuch_message_thaw'\r
128 notmuch-new.c:(.text+0xff2): undefined reference to `notmuch_directory_get_child_files'\r
129 notmuch-new.c:(.text+0xfff): undefined reference to `notmuch_directory_get_child_directories'\r
130 notmuch-new.c:(.text+0x1041): undefined reference to `notmuch_filenames_move_to_next'\r
131 notmuch-new.c:(.text+0x10d3): undefined reference to `notmuch_message_get_message_id'\r
132 notmuch-new.c:(.text+0x10f1): undefined reference to `notmuch_message_maildir_flags_to_tags'\r
133 notmuch-new.o: In function `notmuch_new_command':\r
134 notmuch-new.c:(.text+0x126e): undefined reference to `notmuch_database_open'\r
135 notmuch-new.c:(.text+0x1282): undefined reference to `notmuch_database_needs_upgrade'\r
136 notmuch-new.c:(.text+0x1420): undefined reference to `notmuch_database_remove_message'\r
137 notmuch-new.c:(.text+0x15b4): undefined reference to `notmuch_database_find_message'\r
138 notmuch-new.c:(.text+0x15bf): undefined reference to `notmuch_message_maildir_flags_to_tags'\r
139 notmuch-new.c:(.text+0x15c7): undefined reference to `notmuch_message_destroy'\r
140 notmuch-new.c:(.text+0x179b): undefined reference to `notmuch_database_close'\r
141 notmuch-new.c:(.text+0x180e): undefined reference to `notmuch_database_create'\r
142 notmuch-new.c:(.text+0x1895): undefined reference to `notmuch_database_upgrade'\r
143 notmuch-new.c:(.text+0x189d): undefined reference to `notmuch_database_get_version'\r
144 notmuch-new.c:(.text+0x194b): undefined reference to `notmuch_status_to_string'\r
145 notmuch-new.c:(.text+0x1964): undefined reference to `notmuch_database_close'\r
146 notmuch-new.o: In function `_remove_directory':\r
147 notmuch-new.c:(.text+0x680): undefined reference to `notmuch_directory_destroy'\r
148 notmuch-reply.o: In function `notmuch_reply_command':\r
149 notmuch-reply.c:(.text+0x28d): undefined reference to `notmuch_database_open'\r
150 notmuch-reply.c:(.text+0x2a0): undefined reference to `notmuch_query_create'\r
151 notmuch-reply.c:(.text+0x32b): undefined reference to `notmuch_query_destroy'\r
152 notmuch-reply.c:(.text+0x333): undefined reference to `notmuch_database_close'\r
153 notmuch-reply.o: In function `add_recipients_from_message':\r
154 notmuch-reply.c:(.text+0x629): undefined reference to `notmuch_message_get_header'\r
155 notmuch-reply.c:(.text+0x64d): undefined reference to `notmuch_message_get_header'\r
156 notmuch-reply.c:(.text+0x69d): undefined reference to `notmuch_message_get_header'\r
157 notmuch-reply.c:(.text+0x6bd): undefined reference to `notmuch_message_get_header'\r
158 notmuch-reply.c:(.text+0x76f): undefined reference to `notmuch_message_get_header'\r
159 notmuch-reply.o:notmuch-reply.c:(.text+0x781): more undefined references to `notmuch_message_get_header' follow\r
160 notmuch-reply.o: In function `notmuch_reply_format_headers_only':\r
161 notmuch-reply.c:(.text+0x7f8): undefined reference to `notmuch_query_search_messages'\r
162 notmuch-reply.c:(.text+0x89b): undefined reference to `notmuch_message_destroy'\r
163 notmuch-reply.c:(.text+0x8a3): undefined reference to `notmuch_messages_move_to_next'\r
164 notmuch-reply.c:(.text+0x8ab): undefined reference to `notmuch_messages_valid'\r
165 notmuch-reply.c:(.text+0x8bb): undefined reference to `notmuch_messages_get'\r
166 notmuch-reply.c:(.text+0x8d5): undefined reference to `notmuch_message_get_message_id'\r
167 notmuch-reply.c:(.text+0x91d): undefined reference to `notmuch_message_get_header'\r
168 notmuch-reply.o: In function `notmuch_reply_format_default':\r
169 notmuch-reply.c:(.text+0xc2e): undefined reference to `notmuch_query_search_messages'\r
170 notmuch-reply.c:(.text+0xcd8): undefined reference to `notmuch_message_get_message_id'\r
171 notmuch-reply.c:(.text+0xd24): undefined reference to `notmuch_message_get_header'\r
172 notmuch-reply.c:(.text+0xe41): undefined reference to `notmuch_message_get_header'\r
173 notmuch-reply.c:(.text+0xe53): undefined reference to `notmuch_message_get_header'\r
174 notmuch-reply.c:(.text+0xe6f): undefined reference to `notmuch_message_get_filename'\r
175 notmuch-reply.c:(.text+0xe89): undefined reference to `notmuch_message_destroy'\r
176 notmuch-reply.c:(.text+0xe91): undefined reference to `notmuch_messages_move_to_next'\r
177 notmuch-reply.c:(.text+0xe99): undefined reference to `notmuch_messages_valid'\r
178 notmuch-reply.c:(.text+0xea9): undefined reference to `notmuch_messages_get'\r
179 notmuch-reply.c:(.text+0xecd): undefined reference to `notmuch_message_get_header'\r
180 notmuch-reply.c:(.text+0xfd5): undefined reference to `notmuch_message_get_header'\r
181 notmuch-reply.c:(.text+0x10b9): undefined reference to `notmuch_message_get_header'\r
182 notmuch-restore.o: In function `notmuch_restore_command':\r
183 notmuch-restore.c:(.text+0x48): undefined reference to `notmuch_database_open'\r
184 notmuch-restore.c:(.text+0x185): undefined reference to `notmuch_database_find_message'\r
185 notmuch-restore.c:(.text+0x199): undefined reference to `notmuch_message_get_tags'\r
186 notmuch-restore.c:(.text+0x1cb): undefined reference to `notmuch_tags_move_to_next'\r
187 notmuch-restore.c:(.text+0x1d3): undefined reference to `notmuch_tags_valid'\r
188 notmuch-restore.c:(.text+0x1df): undefined reference to `notmuch_tags_get'\r
189 notmuch-restore.c:(.text+0x26b): undefined reference to `notmuch_message_freeze'\r
190 notmuch-restore.c:(.text+0x273): undefined reference to `notmuch_message_remove_all_tags'\r
191 notmuch-restore.c:(.text+0x2b1): undefined reference to `notmuch_message_add_tag'\r
192 notmuch-restore.c:(.text+0x2e5): undefined reference to `notmuch_status_to_string'\r
193 notmuch-restore.c:(.text+0x308): undefined reference to `notmuch_message_thaw'\r
194 notmuch-restore.c:(.text+0x318): undefined reference to `notmuch_message_tags_to_maildir_flags'\r
195 notmuch-restore.c:(.text+0x324): undefined reference to `notmuch_message_destroy'\r
196 notmuch-restore.c:(.text+0x3b4): undefined reference to `notmuch_database_close'\r
197 notmuch-search.o: In function `notmuch_search_command':\r
198 notmuch-search.c:(.text+0x4b5): undefined reference to `notmuch_database_open'\r
199 notmuch-search.c:(.text+0x4f4): undefined reference to `notmuch_query_create'\r
200 notmuch-search.c:(.text+0x50e): undefined reference to `notmuch_query_set_sort'\r
201 notmuch-search.c:(.text+0x522): undefined reference to `notmuch_query_search_threads'\r
202 notmuch-search.c:(.text+0x574): undefined reference to `notmuch_threads_valid'\r
203 notmuch-search.c:(.text+0x591): undefined reference to `notmuch_threads_get'\r
204 notmuch-search.c:(.text+0x5c0): undefined reference to `notmuch_thread_get_oldest_date'\r
205 notmuch-search.c:(.text+0x5d4): undefined reference to `notmuch_thread_get_subject'\r
206 notmuch-search.c:(.text+0x5e1): undefined reference to `notmuch_thread_get_authors'\r
207 notmuch-search.c:(.text+0x5ee): undefined reference to `notmuch_thread_get_total_messages'\r
208 notmuch-search.c:(.text+0x5fa): undefined reference to `notmuch_thread_get_matched_messages'\r
209 notmuch-search.c:(.text+0x605): undefined reference to `notmuch_thread_get_thread_id'\r
210 notmuch-search.c:(.text+0x643): undefined reference to `notmuch_thread_get_tags'\r
211 notmuch-search.c:(.text+0x657): undefined reference to `notmuch_tags_get'\r
212 notmuch-search.c:(.text+0x66d): undefined reference to `notmuch_tags_move_to_next'\r
213 notmuch-search.c:(.text+0x675): undefined reference to `notmuch_tags_valid'\r
214 notmuch-search.c:(.text+0x6d2): undefined reference to `notmuch_query_get_query_string'\r
215 notmuch-search.c:(.text+0x6f3): undefined reference to `notmuch_query_search_messages'\r
216 notmuch-search.c:(.text+0x707): undefined reference to `notmuch_messages_collect_tags'\r
217 notmuch-search.c:(.text+0x746): undefined reference to `notmuch_tags_move_to_next'\r
218 notmuch-search.c:(.text+0x74e): undefined reference to `notmuch_tags_valid'\r
219 notmuch-search.c:(.text+0x75a): undefined reference to `notmuch_tags_get'\r
220 notmuch-search.c:(.text+0x7a1): undefined reference to `notmuch_thread_destroy'\r
221 notmuch-search.c:(.text+0x7a9): undefined reference to `notmuch_threads_move_to_next'\r
222 notmuch-search.c:(.text+0x7b6): undefined reference to `notmuch_tags_destroy'\r
223 notmuch-search.c:(.text+0x7c6): undefined reference to `notmuch_messages_destroy'\r
224 notmuch-search.c:(.text+0x7ec): undefined reference to `notmuch_query_destroy'\r
225 notmuch-search.c:(.text+0x7f4): undefined reference to `notmuch_database_close'\r
226 notmuch-search.c:(.text+0x814): undefined reference to `notmuch_thread_get_newest_date'\r
227 notmuch-search.c:(.text+0x83a): undefined reference to `notmuch_thread_get_thread_id'\r
228 notmuch-search.c:(.text+0x88d): undefined reference to `notmuch_query_search_messages'\r
229 notmuch-search.c:(.text+0x8de): undefined reference to `notmuch_message_get_message_id'\r
230 notmuch-search.c:(.text+0x8f9): undefined reference to `notmuch_message_destroy'\r
231 notmuch-search.c:(.text+0x901): undefined reference to `notmuch_messages_move_to_next'\r
232 notmuch-search.c:(.text+0x909): undefined reference to `notmuch_messages_valid'\r
233 notmuch-search.c:(.text+0x915): undefined reference to `notmuch_messages_get'\r
234 notmuch-search.c:(.text+0x93b): undefined reference to `notmuch_message_get_filename'\r
235 notmuch-search.c:(.text+0x962): undefined reference to `notmuch_messages_destroy'\r
236 notmuch-search.c:(.text+0x9d2): undefined reference to `notmuch_database_get_all_tags'\r
237 notmuch-show.o: In function `format_message_mbox':\r
238 notmuch-show.c:(.text+0x13f): undefined reference to `notmuch_message_get_filename'\r
239 notmuch-show.c:(.text+0x173): undefined reference to `notmuch_message_get_header'\r
240 notmuch-show.c:(.text+0x1e6): undefined reference to `notmuch_message_get_date'\r
241 notmuch-show.o: In function `format_headers_json':\r
242 notmuch-show.c:(.text+0x51d): undefined reference to `notmuch_message_get_header'\r
243 notmuch-show.o: In function `format_message_text':\r
244 notmuch-show.c:(.text+0xce1): undefined reference to `notmuch_message_get_filename'\r
245 notmuch-show.c:(.text+0xcee): undefined reference to `notmuch_message_get_flag'\r
246 notmuch-show.c:(.text+0xcf9): undefined reference to `notmuch_message_get_message_id'\r
247 notmuch-show.o: In function `format_message_json':\r
248 notmuch-show.c:(.text+0xd59): undefined reference to `notmuch_message_get_date'\r
249 notmuch-show.c:(.text+0xd79): undefined reference to `notmuch_message_get_filename'\r
250 notmuch-show.c:(.text+0xd91): undefined reference to `notmuch_message_get_flag'\r
251 notmuch-show.c:(.text+0xda6): undefined reference to `notmuch_message_get_message_id'\r
252 notmuch-show.c:(.text+0xdea): undefined reference to `notmuch_message_get_tags'\r
253 notmuch-show.c:(.text+0xdf7): undefined reference to `notmuch_tags_get'\r
254 notmuch-show.c:(.text+0xe28): undefined reference to `notmuch_tags_move_to_next'\r
255 notmuch-show.c:(.text+0xe30): undefined reference to `notmuch_tags_valid'\r
256 notmuch-show.o: In function `format_headers_text':\r
257 notmuch-show.c:(.text+0xf17): undefined reference to `notmuch_message_get_header'\r
258 notmuch-show.c:(.text+0xf24): undefined reference to `notmuch_message_get_date'\r
259 notmuch-show.c:(.text+0xf61): undefined reference to `notmuch_message_get_tags'\r
260 notmuch-show.c:(.text+0xf76): undefined reference to `notmuch_tags_get'\r
261 notmuch-show.c:(.text+0xfa2): undefined reference to `notmuch_tags_move_to_next'\r
262 notmuch-show.c:(.text+0xfb2): undefined reference to `notmuch_tags_valid'\r
263 notmuch-show.c:(.text+0x1007): undefined reference to `notmuch_message_get_header'\r
264 notmuch-show.o: In function `show_message':\r
265 notmuch-show.c:(.text+0x1080): undefined reference to `notmuch_message_get_filename'\r
266 notmuch-show.o: In function `do_show_single':\r
267 notmuch-show.c:(.text+0x119b): undefined reference to `notmuch_query_count_messages'\r
268 notmuch-show.c:(.text+0x11f5): undefined reference to `notmuch_query_search_messages'\r
269 notmuch-show.c:(.text+0x11fd): undefined reference to `notmuch_messages_get'\r
270 notmuch-show.c:(.text+0x1218): undefined reference to `notmuch_message_set_flag'\r
271 notmuch-show.c:(.text+0x1249): undefined reference to `notmuch_message_get_filename'\r
272 notmuch-show.o: In function `show_messages':\r
273 notmuch-show.c:(.text+0x13f0): undefined reference to `notmuch_messages_get'\r
274 notmuch-show.c:(.text+0x13fd): undefined reference to `notmuch_message_get_flag'\r
275 notmuch-show.c:(.text+0x1443): undefined reference to `notmuch_message_get_replies'\r
276 notmuch-show.c:(.text+0x1462): undefined reference to `notmuch_message_destroy'\r
277 notmuch-show.c:(.text+0x147a): undefined reference to `notmuch_messages_move_to_next'\r
278 notmuch-show.c:(.text+0x1482): undefined reference to `notmuch_messages_valid'\r
279 notmuch-show.o: In function `notmuch_show_command':\r
280 notmuch-show.c:(.text+0x17c6): undefined reference to `notmuch_database_open'\r
281 notmuch-show.c:(.text+0x17da): undefined reference to `notmuch_query_create'\r
282 notmuch-show.c:(.text+0x183a): undefined reference to `notmuch_query_search_threads'\r
283 notmuch-show.c:(.text+0x1864): undefined reference to `notmuch_thread_destroy'\r
284 notmuch-show.c:(.text+0x186c): undefined reference to `notmuch_threads_move_to_next'\r
285 notmuch-show.c:(.text+0x187c): undefined reference to `notmuch_threads_valid'\r
286 notmuch-show.c:(.text+0x188c): undefined reference to `notmuch_threads_get'\r
287 notmuch-show.c:(.text+0x1897): undefined reference to `notmuch_thread_get_toplevel_messages'\r
288 notmuch-show.c:(.text+0x1af0): undefined reference to `notmuch_thread_get_thread_id'\r
289 notmuch-tag.o: In function `notmuch_tag_command':\r
290 notmuch-tag.c:(.text+0x177): undefined reference to `notmuch_database_open'\r
291 notmuch-tag.c:(.text+0x1a2): undefined reference to `notmuch_query_create'\r
292 notmuch-tag.c:(.text+0x1bf): undefined reference to `notmuch_query_set_sort'\r
293 notmuch-tag.c:(.text+0x1c9): undefined reference to `notmuch_query_search_messages'\r
294 notmuch-tag.c:(.text+0x1d8): undefined reference to `notmuch_messages_valid'\r
295 notmuch-tag.c:(.text+0x1f8): undefined reference to `notmuch_messages_get'\r
296 notmuch-tag.c:(.text+0x205): undefined reference to `notmuch_message_freeze'\r
297 notmuch-tag.c:(.text+0x22d): undefined reference to `notmuch_message_remove_tag'\r
298 notmuch-tag.c:(.text+0x26a): undefined reference to `notmuch_message_add_tag'\r
299 notmuch-tag.c:(.text+0x281): undefined reference to `notmuch_message_thaw'\r
300 notmuch-tag.c:(.text+0x297): undefined reference to `notmuch_message_destroy'\r
301 notmuch-tag.c:(.text+0x2a1): undefined reference to `notmuch_messages_move_to_next'\r
302 notmuch-tag.c:(.text+0x346): undefined reference to `notmuch_message_tags_to_maildir_flags'\r
303 notmuch-tag.c:(.text+0x355): undefined reference to `notmuch_query_destroy'\r
304 notmuch-tag.c:(.text+0x35f): undefined reference to `notmuch_database_close'\r
305 gmake: *** [notmuch-shared] Error 1\r