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 9D6CB431FB6 for ; Sat, 8 Dec 2012 05:18:43 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.1 X-Spam-Level: X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_NONE=-0.0001] 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 XTd3RSOfYT1X for ; Sat, 8 Dec 2012 05:18:43 -0800 (PST) Received: from homiemail-a10.g.dreamhost.com (caiajhbdcbhh.dreamhost.com [208.97.132.177]) by olra.theworths.org (Postfix) with ESMTP id 3E033431FAE for ; Sat, 8 Dec 2012 05:18:43 -0800 (PST) Received: from homiemail-a10.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a10.g.dreamhost.com (Postfix) with ESMTP id B0BCB280065 for ; Sat, 8 Dec 2012 05:18:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=zx2c4.com; h=mime-version :date:message-id:subject:from:to:content-type; s=zx2c4.com; bh=6 8Lu/cug0ClSL4YwGFDbgIa3mEo=; b=LQ/mYhLsJXuX4v8AY6ryTgVo/dI7bzXRb Jh676RmaawxLKG3d0emInkAjnVxl4/PBVrzpji18xCIjGmr+Xd2EffaIo5fwyzRG 53rZbnya3uKQWDVXJ1oTlB019p0FbGcoWjFUg7b6tukSN9Sx8EOAk3tIAFy8KmAu kC1WfqAUvI= Received: from mail-oa0-f53.google.com (mail-oa0-f53.google.com [209.85.219.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jason@zx2c4.com) by homiemail-a10.g.dreamhost.com (Postfix) with ESMTPSA id 98CBA28005C for ; Sat, 8 Dec 2012 05:18:42 -0800 (PST) Received: by mail-oa0-f53.google.com with SMTP id j6so1306898oag.26 for ; Sat, 08 Dec 2012 05:18:41 -0800 (PST) MIME-Version: 1.0 Received: by 10.182.212.35 with SMTP id nh3mr4862703obc.10.1354972720768; Sat, 08 Dec 2012 05:18:40 -0800 (PST) Received: by 10.76.33.70 with HTTP; Sat, 8 Dec 2012 05:18:40 -0800 (PST) Date: Sat, 8 Dec 2012 14:18:40 +0100 Message-ID: Subject: The Gmail Importer Script: Complete From: "Jason A. Donenfeld" To: notmuch@notmuchmail.org Content-Type: text/plain; charset=ISO-8859-1 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: Sat, 08 Dec 2012 13:18:43 -0000 Hi everyone, My script to import messages from gmail into notmuch, including tag information, is now polished and feature complete. ************************************************************ ** Watch a video of it here: ** https://www.youtube.com/watch?v=e-8EHIAr7wA ************************************************************ Read the source here: http://git.zx2c4.com/gmail-notmuch/tree/gmail-notmuch.py Download the plaintext here: http://git.zx2c4.com/gmail-notmuch/plain/gmail-notmuch.py View the requirements here: http://git.zx2c4.com/gmail-notmuch/tree/requirements.txt Enjoy, Jason