summaryrefslogtreecommitdiffstats
path: root/offlineimap
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-04-08 15:16:55 +0200
committerGravatar Tom Willemse2015-04-08 15:16:55 +0200
commit677f124c9498c7295e72c70b3be45123a406942f (patch)
treea2f1448e9eb7bb2317fd24170b7bb32d6f843bbd /offlineimap
parent3903832b3450e144ef48a488f5a5858f84e50ad1 (diff)
downloaddotfiles-677f124c9498c7295e72c70b3be45123a406942f.tar.gz
dotfiles-677f124c9498c7295e72c70b3be45123a406942f.zip
Update mailwidget calls
Diffstat (limited to 'offlineimap')
-rw-r--r--offlineimap/.offlineimaprc8
1 files changed, 4 insertions, 4 deletions
diff --git a/offlineimap/.offlineimaprc b/offlineimap/.offlineimaprc
index b00870b..3b963cb 100644
--- a/offlineimap/.offlineimaprc
+++ b/offlineimap/.offlineimaprc
@@ -8,7 +8,7 @@ pythonfile = ~/.offlineimap.py
[Account ryuslash.org]
localrepository = ryuslash.org-local
remoterepository = ryuslash.org-remote
-postsynchook = echo 'mailwidgets.ryuslash:set_mailcount()' | awesome-client
+postsynchook = echo 'mymailwidget:set_count()' | awesome-client
[Repository ryuslash.org-local]
type = Maildir
@@ -25,7 +25,7 @@ nametrans = lambda folder: folder.lower()
[Account picturefix]
localrepository = picturefix-local
remoterepository = picturefix-remote
-postsynchook = echo 'mailwidgets.picturefix:set_mailcount()' | awesome-client
+postsynchook = echo 'mymailwidget:set_count()' | awesome-client
[Repository picturefix-local]
type = Maildir
@@ -63,7 +63,7 @@ nametrans = lambda folder: re.sub('^INBOX$', 'inbox', re.sub('^\[Gmail\]/
[Account gmail]
localrepository = gmail-local
remoterepository = gmail-remote
-postsynchook = echo 'mailwidgets.gmail:set_mailcount()' | awesome-client
+postsynchook = echo 'mymailwidget:set_count()' | awesome-client
[Repository gmail-local]
type = Maildir
@@ -82,7 +82,7 @@ sslcacertfile = /etc/ssl/certs/ca-certificates.crt
[Account ninthfloor]
localrepository = ninthfloor-local
remoterepository = ninthfloor-remote
-postsynchook = echo 'mailwidgets.ninthfloor:set_mailcount()' | awesome-client
+postsynchook = echo 'mymailwidget:set_count()' | awesome-client
[Repository ninthfloor-local]
type = Maildir