X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/c3a03e540dae7adafed0124b1a83c63436b597d7..f6fe946bbfc8262fa2f1103cc5e5ff68cd61d89b:/bin/offlineimap_utils.py diff --git a/bin/offlineimap_utils.py b/bin/offlineimap_utils.py index 3f21e66..81fbbf7 100644 --- a/bin/offlineimap_utils.py +++ b/bin/offlineimap_utils.py @@ -1,7 +1,7 @@ import re mapping = { 'INBOX': 'inbox' - , '[Google Mail]/All Mail': 'all_mail' + , '[Google Mail]/All Mail': 'archive' , '[Google Mail]/Drafts': 'drafts' , '[Google Mail]/Important': 'important' , '[Google Mail]/Sent Mail': 'sent' @@ -19,6 +19,7 @@ def translocal(foldername): return r_mapping.get(foldername, foldername) top = [ 'inbox' + , 'flagged' , 'chakra' , 'unimaas' , 'clementine' @@ -26,7 +27,7 @@ top = [ 'inbox' , 'hotmail' ] -bot = [ 'flagged' +bot = [ 'archive' , 'drafts' , 'spam' , 'bin'