idea - (dream?) - tagging based on gmail folders - offlineimap, notmuch or both together?

2012-04-11 Thread Alex Botero-Lowry
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

Re: idea - (dream?) - tagging based on gmail folders - offlineimap, notmuch or both together?

2012-04-11 Thread Alex Botero-Lowry
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

For gmail how do you setup notmuch mail ?...

2012-02-08 Thread Alex Botero-Lowry
I have some code[1] that bidirectionally syncs gmail labels into tags in notmuch, but it's not fast enough to be run continuously. Eventually, and I mean that with the longest possible value, I'll get around to fixing that. If you're interested in trying to fix it I can explain the issues and some

Re: For gmail how do you setup notmuch mail ?...

2012-02-08 Thread Alex Botero-Lowry
I have some code[1] that bidirectionally syncs gmail labels into tags in notmuch, but it's not fast enough to be run continuously. Eventually, and I mean that with the longest possible value, I'll get around to fixing that. If you're interested in trying to fix it I can explain the issues and some

gmail syncing sort of working

2011-08-17 Thread Alex Botero-Lowry
I finally got around to working on it and over the last two days have gotten two-way gmail syncing with labels working. The list of caveats is much longer than the list of details: 1) only tested with 100 messages, which is hard coded 2) doesn't update UIDs of messages on disk, though it mostly

gmail syncing sort of working

2011-08-17 Thread Alex Botero-Lowry
I finally got around to working on it and over the last two days have gotten two-way gmail syncing with labels working. The list of caveats is much longer than the list of details: 1) only tested with 100 messages, which is hard coded 2) doesn't update UIDs of messages on disk, though it mostly

gmail syncing

2010-09-16 Thread Alex Botero-Lowry
Hi All, About two of three months ago, I stopped using notmuch because for some reason notmuch refused to import the maildir produced by offlineimap with the weird no thread id error. I passed along some of the messages notmuch was failing on to cworth but they imported fine for him. At that

gmail syncing

2010-09-16 Thread Alex Botero-Lowry
Hi All, About two of three months ago, I stopped using notmuch because for some reason notmuch refused to import the maildir produced by offlineimap with the weird no thread id error. I passed along some of the messages notmuch was failing on to cworth but they imported fine for him. At that

[notmuch] [PATCH] Error out if no query is supplied to search instead of going into an infinite loop

2009-11-17 Thread Alex Botero-Lowry
In this case error out when no query is supplied. There seems to be an infinite-loop casued by i think notmuch_query_search_threads having an exception: A Xapian exception occurred: Syntax: AND A Xapian exception occurred: Syntax: AND A Xapian exception occurred: Syntax: AND A Xapian

[notmuch] preliminary FreeBSD support

2009-11-17 Thread Alex Botero-Lowry
I saw the announcement this morning, and was very excited, as I had been hoping sup would be turned into a library, since I like the concept more than the UI (I'd rather an emacs interface). I did a preliminary compile which worked out fine, but sysconf(_SC_SC_GETPW_R_SIZE_MAX) returns -1 on