diff options
author | Tharre <tharre3@gmail.com> | 2016-10-07 20:53:06 +0000 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-16 15:23:59 +0000 |
commit | edbcca8cd2b93b8c88eb62c431d04ea832b73180 (patch) | |
tree | bac188c0ee4c1c214dd50568e70783a7ee2c3565 /email/_offlineimaprc | |
parent | d4f1a0f27100ff2f4380fa4cf38b09e7f0c051f7 (diff) | |
download | dotfiles-edbcca8cd2b93b8c88eb62c431d04ea832b73180.tar.gz dotfiles-edbcca8cd2b93b8c88eb62c431d04ea832b73180.tar.xz dotfiles-edbcca8cd2b93b8c88eb62c431d04ea832b73180.zip |
Reorganise dotfiles
Diffstat (limited to 'email/_offlineimaprc')
-rw-r--r-- | email/_offlineimaprc | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/email/_offlineimaprc b/email/_offlineimaprc deleted file mode 100644 index b74910b..0000000 --- a/email/_offlineimaprc +++ /dev/null @@ -1,43 +0,0 @@ -[general] -ui = TTY.TTYUI -accounts = Tharre -pythonfile=~/.mutt/offlineimap.py -fsync = False - -[Account Tharre] -localrepository = Tharre-Local -remoterepository = Tharre-Remote -status_backend = sqlite -postsynchook = notmuch new - -[Repository Tharre-Local] -type = Maildir -localfolders = ~/.mail/tharre3@gmail.com -nametrans = lambda folder: {'drafts': '[Gmail]/Drafts', - 'sent': '[Gmail]/Sent Mail', - 'flagged': '[Gmail]/Starred', - 'trash': '[Gmail]/Trash', - 'archive': '[Gmail]/All Mail', - }.get(folder, folder) - -[Repository Tharre-Remote] -maxconnections = 8 -type = Gmail -remoteuser = tharre3@gmail.com -remotepasseval = get_pass("tharre3@gmail.com") -realdelete = no -# Necessary as of OfflineIMAP 6.5.4 -sslcacertfile = /etc/ssl/certs/ca-certificates.crt -nametrans = lambda folder: {'[Gmail]/Drafts': 'drafts', - '[Gmail]/Sent Mail': 'sent', - '[Gmail]/Starred': 'flagged', - '[Gmail]/Trash': 'trash', - '[Gmail]/All Mail': 'archive', - }.get(folder, folder) -folderfilter = lambda folder: folder not in ['[Gmail]/Trash', - 'Nagios', - 'Django', - 'Flask', - '[Gmail]/Important', - '[Gmail]/Spam', - ] |