unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* idea - (dream?) - tagging based on gmail folders - offlineimap, notmuch or both together?
@ 2012-04-11  8:06 Rainer M Krug
  2012-04-11 21:23 ` Alex Botero-Lowry
  0 siblings, 1 reply; 3+ messages in thread
From: Rainer M Krug @ 2012-04-11  8:06 UTC (permalink / raw)
  To: notmuch

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi

I am dreaming again (necessary from time to time...)

I am using offlineimap and notmuch. With offlineimap I sync the "all mail" folder only and with
notmuch I do the indexing for searching (my normanl mail client is still thunderbird...).

I thought: When I am syncing "all mail" with offlineimap, all my folder (tags) from gmail are
gone. To avoid this, I could sync all folders, but that would multiply the amound I need to sync
and likely cause problems.

But what about notmuch could tag my mails based on the gmail folders / tags?

That would be brilliant. Would this be possible? *Is* it possible? I mean - tags in notmuch and in
gmail - how to sync them? Or would this be a task for offlineimap?

I just know this would be a brilliant solution for using gmail "locally" and, if on the road, from
the web interface or smartphone.

Any ideas on how to achieve this? Would this be a task for offlineimap, notmuch or a combination
of both?

Cheers and thanks for a your work on notmuch,

Rainer
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+FO4wACgkQoYgNqgF2egoiBACdHtIBDpOllw0B/jvTEkzEr4wA
OTcAnjSj3nd3gt4/k21rkKsY6iQEDs09
=65Xc
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: idea - (dream?) - tagging based on gmail folders - offlineimap, notmuch or both together?
  2012-04-11  8:06 idea - (dream?) - tagging based on gmail folders - offlineimap, notmuch or both together? Rainer M Krug
@ 2012-04-11 21:23 ` Alex Botero-Lowry
  2012-04-12  8:05   ` Rainer M Krug
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Botero-Lowry @ 2012-04-11 21:23 UTC (permalink / raw)
  To: Rainer M Krug; +Cc: notmuch

I've implemented a bi-directional notmuch/gmail sync. It does a full
sync fine, but doesn't do partial syncs at all, and it's too slow to
run a full sync over and over again. I've started working on it again
recently, trying to speed up the full sync process by adding
multiprocessing. The source is at
http://alexbl.net/~alexbl/imapsync.py (older version but the logic
itself hasn't changed), if you're interested in working on it.

On Wed, Apr 11, 2012 at 1:06 AM, Rainer M Krug <R.M.Krug@gmail.com> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi
>
> I am dreaming again (necessary from time to time...)
>
> I am using offlineimap and notmuch. With offlineimap I sync the "all mail" folder only and with
> notmuch I do the indexing for searching (my normanl mail client is still thunderbird...).
>
> I thought: When I am syncing "all mail" with offlineimap, all my folder (tags) from gmail are
> gone. To avoid this, I could sync all folders, but that would multiply the amound I need to sync
> and likely cause problems.
>
> But what about notmuch could tag my mails based on the gmail folders / tags?
>
> That would be brilliant. Would this be possible? *Is* it possible? I mean - tags in notmuch and in
> gmail - how to sync them? Or would this be a task for offlineimap?
>
> I just know this would be a brilliant solution for using gmail "locally" and, if on the road, from
> the web interface or smartphone.
>
> Any ideas on how to achieve this? Would this be a task for offlineimap, notmuch or a combination
> of both?
>
> Cheers and thanks for a your work on notmuch,
>
> Rainer
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAk+FO4wACgkQoYgNqgF2egoiBACdHtIBDpOllw0B/jvTEkzEr4wA
> OTcAnjSj3nd3gt4/k21rkKsY6iQEDs09
> =65Xc
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> notmuch mailing list
> notmuch@notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: idea - (dream?) - tagging based on gmail folders - offlineimap, notmuch or both together?
  2012-04-11 21:23 ` Alex Botero-Lowry
@ 2012-04-12  8:05   ` Rainer M Krug
  0 siblings, 0 replies; 3+ messages in thread
From: Rainer M Krug @ 2012-04-12  8:05 UTC (permalink / raw)
  To: notmuch; +Cc: public-notmuch-gxuj+Tv9EO5zyzON3hdc1g, Rainer M Krug

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 11/04/12 23:23, Alex Botero-Lowry wrote:
> I've implemented a bi-directional notmuch/gmail sync.

Nice.

> It does a full sync fine, but doesn't do partial syncs at all, and it's too slow to run a full
> sync over and over again. I've started working on it again

That's a pity.

> recently, trying to speed up the full sync process by adding multiprocessing.

I guess that is an option. But how is offlineimap actually doing the syncing? It is reasonabley
fast. If one could either link notmuch with offlineimap to translate the folders directly into
tags, it could be reasonably fast?

> The source is at http://alexbl.net/~alexbl/imapsync.py (older version but the logic itself
> hasn't changed), if you're interested in working on it.

Unfortunately no experience at all with python and mail clients / servers / ... sorry.

But if you are looking for alpha / beta testers, please let me know.

Cheers,

Rainer
> 
> On Wed, Apr 11, 2012 at 1:06 AM, Rainer M Krug
> <R.M.Krug@gmail.com> wrote: Hi
> 
> I am dreaming again (necessary from time to time...)
> 
> I am using offlineimap and notmuch. With offlineimap I sync the "all mail" folder only and
> with notmuch I do the indexing for searching (my normanl mail client is still thunderbird...).
> 
> I thought: When I am syncing "all mail" with offlineimap, all my folder (tags) from gmail are 
> gone. To avoid this, I could sync all folders, but that would multiply the amound I need to
> sync and likely cause problems.
> 
> But what about notmuch could tag my mails based on the gmail folders / tags?
> 
> That would be brilliant. Would this be possible? *Is* it possible? I mean - tags in notmuch and
> in gmail - how to sync them? Or would this be a task for offlineimap?
> 
> I just know this would be a brilliant solution for using gmail "locally" and, if on the road,
> from the web interface or smartphone.
> 
> Any ideas on how to achieve this? Would this be a task for offlineimap, notmuch or a
> combination of both?
> 
> Cheers and thanks for a your work on notmuch,
> 
> Rainer
>> 
>> _______________________________________________ notmuch mailing list 
>> notmuch@notmuchmail.org 
>> http://notmuchmail.org/mailman/listinfo/notmuch

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+GjLsACgkQoYgNqgF2egp59gCfRm+9R4hzL51zXh1SW203NUTV
DNwAnAtTEaWXIJV6pK2XLDayhHEY//am
=kSRI
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-04-12  8:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-11  8:06 idea - (dream?) - tagging based on gmail folders - offlineimap, notmuch or both together? Rainer M Krug
2012-04-11 21:23 ` Alex Botero-Lowry
2012-04-12  8:05   ` Rainer M Krug

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).