From 6c2db7df0e40962537ce74d6f6213fac1782bd1b Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 15 May 2013 17:35:51 +0200 Subject: Update dotfiles --- .offlineimaprc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.offlineimaprc') diff --git a/.offlineimaprc b/.offlineimaprc index 875e49c..5b96d16 100644 --- a/.offlineimaprc +++ b/.offlineimaprc @@ -8,7 +8,7 @@ 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