diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-02 17:04:03 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-02 17:04:03 -0500 |
commit | f7724e40ec232fcefaa2e0173734721eddb482b0 (patch) | |
tree | bfeacc45ab487cddbf838f6d6a3413825a8354c5 /.offlineimaprc | |
parent | 73573a7bfc902994a37e03e492dae82d5d181533 (diff) |
Fix email things
Diffstat (limited to '.offlineimaprc')
-rw-r--r-- | .offlineimaprc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.offlineimaprc b/.offlineimaprc index 0e44147..c5fd3f5 100644 --- a/.offlineimaprc +++ b/.offlineimaprc @@ -8,6 +8,7 @@ remoterepository = Remote [Repository Local] type = Maildir localfolders = ~/Maildir +nametrans = lambda foldername: re.sub('^\.', '', foldername) [Repository Remote] type = IMAP |