Re: [PATCH v4 02/16] Move crypto.c into libutil
[notmuch-archives.git] / b4 / 56bb7df20e7500d506d2ce49b15c76c61d4cff
1 Return-Path: <tsgatesv@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 EFBFB431FCB\r
6         for <notmuch@notmuchmail.org>; Thu, 25 Oct 2012 16:33:24 -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.699\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.699 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001,\r
13         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 sGFUjuXNUoRF for <notmuch@notmuchmail.org>;\r
17         Thu, 25 Oct 2012 16:33:24 -0700 (PDT)\r
18 Received: from mail-qc0-f181.google.com (mail-qc0-f181.google.com\r
19         [209.85.216.181]) (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 72490431FAE\r
22         for <notmuch@notmuchmail.org>; Thu, 25 Oct 2012 16:33:24 -0700 (PDT)\r
23 Received: by mail-qc0-f181.google.com with SMTP id x40so1058185qcp.26\r
24         for <notmuch@notmuchmail.org>; Thu, 25 Oct 2012 16:33:22 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=sender:from:to:cc:subject:date:message-id:x-mailer;\r
27         bh=QV0iEwrefZgqtOQMVJs7hVHdQ0zQpMQ9mcGairNvEWM=;\r
28         b=0rUyT8nNnlKteVrUHUdZkTKddQ1LExJfqGs4wORBF2NeSxkAlxKF6J071BnkXWc6sJ\r
29         ndwinyUW/tHL5dvUDS1Wt9f27mXPe0dnY1powU7gk5VJPJzy6n7sZfpwGMrYSJ3G7ARq\r
30         7w7nA/wMM1TBtcTtiRnWedsnIhyogJjOtc/fZ2ta8Vds52PGfIfEN13oALwSzW39+LZ0\r
31         X5G+M7k8b/hqskTuIzP/4bZMsLCMX37QTdFq13KkkZY0QIvhUFoKOE2QI8/edWrXkxGe\r
32         HbF38tkOzYHUC0GlxJ6ZjxadD/ubNllFhfBK3NdOSNP28oYHm510FU6qI5B9l6Kqz4cZ\r
33         xZ2Q==\r
34 Received: by 10.224.42.8 with SMTP id q8mr9985952qae.77.1351208002842;\r
35         Thu, 25 Oct 2012 16:33:22 -0700 (PDT)\r
36 Received: from skynet (26-4-166.dynamic.csail.mit.edu. [18.26.4.166])\r
37         by mx.google.com with ESMTPS id g18sm163870qan.1.2012.10.25.16.33.20\r
38         (version=SSLv3 cipher=OTHER); Thu, 25 Oct 2012 16:33:22 -0700 (PDT)\r
39 Sender: Taesoo Kim <tsgatesv@gmail.com>\r
40 Received: by skynet (sSMTP sendmail emulation); Thu, 25 Oct 2012 19:34:41\r
41  -0400\r
42 From: Taesoo Kim <taesoo@mit.edu>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH 0/2] automatic tagging based on imap maildir\r
45 Date: Thu, 25 Oct 2012 19:33:57 -0400\r
46 Message-Id: <1351208039-32293-1-git-send-email-taesoo@mit.edu>\r
47 X-Mailer: git-send-email 1.8.0\r
48 X-Mailman-Approved-At: Thu, 25 Oct 2012 22:45:51 -0700\r
49 Cc: Taesoo Kim <taesoo@mit.edu>\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Thu, 25 Oct 2012 23:33:25 -0000\r
63 \r
64 Hi all,\r
65 \r
66 To use gmail's label (imap maildir), parse maildir and add some tags as gmail's\r
67 labels.\r
68 \r
69 Thanks,\r
70 Taesoo\r
71 \r
72 Taesoo Kim (2):\r
73   Automatic tagging based on maildir\r
74   fix: initialize error var before using it\r
75 \r
76  notmuch-client.h |  7 +++++++\r
77  notmuch-config.c | 43 +++++++++++++++++++++++++++++++++++++++----\r
78  notmuch-new.c    | 32 ++++++++++++++++++++++++++++++++\r
79  3 files changed, 78 insertions(+), 4 deletions(-)\r
80 \r
81 -- \r
82 1.8.0\r
83 \r