summaryrefslogtreecommitdiffstats
path: root/.offlineimaprc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-03-20 16:52:15 +0100
committerGravatar Tom Willemsen2012-03-20 16:52:15 +0100
commitfdf8fca1ed91cfaa6d7a57857b2deea2d476b200 (patch)
tree8529ae66fad2c95fdd528e1ca6bbf1c5beae4084 /.offlineimaprc
parent24bda277afa7c84aef9aefa1ac0a7aebc5f31b74 (diff)
downloaddotfiles-fdf8fca1ed91cfaa6d7a57857b2deea2d476b200.tar.gz
dotfiles-fdf8fca1ed91cfaa6d7a57857b2deea2d476b200.zip
.offlineimaprc
Diffstat (limited to '.offlineimaprc')
-rw-r--r--.offlineimaprc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.offlineimaprc b/.offlineimaprc
index 3b04791..a5c8956 100644
--- a/.offlineimaprc
+++ b/.offlineimaprc
@@ -53,6 +53,7 @@ type = Maildir
localfolders = ~/documents/mail/aethon
#nametrans = lambda folder: re.sub('^inbox$', 'INBOX', re.sub('^drafts$', '[Gmail]/Concepten', re.sub('^sent$', '[Gmail]/Verzonden berichten', re.sub('^trash$', '[Gmail]/Prullenbak', folder))))
+nametrans = lambda folder: re.sub('^inbox$', 'INBOX', folder)
[Repository ninthfloor-local]
type = Maildir
@@ -96,6 +97,7 @@ remotepasseval = getpassword("imap.google.com-aethon")
realdelete = no
folderfilter = lambda folder: folder in ['INBOX', '[Gmail]/Concepten', '[Gmail]/Verzonden berichten', '[Gmail]/Prullenbak']
+nametrans = lambda folder: re.sub('^INBOX$', 'inbox', folder)
#nametrans = lambda folder: re.sub('^INBOX$', 'inbox', re.sub('^\[Gmail\]/Concepten$', 'drafts', re.sub('^\[Gmail\]/Verzonden berichten$', 'sent', re.sub('^\[Gmail\]/Prullenbak$', 'trash', folder))))
[Repository ninthfloor-remote]