File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ gmail.get.user_email();
62
62
- [ gmail.get ** .unread_draft_emails()** ] ( #gmailgetunread_emails )
63
63
- [ gmail.get ** .unread_spam_emails()** ] ( #gmailgetunread_emails )
64
64
- [ gmail.get ** .unread_forum_emails()** ] ( #gmailgetunread_emails )
65
- - [ gmail.get ** .unread_notification_emails ()** ] ( #gmailgetunread_emails )
65
+ - [ gmail.get ** .unread_update_emails ()** ] ( #gmailgetunread_emails )
66
66
- [ gmail.get ** .unread_promotion_emails()** ] ( #gmailgetunread_emails )
67
67
- [ gmail.get ** .unread_social_emails()** ] ( #gmailgetunread_emails )
68
68
- [ gmail.get ** .last_active()** ] ( #gmailgetlast_active )
@@ -321,7 +321,7 @@ You can also request the data individually
321
321
- ** gmail.get.unread_draft_emails()**
322
322
- ** gmail.get.unread_spam_emails()**
323
323
- ** gmail.get.unread_forum_emails()**
324
- - ** gmail.get.unread_notification_emails ()**
324
+ - ** gmail.get.unread_update_emails ()**
325
325
- ** gmail.get.unread_promotion_emails()**
326
326
- ** gmail.get.unread_social_emails()**
327
327
Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ var Gmail = function() {
339
339
}
340
340
341
341
342
- api . get . unread_notification_emails = function ( ) {
342
+ api . get . unread_update_emails = function ( ) {
343
343
var dom = $ ( "div[role=navigation]" ) . find ( "[title*='" + api . tools . i18n ( 'updates' ) + "']" ) ;
344
344
345
345
if ( dom . length > 0 ) {
@@ -392,7 +392,7 @@ var Gmail = function() {
392
392
drafts : api . get . unread_draft_emails ( ) ,
393
393
spam : api . get . unread_spam_emails ( ) ,
394
394
forum : api . get . unread_forum_emails ( ) ,
395
- notifications : api . get . unread_notification_emails ( ) ,
395
+ notifications : api . get . unread_update_emails ( ) ,
396
396
promotions : api . get . unread_promotion_emails ( ) ,
397
397
social : api . get . unread_social_emails ( ) }
398
398
}
You can’t perform that action at this time.
0 commit comments