UC - unread counters

UC: unread counters (get number of unread SMS, missed calls, emails…)

Syntax

uc(mode, [param], [account])

Arguments

  • mode: Mode (see examples)
  • param: Parameter (see examples)
  • account: Account (index or pattern, when available)

Examples

FormulaDescription
$uc(sms)$Unread SMS count
$uc(sms, text)$First unread SMS text
$tf(uc(sms, date, 1))$Second unread SMS receive date
$uc(sms, from, 2)$Third unread SMS sender number
$uc(calls)$Missed calls count
$uc(calls, num)$Last missed call number
$uc(calls, name)$Last missed call name (if available, number otherwise)
$tf(uc(calls, date))$Time since last missed call
$uc(gmail)$Gmail unread count for Inbox
$uc(gmail, forums)$Gmail unread count for Forums label
$uc(gmail, promo, color)$Gmail Promotions label color
$uc(gmail, updates, count, foo)$Gmail total messages on Updates label in foo account
$uc(gmail, social, unread, 1)$Gmail unread messages on Social label in second account
$uc(whatsapp)$Unread WhatsApp conversations
$tf(uc(whatsapp, date, 1))$Second unread WhatsApp receive date
$uc(whatsapp, from, 2)$Third unread WhatsApp sender



Privacy Policy