Use the new mail update script for mowedline
This commit is contained in:
parent
353fe31aad
commit
7696ac3d7c
1 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@ pythonfile = ~/.offlineimap.py
|
||||||
[Account ryuslash.org]
|
[Account ryuslash.org]
|
||||||
localrepository = ryuslash.org-local
|
localrepository = ryuslash.org-local
|
||||||
remoterepository = ryuslash.org-remote
|
remoterepository = ryuslash.org-remote
|
||||||
postsynchook = echo 'mymailwidget:set_count()' | awesome-client; /home/slash/usr/bin/mail-notify ryuslash.org
|
postsynchook = /home/slash/usr/bin/new-mail-mowedline; /home/slash/usr/bin/mail-notify ryuslash.org
|
||||||
|
|
||||||
[Repository ryuslash.org-local]
|
[Repository ryuslash.org-local]
|
||||||
type = Maildir
|
type = Maildir
|
||||||
|
@ -17,7 +17,7 @@ nametrans = lambda folder: re.sub('^Inbox$', 'INBOX', folder.capitalize())
|
||||||
|
|
||||||
[Repository ryuslash.org-remote]
|
[Repository ryuslash.org-remote]
|
||||||
type = IMAP
|
type = IMAP
|
||||||
remotehost = imap.alwaysdata.com
|
remotehost = imap-ryuslash.alwaysdata.net
|
||||||
remoteuser = 'tom@ryuslash.org'
|
remoteuser = 'tom@ryuslash.org'
|
||||||
remotepasseval = getpassword("ryuslash")
|
remotepasseval = getpassword("ryuslash")
|
||||||
nametrans = lambda folder: folder.lower()
|
nametrans = lambda folder: folder.lower()
|
||||||
|
@ -25,7 +25,7 @@ nametrans = lambda folder: folder.lower()
|
||||||
[Account picturefix]
|
[Account picturefix]
|
||||||
localrepository = picturefix-local
|
localrepository = picturefix-local
|
||||||
remoterepository = picturefix-remote
|
remoterepository = picturefix-remote
|
||||||
postsynchook = echo 'mymailwidget:set_count()' | awesome-client; /home/slash/usr/bin/mail-notify picturefix
|
postsynchook = /home/slash/usr/bin/new-mail-mowedline; /home/slash/usr/bin/mail-notify picturefix
|
||||||
|
|
||||||
[Repository picturefix-local]
|
[Repository picturefix-local]
|
||||||
type = Maildir
|
type = Maildir
|
||||||
|
@ -63,7 +63,7 @@ nametrans = lambda folder: re.sub('^INBOX$', 'inbox', re.sub('^\[Gmail\]/
|
||||||
[Account gmail]
|
[Account gmail]
|
||||||
localrepository = gmail-local
|
localrepository = gmail-local
|
||||||
remoterepository = gmail-remote
|
remoterepository = gmail-remote
|
||||||
postsynchook = echo 'mymailwidget:set_count()' | awesome-client; /home/slash/usr/bin/mail-notify gmail
|
postsynchook = /home/slash/usr/bin/new-mail-mowedline; /home/slash/usr/bin/mail-notify gmail
|
||||||
|
|
||||||
[Repository gmail-local]
|
[Repository gmail-local]
|
||||||
type = Maildir
|
type = Maildir
|
||||||
|
@ -82,7 +82,7 @@ sslcacertfile = /etc/ssl/certs/ca-certificates.crt
|
||||||
[Account ninthfloor]
|
[Account ninthfloor]
|
||||||
localrepository = ninthfloor-local
|
localrepository = ninthfloor-local
|
||||||
remoterepository = ninthfloor-remote
|
remoterepository = ninthfloor-remote
|
||||||
postsynchook = echo 'mymailwidget:set_count()' | awesome-client; /home/slash/usr/bin/mail-notify ninthfloor
|
postsynchook = /home/slash/usr/bin/new-mail-mowedline; /home/slash/usr/bin/mail-notify ninthfloor
|
||||||
|
|
||||||
[Repository ninthfloor-local]
|
[Repository ninthfloor-local]
|
||||||
type = Maildir
|
type = Maildir
|
||||||
|
|
Loading…
Reference in a new issue