From: Patrick Totzke Date: Thu, 13 Dec 2012 16:48:37 +0000 (+0000) Subject: Re: gmail importer script X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9b352480243f163ba2a67111c0ae0b1654cc81ce;p=notmuch-archives.git Re: gmail importer script --- diff --git a/d3/0c6ff5487f486603f910daaa2abf7f183d7aef b/d3/0c6ff5487f486603f910daaa2abf7f183d7aef new file mode 100644 index 000000000..6d1f45c1f --- /dev/null +++ b/d3/0c6ff5487f486603f910daaa2abf7f183d7aef @@ -0,0 +1,97 @@ +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 8D420431FBC + for ; Thu, 13 Dec 2012 08:46:47 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.799 +X-Spam-Level: +X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-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 t5bub92Uk9Qa for ; + Thu, 13 Dec 2012 08:46:47 -0800 (PST) +Received: from mail-we0-f181.google.com (mail-we0-f181.google.com + [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 04620431FB6 + for ; Thu, 13 Dec 2012 08:46:46 -0800 (PST) +Received: by mail-we0-f181.google.com with SMTP id t11so960992wey.26 + for ; Thu, 13 Dec 2012 08:46:45 -0800 (PST) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=content-type:mime-version:content-transfer-encoding:to:from + :in-reply-to:cc:references:message-id:user-agent:subject:date; + bh=dOzgm5jf0kzbkQ2jTI6fdBkLXhW0Bck4aYjwcYrw4lc=; + b=KSSXkcrkSOjjfNnkQtrrf1beoMawMn71IAn/cCdJq7TvN37aXgzS84uxWRP0J1k1wg + uLL5hzePn3D8Ok1I36AjW16vhRtFgKo5CmwRLUKYjlAmDo1kKgNz1QzqeTrwG+qn8RTN + XaNsCR4sMeEGeDMzKz/dOo0oQn07F2FWbfNuyivIVG9E5UN7VJnqaex4EPxHluDW7N2c + XBzeAF4of9wlxKz8Bb1c7gU+f3XELOXOD48efoNsTo3xntnqMA0xGox+JZHiunYIn3RX + cqpcTx83SbY763cEOvwbLjxUEPciUr1MiKJha0fsyjE8AL0ZTq3rTwJRGIYrCSYJTjXC + mShA== +Received: by 10.180.97.137 with SMTP id ea9mr4518811wib.13.1355417205872; + Thu, 13 Dec 2012 08:46:45 -0800 (PST) +Received: from localhost (dhcp-91-036.inf.ed.ac.uk. [129.215.91.36]) + by mx.google.com with ESMTPS id bd7sm3375406wib.8.2012.12.13.08.46.43 + (version=TLSv1/SSLv3 cipher=OTHER); + Thu, 13 Dec 2012 08:46:44 -0800 (PST) +Content-Type: text/plain; charset="utf-8" +MIME-Version: 1.0 +Content-Transfer-Encoding: quoted-printable +To: "Jason A. Donenfeld" , fREW Schmidt +From: Patrick Totzke +In-Reply-To: + +References: + + <20121207092305.4942.42415@megatron> + + <20121208162055.14777.40147@brick.lan> + + + <20121213141917.GD3658@tungsten.lan.mitsi.com> + + <20121213152314.GA9714@tungsten.lan.mitsi.com> + +Message-ID: <20121213164837.17456.37373@megatron> +User-Agent: alot/0.3.3+ +Subject: Re: gmail importer script +Date: Thu, 13 Dec 2012 16:48:37 +0000 +Cc: notmuch ML +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, 13 Dec 2012 16:46:47 -0000 + + +Sorry, I'm misusing this thread as a bugtracker.. + +------------------------------------------------ +Traceback (most recent call last):4|#### = + | 10% ETA: 1:24:41 3.54 emails/s + File "./gmail-notmuch.py", line 251, in + main() + File "./gmail-notmuch.py", line 89, in main + download_new_messages(imap, database, new_messages, destination) + File "./gmail-notmuch.py", line 208, in download_new_messages + tag_message(database, dest, labels) + File "./gmail-notmuch.py", line 168, in tag_message + raise e +notmuch.errors.FileNotEmailError +------------------------------------------------ + + +best, +/p