summaryrefslogtreecommitdiff
path: root/offlineimap/offlineimap.py
blob: 6171a6578cdace306d6b412e09edce6575a4beb6 (plain)
  1. # Frequently used mailboxes (the rest is only sync'ed in *_all targets)
  2. inboxes = ['INBOX', 'Drafts', 'Templates', 'Sent', 'Sendt post', 'done']
  3. # mbox is INBOX showing up double on UW-imap servers...
  4. imapnoise = ['mbox', 'spam', 'Junk', 'Trash']