summaryrefslogtreecommitdiffstats
path: root/.offlineimaprc
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2017-03-09 04:12:03 +0100
committerTharre <tharre3@gmail.com>2017-03-09 04:12:03 +0100
commit3606e4bb11cad0505d2ec85fb6090064829dbde9 (patch)
treeb8475758e4e88819e3d64de2341fe97579ddc72b /.offlineimaprc
parentc42046dddd4cd23b5ecf6b1022fda4c5b4b7c39e (diff)
downloaddotfiles-3606e4bb11cad0505d2ec85fb6090064829dbde9.tar.gz
dotfiles-3606e4bb11cad0505d2ec85fb6090064829dbde9.tar.xz
dotfiles-3606e4bb11cad0505d2ec85fb6090064829dbde9.zip
Replace offlineimap with isync (mbsync)
Diffstat (limited to '.offlineimaprc')
-rw-r--r--.offlineimaprc43
1 files changed, 0 insertions, 43 deletions
diff --git a/.offlineimaprc b/.offlineimaprc
deleted file mode 100644
index b74910b..0000000
--- a/.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',
- ]