Notify me of new mails
This commit is contained in:
parent
cc2baa023e
commit
9ebfbdd662
1 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@ pythonfile = ~/.offlineimap.py
|
|||
[Account ryuslash.org]
|
||||
localrepository = ryuslash.org-local
|
||||
remoterepository = ryuslash.org-remote
|
||||
postsynchook = echo 'mymailwidget:set_count()' | awesome-client
|
||||
postsynchook = echo 'mymailwidget:set_count()' | awesome-client; /home/slash/usr/bin/mail-notify ryuslash.org
|
||||
|
||||
[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 'mymailwidget:set_count()' | awesome-client
|
||||
postsynchook = echo 'mymailwidget:set_count()' | awesome-client; /home/slash/usr/bin/mail-notify picturefix
|
||||
|
||||
[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 'mymailwidget:set_count()' | awesome-client
|
||||
postsynchook = echo 'mymailwidget:set_count()' | awesome-client; /home/slash/usr/bin/mail-notify gmail
|
||||
|
||||
[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 'mymailwidget:set_count()' | awesome-client
|
||||
postsynchook = echo 'mymailwidget:set_count()' | awesome-client; /home/slash/usr/bin/mail-notify ninthfloor
|
||||
|
||||
[Repository ninthfloor-local]
|
||||
type = Maildir
|
||||
|
|
Loading…
Reference in a new issue