Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id EFBFB431FCB for ; Thu, 25 Oct 2012 16:33:24 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.699 X-Spam-Level: X-Spam-Status: No, score=-0.699 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sGFUjuXNUoRF for ; Thu, 25 Oct 2012 16:33:24 -0700 (PDT) Received: from mail-qc0-f181.google.com (mail-qc0-f181.google.com [209.85.216.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 72490431FAE for ; Thu, 25 Oct 2012 16:33:24 -0700 (PDT) Received: by mail-qc0-f181.google.com with SMTP id x40so1058185qcp.26 for ; Thu, 25 Oct 2012 16:33:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer; bh=QV0iEwrefZgqtOQMVJs7hVHdQ0zQpMQ9mcGairNvEWM=; b=0rUyT8nNnlKteVrUHUdZkTKddQ1LExJfqGs4wORBF2NeSxkAlxKF6J071BnkXWc6sJ ndwinyUW/tHL5dvUDS1Wt9f27mXPe0dnY1powU7gk5VJPJzy6n7sZfpwGMrYSJ3G7ARq 7w7nA/wMM1TBtcTtiRnWedsnIhyogJjOtc/fZ2ta8Vds52PGfIfEN13oALwSzW39+LZ0 X5G+M7k8b/hqskTuIzP/4bZMsLCMX37QTdFq13KkkZY0QIvhUFoKOE2QI8/edWrXkxGe HbF38tkOzYHUC0GlxJ6ZjxadD/ubNllFhfBK3NdOSNP28oYHm510FU6qI5B9l6Kqz4cZ xZ2Q== Received: by 10.224.42.8 with SMTP id q8mr9985952qae.77.1351208002842; Thu, 25 Oct 2012 16:33:22 -0700 (PDT) Received: from skynet (26-4-166.dynamic.csail.mit.edu. [18.26.4.166]) by mx.google.com with ESMTPS id g18sm163870qan.1.2012.10.25.16.33.20 (version=SSLv3 cipher=OTHER); Thu, 25 Oct 2012 16:33:22 -0700 (PDT) Sender: Taesoo Kim Received: by skynet (sSMTP sendmail emulation); Thu, 25 Oct 2012 19:34:41 -0400 From: Taesoo Kim To: notmuch@notmuchmail.org Subject: [PATCH 0/2] automatic tagging based on imap maildir Date: Thu, 25 Oct 2012 19:33:57 -0400 Message-Id: <1351208039-32293-1-git-send-email-taesoo@mit.edu> X-Mailer: git-send-email 1.8.0 X-Mailman-Approved-At: Thu, 25 Oct 2012 22:45:51 -0700 Cc: Taesoo Kim X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2012 23:33:25 -0000 Hi all, To use gmail's label (imap maildir), parse maildir and add some tags as gmail's labels. Thanks, Taesoo Taesoo Kim (2): Automatic tagging based on maildir fix: initialize error var before using it notmuch-client.h | 7 +++++++ notmuch-config.c | 43 +++++++++++++++++++++++++++++++++++++++---- notmuch-new.c | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 78 insertions(+), 4 deletions(-) -- 1.8.0