1 --- gmailfs.py-v8 2010-06-30 11:59:33.000000000 -0400
2 +++ gmailfs.patched 2011-06-28 17:02:38.523353920 -0400
5 +#!/usr/bin/env python2
7 #@+node:@file gmailfs.py
10 # messages with the given label
13 - if os.environ["IMAPFS_TRASH_ALL"] != None:
14 + if os.environ.get("IMAPFS_TRASH_ALL"):
17 print("deleting existing messages...")