public
Description: A RubyCocoa Gmail Notifier for Mac OS X
Homepage: http://ashchan.com/projects/gmail-notifr
Clone URL: git://github.com/ashchan/gmail-notifr.git
Click here to lend your support to: gmail-notifr and make a donation at www.pledgie.com !
gmail-notifr / Constants.rb
100644 23 lines (18 sloc) 0.727 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# Constants.rb
# Gmail Notifr
#
# Created by James Chen on 8/17/09.
# Copyright (c) 2009 ashchan.com. All rights reserved.
#
 
GNShowUnreadCountChangedNotification = "GNShowUnreadCountChanged"
GNAccountAddedNotification = "GNAccountAddedNotification"
GNAccountRemovedNotification = "GNAccountRemovedNotification"
GNAccountChangedNotification = "GNAccountChangedNotification"
GNAccountMenuUpdateNotification = "GNAccountMenuUpdateNotification"
GNCheckingAccountNotification = "GNCheckingAccountNotification"
 
 
PrefsToolbarItemAccounts = "prefsToolbarItemAccounts"
PrefsToolbarItemSettings = "prefsToolbarItemSettings"
 
ShowUnreadCount = "ShowUnreadCount"
PreferencesSelection = "PreferencesSelection"
Accounts = "Accounts"