From 18f1fca059a1876d2196038c39a27b8335948f3b Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Fri, 18 May 2018 19:41:44 +0200 Subject: [PATCH] offlineimaprc: initially add config file --- offlineimaprc | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 offlineimaprc diff --git a/offlineimaprc b/offlineimaprc new file mode 100644 index 0000000..0f80805 --- /dev/null +++ b/offlineimaprc @@ -0,0 +1,31 @@ +[general] +accounts = magazino + +[mbnames] +enabled = yes +filename = ~/.mutt/mailboxes +header = "mailboxes " +peritem = "+%(accountname)s/%(foldername)s" +sep = " " +footer = "\n" + +[Account magazino] +localrepository = magazino-local +remoterepository = magazino-remote +maxconnections = 3 +maxage = 30 + +[Repository magazino-local] +type = Maildir +localfolders = ~/Mail/magazino + +[Repository magazino-remote] +type = IMAP +remotehost = mail.mein-exchange.de +remoteuser = rothe@magazino.eu +remotepassfile = ~/.password.offlineimap +realdelete = no +maxconnections = 3 +ssl = yes +sslcacertfile = /etc/ssl/certs/ca-certificates.crt +folderfilter = lambda foldername: foldername in ['INBOX', 'Sent', 'Drafts', 'Done', 'Todo', 'Reservierungen', 'Confluence']