[Q] Displaying separate unread/new counts for different email clients - Zooper Widget General

[Not sure if I should be posting this in the general Themer forum or Zooper forum. Mods, please move if in the wrong place.]
I am using Zooper which came bundled with Themer, and was editing one of the themes I downloaded when I ran into this problem. Some backround info then:
I use Gmail (personal email). Setting Themer's default mail app to "Inbox" (the google app) or "Gmail" accurately displays the unread count if I'm using #SUG# or #UEmail#
I also have Lotus Notes Traveler (work email). I am unable to set the correct variable. However, if I set the default themer email app to "Mail" (the work email client), it shows the unread count if I use #SUG# or #UEmail#. Similarly, if I define default SMS app as my work email client, and set the widget to show #SUSMS# or #USMS#, it also shows my unread work emails.
Where I run into a problem is having the widget show separate counts for personal and work emails. I thought I'd be clever and swap the themer default app to my work email, and use #UEmail# to show work email counts, and #SUG# (and all variations e.g. #SUG^all#) to show personal emails, but it seems Themer/Zooper does not differentiate between the two, and the unread counts only show work email (where work email client is set as default mail app in Themer).
Something I think might work would be to set #Upkgname# where pkgname is the package name for the work email client. Unfortunately I have no idea what the package name is. Googling around shows that it could be com.lotus.sync.traveler, but change the variable to #Ucom.lotus.sync.traveler# does not work either.
As additional info, the default variables provided are #USMS#, #UEmail#, #Upkgname#, #Ucom.whatsapp#
There should be a workaround to this but I'm just not seeing it. I understand people have had success showing email counts in different clients using a combination of Tasker and Zooper, but I'm going to use that as a last resort since I don't want to pay for something only to find out it doesn't help with my problem.

Related

[Q] Unread mail label in Gmail app?

This is a more general question about the mobile Gmail app versus the browser version. My current implementation of an "Unread" email inbox consists of a saved search for "is:unread" kept as a QuickLink named "Unread." Unfortunately, the mobile Gmail app doesn't see QuickLinks as Labels, so I can't open just that label to read just unread messages.
What I essentially want is to be able to choose a label in the Gmail widget so the widget shows just unread mail. Then, when I read the mail, it'd disappear automatically from the widget (preferably staying in the inbox).
The only thing I've figured out so far is manually moving things out of inbox and use that as the unread place, but this is cumbersome to my workflow and how I generally think of inbox (read, but unprocessed, tasks and information).
Let me know what you think about the possibility of this, thanks!

[Q] S Planner <> MS Exchange problem

How can I change in S Planner a calendar entry who was created in Exchange / Outlook? S-Planner show only the possibility Copy, Delete and Send. If I create the entry directly on S Planner , it is also possible to change the calendar entries.
Any idea?
I checked and I'm have the same features for events I've created in Exchange, I'm just restricted regarding other people's events.
I have also lost the ability to edit exchange 2007 calendar events after upgrading from ICS to JB (both stock rooted)
This is even tho the events are "organized" by me. As I set them up on Outlook.
EDIT: It appears S-Planner does not think it's organized by me, even tho it's under my name WTF?
How can I tell S-Planner who is "me"?
found the issue:
turns out the new S-Planner observes the default email used in Outlook to associate the "organizer".
So if you have multiple email accounts on Outlook, and the Calendar event you create is created when your default email is set to anything else other than your Exchange email, S-Planner will deem it organized by someone else.
How to fix this?
So far the only thing I can think of is using Macros to install a button, one for meeting, one for appointment, that will default the Meeting Organizer field to the Exchange Account even if the email default is set to the GMAIL account.
http://www.slipstick.com/outlook-developer/send-using-default-or-specific-account/#2
btw, if you have recently used added the registry code:
NewItemsUseDefaultSendingAccount = 1
Click to expand...
Click to collapse
Source: http://www.slipstick.com/outlook/outlook-2010/multiple-accounts-and-the-default-account/
And your Default Email is set to something OTHER than your Exchange account, then your "Meeting Organizer" will be incorrect (as it will be set to another Email address) and uneditable in S-Planner.

