I have my google account and my exchange account in the gmail android app. So far I can only get the unread counter to work for the google account only. What is the correct uc() syntax to parse out two unread counter statements; one for the gmail primary inbox, and one for the inbox for the exchange account?
Hi Michael, so you can select the account as the 4th argument so a syntax like this
$uc(gmail, updates, count, 1)$
Will tell UC to write unread counts for updates folder in second account. The problem is that Exchange might not be supported (this does not depend on Kustom its just the way GMail exports the data), so if this is not working than its not possible to fix.