Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / df / b131360626876648d6d25a78102c9ed0e3e195
1 Return-Path: <alex.boterolowry@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 DFD01431FAF\r
6         for <notmuch@notmuchmail.org>; Wed, 11 Apr 2012 14:23:49 -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 jFgr8UIMEtkP for <notmuch@notmuchmail.org>;\r
17         Wed, 11 Apr 2012 14:23:48 -0700 (PDT)\r
18 Received: from mail-iy0-f181.google.com (mail-iy0-f181.google.com\r
19         [209.85.210.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 53914431FAE\r
22         for <notmuch@notmuchmail.org>; Wed, 11 Apr 2012 14:23:48 -0700 (PDT)\r
23 Received: by iagk10 with SMTP id k10so2035784iag.26\r
24         for <notmuch@notmuchmail.org>; Wed, 11 Apr 2012 14:23:46 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=mime-version:in-reply-to:references:date:message-id:subject:from:to\r
27         :cc:content-type;\r
28         bh=XF+DrDPKoTXHb67kmc7tj3vkRm8FqInQKEVIB3aniek=;\r
29         b=0oQZkybb+xIqk7ooxptPnygVyXFrWqNjsLvD4mdInZRrtma/SlVYGBqhtpuNaf/nzI\r
30         IJERIMHGhEclWHmCxo1qJ16BMVyd0lV7rZ2/+KSr5lCEE/k+Yp5R7LA5yWtRTSaTvAjn\r
31         tiISXi59umuHHCEifUNzGCdMnb9SdyabnE6K+Y5rUtRj05qBNrk8jl1VdqXszXPBoHhZ\r
32         dAx4g4VpwjHv3jDcTL7xqAD+eARQq7uD3QyZ3JJoM1u6f6q1tVf95T6LbD3YHan9CsPQ\r
33         PLOd3qd2M8JHFTcVAMqn0qZRvy+RXBvpALBwfCpkFkWtB/0TFKy1sO0VpscXOb/nBex4\r
34         LE8w==\r
35 MIME-Version: 1.0\r
36 Received: by 10.50.185.193 with SMTP id fe1mr10612igc.9.1334179426231; Wed, 11\r
37         Apr 2012 14:23:46 -0700 (PDT)\r
38 Received: by 10.42.145.72 with HTTP; Wed, 11 Apr 2012 14:23:46 -0700 (PDT)\r
39 In-Reply-To: <jm3e2c$ug2$1@dough.gmane.org>\r
40 References: <jm3e2c$ug2$1@dough.gmane.org>\r
41 Date: Wed, 11 Apr 2012 14:23:46 -0700\r
42 Message-ID:\r
43  <CANVhOgEMwDzLYa0VrT4HVhkRbqutQRSgVtsuUffZ4v2avYOaaw@mail.gmail.com>\r
44 Subject: Re: idea - (dream?) - tagging based on gmail folders - offlineimap,\r
45         notmuch or both together?\r
46 From: Alex Botero-Lowry <alex.boterolowry@gmail.com>\r
47 To: Rainer M Krug <R.M.Krug@gmail.com>\r
48 Content-Type: text/plain; charset=ISO-8859-1\r
49 Cc: notmuch@notmuchmail.org\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: Wed, 11 Apr 2012 21:23:50 -0000\r
63 \r
64 I've implemented a bi-directional notmuch/gmail sync. It does a full\r
65 sync fine, but doesn't do partial syncs at all, and it's too slow to\r
66 run a full sync over and over again. I've started working on it again\r
67 recently, trying to speed up the full sync process by adding\r
68 multiprocessing. The source is at\r
69 http://alexbl.net/~alexbl/imapsync.py (older version but the logic\r
70 itself hasn't changed), if you're interested in working on it.\r
71 \r
72 On Wed, Apr 11, 2012 at 1:06 AM, Rainer M Krug <R.M.Krug@gmail.com> wrote:\r
73 > -----BEGIN PGP SIGNED MESSAGE-----\r
74 > Hash: SHA1\r
75 >\r
76 > Hi\r
77 >\r
78 > I am dreaming again (necessary from time to time...)\r
79 >\r
80 > I am using offlineimap and notmuch. With offlineimap I sync the "all mail" folder only and with\r
81 > notmuch I do the indexing for searching (my normanl mail client is still thunderbird...).\r
82 >\r
83 > I thought: When I am syncing "all mail" with offlineimap, all my folder (tags) from gmail are\r
84 > gone. To avoid this, I could sync all folders, but that would multiply the amound I need to sync\r
85 > and likely cause problems.\r
86 >\r
87 > But what about notmuch could tag my mails based on the gmail folders / tags?\r
88 >\r
89 > That would be brilliant. Would this be possible? *Is* it possible? I mean - tags in notmuch and in\r
90 > gmail - how to sync them? Or would this be a task for offlineimap?\r
91 >\r
92 > I just know this would be a brilliant solution for using gmail "locally" and, if on the road, from\r
93 > the web interface or smartphone.\r
94 >\r
95 > Any ideas on how to achieve this? Would this be a task for offlineimap, notmuch or a combination\r
96 > of both?\r
97 >\r
98 > Cheers and thanks for a your work on notmuch,\r
99 >\r
100 > Rainer\r
101 > -----BEGIN PGP SIGNATURE-----\r
102 > Version: GnuPG v1.4.11 (GNU/Linux)\r
103 > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/\r
104 >\r
105 > iEYEARECAAYFAk+FO4wACgkQoYgNqgF2egoiBACdHtIBDpOllw0B/jvTEkzEr4wA\r
106 > OTcAnjSj3nd3gt4/k21rkKsY6iQEDs09\r
107 > =65Xc\r
108 > -----END PGP SIGNATURE-----\r
109 >\r
110 > _______________________________________________\r
111 > notmuch mailing list\r
112 > notmuch@notmuchmail.org\r
113 > http://notmuchmail.org/mailman/listinfo/notmuch\r