"snoozing" with notmuch?
[notmuch-archives.git] / 50 / 420105c08965bda117407d69d370e7d78ac135
1 Return-Path: <doctormo@gmail.com>\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 0C793429E25\r
6         for <notmuch@notmuchmail.org>; Tue, 13 Sep 2011 20:55:44 -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.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id 3hPxG65D98PZ for <notmuch@notmuchmail.org>;\r
17         Tue, 13 Sep 2011 20:55:43 -0700 (PDT)\r
18 Received: from mail-qy0-f174.google.com (mail-qy0-f174.google.com\r
19         [209.85.216.174]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id A0DB3431FB6\r
22         for <notmuch@notmuchmail.org>; Tue, 13 Sep 2011 20:55:43 -0700 (PDT)\r
23 Received: by qyk30 with SMTP id 30so3531558qyk.5\r
24         for <notmuch@notmuchmail.org>; Tue, 13 Sep 2011 20:55:42 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=subject:from:to:content-type:date:message-id:mime-version:x-mailer\r
27         :content-transfer-encoding;\r
28         bh=Z+TXj5KKAuUS/IJZPM57JHKC9sPIJ0AsM+sVIOpu8Fg=;\r
29         b=UnyW0zoAqlxz75Y9DNvD8xw/wefqqvULIPI3Svw6hTt3mHnIQf9d+3tl+WVmfViMZe\r
30         E9YBmAmqPSV4tfXJZCzyR60pfSpOdIr0/Lvc7KYmWLYjT+y6F+KmfVMQP36Lm+1pw4zq\r
31         ACsBtLzITW05XjiKnrnjHPDHAvqRzGqww+zHY=\r
32 Received: by 10.229.232.131 with SMTP id ju3mr1303975qcb.248.1315972541951;\r
33         Tue, 13 Sep 2011 20:55:41 -0700 (PDT)\r
34 Received: from [192.168.1.190] (pool-68-163-190-45.bos.east.verizon.net.\r
35         [68.163.190.45])\r
36         by mx.google.com with ESMTPS id dt6sm3536814qab.9.2011.09.13.20.55.40\r
37         (version=SSLv3 cipher=OTHER); Tue, 13 Sep 2011 20:55:41 -0700 (PDT)\r
38 Subject: Unicode Paths\r
39 From: Martin Owens <doctormo@gmail.com>\r
40 To: Notmuch developer list <notmuch@notmuchmail.org>\r
41 Content-Type: text/plain; charset="UTF-8"\r
42 Date: Tue, 13 Sep 2011 23:55:39 -0400\r
43 Message-ID: <1315972539.2201.11.camel@delen>\r
44 Mime-Version: 1.0\r
45 X-Mailer: Evolution 2.30.3 \r
46 Content-Transfer-Encoding: 7bit\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Wed, 14 Sep 2011 03:55:44 -0000\r
60 \r
61 Hello Again,\r
62 \r
63 I notice in the lib code notmuch_database_open(),\r
64 notmuch_database_create() these functions use const char *path for the\r
65 directory path input. Is this unicode safe?\r
66 \r
67 The python bindings (and ctype docs) seem to suggest using something\r
68 called 'wchar_t *' for accepting unicode but that's for C not C++.\r
69 \r
70 Is this something that should be patched?\r
71 \r
72 Best Regards, Martin Owens\r
73 \r