gmail syncing sort of working

2011-08-17 Thread Alex Botero-Lowry
t;http://notmuchmail.org/pipermail/notmuch/attachments/20110817/2a522196/attachment.html>

[PATCH 2/2] [python] fix unsafe utf-8 decodings

2011-08-17 Thread Sebastian Spaeth
a '' is returned. Your code would have returned "None". My version will return ''. Thanks! -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: <http://no

Re: [PATCH 2/2] [python] fix unsafe utf-8 decodings

2011-08-17 Thread Sebastian Spaeth
On Tue, 16 Aug 2011 22:37:47 +0100, Patrick Totzke patricktot...@googlemail.com wrote: This prevents unsafe calls to decode for return value None in get_authors/get_subject Thanks for the heads up, I just pushed a modified version of this. Some comments on the code below. Sebastian -

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