Skip to content

Instantly share code, notes, and snippets.

@KaiSforza
Created October 15, 2012 03:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KaiSforza/3890675 to your computer and use it in GitHub Desktop.
Save KaiSforza/3890675 to your computer and use it in GitHub Desktop.
nametrans = lambda foldername: re.sub ('^\[gmail\]', 'bak',
re.sub ('sent_mail', 'sent',
re.sub ('starred', 'flagged',
re.sub (' ', '_', foldername.lower()))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment