I think that the following patch fixes the problem:

$ diff notifier.py~ notifier.py
352a353,356
>               url = "http://mail.google.com/";
>               useranddomain = self.options["gmailusername"].split('@')
>               if len(useranddomain)>1:
>                       url += "a/"+useranddomain[1]+"/"
354,355c358,359
<               print "launching browser "+self.options['browserpath']+" 
http://gmail.google.com";
<               os.system(self.options['browserpath']+" http://gmail.google.com 
&")     
---
>               print "launching browser "+self.options['browserpath']+" "+url
>               os.system(self.options['browserpath']+" "+url+"&")

-- 
When using notifier for non-google domain, URL to mailbox is wrong
https://bugs.launchpad.net/bugs/260090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to