~lapseofreason0/gm-notify/fix-kill

« back to all changes in this revision

Viewing changes to gm-notify

  • Committer: Alexander Hungenberg
  • Date: 2010-09-18 12:31:20 UTC
  • Revision ID: alexander.hungenberg@gmail.com-20100918123120-axo8o5sig0qhtgbv
fix bug #631644: go to correct inbox

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
MAILBOXES_NAMES = { "inbox": _("Inbox") }
46
46
 
47
 
MAILBOXES_URLS = {  "inbox": _("inbox") }
 
47
MAILBOXES_URLS = {  "inbox": "" }
48
48
 
49
49
class PathNotFound(Exception): pass
50
50