From 88c1cf74156525e2d4a59d9635f5fbaa692aefae Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 4 May 2013 18:24:23 +0200 Subject: Temporarily remove postsynchook --- .offlineimaprc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.offlineimaprc b/.offlineimaprc index aec7367..5b96d16 100644 --- a/.offlineimaprc +++ b/.offlineimaprc @@ -2,13 +2,13 @@ [general] # NOTE: cronjob calls the quiet UI with -u ui = TTYUI -accounts = ryuslash.org,gmail,arch,aethon,ninthfloor +accounts = ryuslash.org,gmail,aethon,ninthfloor pythonfile = ~/.offlineimap.py [Account ryuslash.org] localrepository = ryuslash.org-local remoterepository = ryuslash.org-remote -postsynchook = /home/slash/usr/bin/emacs-send-mail ryuslash.org; /home/slash/usr/bin/mode-line-mail ryuslash.org ryu +# postsynchook = /home/slash/usr/bin/emacs-send-mail ryuslash.org [Repository ryuslash.org-local] type = Maildir @@ -25,7 +25,7 @@ nametrans = lambda folder: folder.lower() [Account aethon] localrepository = aethon-local remoterepository = aethon-remote -postsynchook = /home/slash/usr/bin/emacs-send-mail aethon; /home/slash/usr/bin/mode-line-mail aethon ae +# postsynchook = /home/slash/usr/bin/emacs-send-mail aethon [Repository aethon-local] type = Maildir @@ -37,14 +37,14 @@ type = Gmail remoteusereval = getuser("imap.google.com-aethon") remotepasseval = getpassword("imap.google.com-aethon") realdelete = no -cert_fingerprint = 6d1b5b5ee0180ab493b71d3b94534b5ab937d042 +cert_fingerprint = b0ba392bba326e6feb1add4d04fa0fb86cd173fa folderfilter = lambda folder: folder in ['INBOX', '[Gmail]/Concepten', '[Gmail]/Verzonden berichten', '[Gmail]/Prullenbak'] nametrans = lambda folder: re.sub('^INBOX$', 'inbox', re.sub('^\[Gmail\]/Concepten$', 'drafts', re.sub('^\[Gmail\]/Verzonden berichten$', 'sent', re.sub('^\[Gmail\]/Prullenbak$', 'trash', folder)))) [Account gmail] localrepository = gmail-local remoterepository = gmail-remote -postsynchook = /home/slash/usr/bin/emacs-send-mail gmail; /home/slash/usr/bin/mode-line-mail gmail g +# postsynchook = /home/slash/usr/bin/emacs-send-mail gmail [Repository gmail-local] type = Maildir @@ -56,14 +56,14 @@ type = Gmail remoteusereval = getuser("imap.google.com") remotepasseval = getpassword("imap.google.com") realdelete = no -cert_fingerprint = 6d1b5b5ee0180ab493b71d3b94534b5ab937d042 +cert_fingerprint = b0ba392bba326e6feb1add4d04fa0fb86cd173fa folderfilter = lambda folder: folder in ['INBOX', '[Gmail]/Drafts', '[Gmail]/Sent Mail', '[Gmail]/Trash'] nametrans = lambda folder: re.sub('^INBOX$', 'inbox', re.sub('^\[Gmail\]/Drafts$', 'drafts', re.sub('^\[Gmail\]/Sent Mail$', 'sent', re.sub('^\[Gmail\]/Trash$', 'trash', folder)))) [Account ninthfloor] localrepository = ninthfloor-local remoterepository = ninthfloor-remote -postsynchook = /home/slash/usr/bin/emacs-send-mail ninthfloor; /home/slash/usr/bin/mode-line-mail ninthfloor 9f +# postsynchook = /home/slash/usr/bin/emacs-send-mail ninthfloor [Repository ninthfloor-local] type = Maildir -- cgit v1.2.3-54-g00ecf