[Q] Gmail Counter Problem

I am new to this forum, plus I do not write very well in English ---.
I recently started on this in zooper and have already created some widgets to homescreen, now I'm working on a widget for the Lockscreen
* and tenog a problem with the gmail counter code I have is that it is next.
Code:
$#SUG#>1?:i$
This makes a letter (attached to a gmail icon ) is displayed but the problem is that it only works when the emails arrive at-Primary-tag. When I receive messages on the labels of Notifications, Forums or promotions not work,
I would like to know if I can fix this
thanks
For gmail, you have to add the name of your inbox to the #SUG# tag.
For example, my email inbox for gmail is named Primary. So I would use:
#SUGPrimary#
If you have multiple inbox's you can add them all together into one count like this:
$(#SUGPrimary#+#SUGSocial#+#SUGPromotions#)$
Hope that helps.
Thanks for answering, I think this code would work.
Edit: After a few days testing the code, everything works fine.
Thank you so much
when i add this code i have -6

[Q] Calculate GMail unread messages

Hi,
I have been using Zooper pro for the last few months on my stock Nexus 5 with Apex launcher and still have not managed to show a unread messages count from three different GMail "folders". While it seems to be working in general, displaying the resulting number of all unread messages count in a single number won't work:
[c=#FF0000][tl]$(#SUG#+#SUG^sq_ig_i_notification#+#SUG^sq_ig_i_social#)=1?1 E-Mail$$(#SUG#+#SUG^sq_ig_i_notification#+#SUG^sq_ig_i_social#)>1?(#SUG#+#SUG^sq_ig_i_notification#+#SUG^sq_ig_i_social#) E-Mails$$#SMCALLS#=1? #SMCALLS# Anruf$$#SMCALLS#>1? #SMCALLS# Anrufe$$#SUSMS#>0? #SUSMS# SMS$[/tl][/c]
Whenever there are more than one (1) unread messages - I had like 160 e-mails the other day - "(6+64+89) E-Mails" instead of "159 E-Mals". I tried to Google it and tested various formats but I could not find out how to display the sum...
Thanks so much in advance!
Cheers!
I invested another few hours on this and found out that using this calculation to display the value as in
$(#SUG#+#SUG^sq_ig_i_notification#+#SUG^sq_ig_i_social#)$
works pefectly returning a single number of unread e-mails, but if used in a conditional
1.) greater/equal or else expression results are wrong
2.) displaying the string above just displays "(0+1+1)" depending on the unread message counts
Does anyon know how to add the three variables and use the result in a conditional? Or is it possibe to assign the result of the calculation to a variable which I then use for the conditional?
Thanks so much in advance!
Cheers...
Because I could not stop looking for a solution I changed from a calculation of folders to the use of #SUG^all# instead.
Downside was/is the way GMail calculates "all" e-mails, I had to delete/mark all GMails read I had ever just deleted and I need to mark them as read from now on before I delete them - but now I have the time to chase this without being annoyed by brackets whenever I got more than one unread GMail.
So still - why does Zooper treat calculations differently in a conditional compared to a simple calculation?
Cheers!
I am, kind of, dealing the same issue...take a look at following link;
http://www.jagwar.de/en/show-notification-counts-in-zooper-with-tasker/
I know this uses Tasker as additional tool, but still whenever I have more than 1 email, email count always shows 1.
if you figure out, drop me a line!

nooper

nooper = newb zooper
Is there a list of variables/coding for apps not listed in the zooper main tekst list?
just trying to make a few simple sms and email count widgets.
I know how to do it all but cant figure out the variables for the native email (not gmail) app im using and the native note4 teksting app doesn't seem to want to show count eother. (I use downloaded font and wallpaper)
is there some kind of way to force zooper to detect or recognize the variables for these?
ty
-joshuah

Categories

Resources