diff options
Diffstat (limited to 'base/offlineimaprc')
-rw-r--r-- | base/offlineimaprc | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/base/offlineimaprc b/base/offlineimaprc deleted file mode 100644 index 3a864a4..0000000 --- a/base/offlineimaprc +++ /dev/null @@ -1,24 +0,0 @@ -[general] -accounts = Jesterpm.net -#pythonfile = ~/.offlineimap/helper.py - -[Account Jesterpm.net] -localrepository = Local -remoterepository = Remote -#autorefresh = 5 -status_backend = sqlite - -[Repository Local] -type = Maildir -localfolders = ~/.maildir - -[Repository Remote] -type = IMAP -remotehost = californium.jesterpm.net -remoteusereval = "jesterpm" -#remotepasseval = mailpasswd("password") -folderfilter = lambda folder: folder not in ['sent', 'search'] -ssl = yes -maxconnections = 2 -#holdconnectionopen = false -#idlefolders = ['INBOX', 'dc206'] |