]> code.delx.au - offlineimap/commit
Revert "fixes behaviour when changing flags, without corresp. rights (s,d,w)"
authorJohn Goerzen <jgoerzen@complete.org>
Tue, 4 Mar 2008 03:20:53 +0000 (21:20 -0600)
committerJohn Goerzen <jgoerzen@complete.org>
Tue, 4 Mar 2008 03:20:53 +0000 (21:20 -0600)
commit9a168c573e82292b6c853c20c35f748aa7c7ddd6
tree6ea3a6dfbab8c80ecafddc1666a34c2a1c0a77d2
parentd6f4a8dab86754b05fa2bcb216dcb9716e111e52
Revert "fixes behaviour when changing flags, without corresp. rights (s,d,w)"

This reverts commit 71a76d9a6166b3be73493912bdc02b5b4252f637.

Zak Smith reported a problem at:

      self.processmessagesflags('+', uidlist, flags)
  File "/usr/lib/python2.5/site-packages/offlineimap/folder/IMAP.py",
  line 372, in processmessagesflags
    myrights = imapobj.myrights(self.getfullname())[1][0].split()[1]
IndexError: list index out of range

Conflicts:

offlineimap/folder/IMAP.py
offlineimap/folder/IMAP.py