From 1848fcfb1772eee0e69becd62b75d882a80a19d6 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 8 Jul 2017 18:03:15 +0200 Subject: [PATCH] time to change email password *sigh* --- offlineimap/.offlineimaprc | 64 -------------------------------------- 1 file changed, 64 deletions(-) delete mode 100644 offlineimap/.offlineimaprc diff --git a/offlineimap/.offlineimaprc b/offlineimap/.offlineimaprc deleted file mode 100644 index 4db15cf..0000000 --- a/offlineimap/.offlineimaprc +++ /dev/null @@ -1,64 +0,0 @@ -# Sample minimal config file. Copy this to ~/.offlineimaprc and edit to -# get started fast. - -[general] -accounts = gmail,andthensome -maxsyncaccounts = 1 - -[Account gmail] -localrepository = gmail-local -remoterepository = gmail-remote -autorefresh = 0.5 -quick = 10 - -[Repository gmail-local] -type = Maildir -localfolders = ~/mail/gmail - -[Repository gmail-remote] -type = Gmail -remoteuser = alrayyes@gmail.com -remotepass = ubfsohoybafijmpg -sslcacertfile = /etc/ssl/certs/ca-certificates.crt -nametrans = lambda foldername: re.sub ('^\[gmail\]', 'bak', - re.sub ('sent_mail', 'sent', - re.sub ('starred', 'flagged', - re.sub (' ', '_', foldername.lower())))) -folderfilter = lambda foldername: foldername not in ['[Gmail]/All Mail'] -keepalive = 60 -holdconnectionopen = yes -createfolders = False - - -[Account andthensome] -localrepository = andthensome-local -remoterepository = andthensome-remote -autorefresh = 0.5 -quick = 10 - -[Repository andthensome-local] -type = Maildir -localfolders = ~/mail/andthensome - -[Repository andthensome-remote] -type = Gmail -remoteuser = ryan@andthensome.nl -remotepass = zaglfcekciupfsqe -sslcacertfile = /etc/ssl/certs/ca-certificates.crt -nametrans = lambda foldername: re.sub ('^\[gmail\]', 'bak', - re.sub ('sent_mail', 'sent', - re.sub ('starred', 'flagged', - re.sub (' ', '_', foldername.lower())))) -folderfilter = lambda foldername: foldername not in ['[Gmail]/All Mail'] -keepalive = 60 -holdconnectionopen = yes -createfolders = False - -# Mutt support -[mbnames] -enabled = yes -filename = ~/.mutt/mailboxes -header = "mailboxes " -peritem = "+%(accountname)s/%(foldername)s" -sep = " " -footer = "\n"