The version in current Debian stable is already configurable. It uses by
default:

    def gettrashfolder(self, foldername):
        #: Where deleted mail should be moved
        return  self.getconf('trashfolder','[Gmail]/Trash')
        
    def getspamfolder(self):
        #: Gmail also deletes messages upon EXPUNGE in the Spam folder
        return  self.getconf('spamfolder','[Gmail]/Spam')

but it is configurable in the config file. This could arguably be made
smarter by checking a list of possible candidated, ie both

[Gmail]/Trash and [Google Mail]/Trash and settle for the existing
one.

Anyway, the specific bug is fixed, the setting is configurable in the
version in the debian repositories.

Sebastian



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to