~ubuntu-branches/ubuntu/oneiric/python2.6/oneiric

« back to all changes in this revision

Viewing changes to Lib/imaplib.py

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-08-07 20:03:08 UTC
  • mfrom: (10.1.27 sid)
  • Revision ID: james.westby@ubuntu.com-20100807200308-bwsyymoc4donr9a9
Tags: 2.6.6~rc1-1ubuntu1
* Merge with Debian; remaining changes:
  - Regenerate the control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
751
751
                              ', '.join(Commands[command])))
752
752
        name = 'UID'
753
753
        typ, dat = self._simple_command(name, command, *args)
754
 
        if command in ('SEARCH', 'SORT'):
 
754
        if command in ('SEARCH', 'SORT', 'THREAD'):
755
755
            name = command
756
756
        else:
757
757
            name = 'FETCH'