<br><br><div class="gmail_quote">On Fri, Dec 7, 2012 at 10:23 AM, Patrick Totzke <span dir="ltr"><<a href="mailto:patricktotzke@gmail.com" target="_blank">patricktotzke@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Is this supposed to happen?<br></blockquote><div><br></div><div>Obviously not.</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
---------------------------------------------<br>
Logging in...<br>
Selecting all mail...<br>
Discovering local messages...<br>
Receiving message list...<br>
Traceback (most recent call last):<br>
  File "./gmail-notmuch.py", line 175, in <module><br>
    main()<br>
  File "./gmail-notmuch.py", line 58, in main<br>
    new_messages = discover_new_messages(imap, old_messages)<br>
  File "./gmail-notmuch.py", line 80, in discover_new_messages<br>
    typ, data = imap.fetch("1:*", "X-GM-MSGID")<br>
  File "/usr/lib/python2.7/imaplib.py", line 443, in fetch<br>
    typ, dat = self._simple_command(name, message_set, message_parts)<br>
  File "/usr/lib/python2.7/imaplib.py", line 1070, in _simple_command<br>
    return self._command_complete(name, self._command(name, *args))<br>
  File "/usr/lib/python2.7/imaplib.py", line 825, in _command<br>
    ', '.join(Commands[name])))<br>
imaplib.error: command FETCH illegal in state AUTH, only allowed in states SELECTED<br>
<br></blockquote><div><br></div><div>Not sure what is causing this. My best guess is that your password was incorrect and that I'm not checking the login return value.</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

------------------------------------------------------<br>
<br>
<br>
In [2]: imaplib.__version__<br>
Out[2]: '2.58'<br>
<br>
One thing you also might want to watch out for is<br>
exceptions due to a locked notmuch index.<br></blockquote><div><br></div><div>How do I do this?</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

rock on,<br>
/p<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
notmuch mailing list<br>
<a href="mailto:notmuch@notmuchmail.org">notmuch@notmuchmail.org</a><br>
<a href="http://notmuchmail.org/mailman/listinfo/notmuch" target="_blank">http://notmuchmail.org/mailman/listinfo/notmuch</a></div></div></blockquote></div>