Temporarily remove postsynchook
This commit is contained in:
parent
e53bd5e888
commit
88c1cf7415
1 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue