You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to write a query for Gmail emails that are unseen and have a label, e.g., himalaya envelope list -f "MyCustomLabel" "not flag Seen". This works pretty well for most situations, but I've found one situation where Gmail's thread & label concepts seem to differ a lot from himalaya's.
Consider this situation:
A first email, read, with the label MyCustomLabel but not the label Inbox.
A second email, in a thread with the first email (the sender sent to you twice, replying to the first), unread, with the label MyCustomLabel and the label Inbox.
A query for himalaya envelope list -f "MyCustomLabel" "not flag Seen" returns neither, because the first is read, and the second is in the Inbox folder (despite having the MyCustomLabel label in Gmail). A query for himalaya envelope list -f "Inbox" "not flag Seen and flag MyCustomLabel" returns neither because the first is read, and the second is not labelled with MyCustomLabel by himalaya even though it is in Gmail.
Here's an example of the second, unread email that's currently in the Inbox folder but has the MyCustomLabel label:
And here's a screenshot of the email thread from the Gmail interface (it has 3 emails in the thread, but the 3rd is functionally the same as the 2nd - unread, labelled, in inbox):
The text was updated successfully, but these errors were encountered:
Hey!
I'm trying to write a query for Gmail emails that are unseen and have a label, e.g.,
himalaya envelope list -f "MyCustomLabel" "not flag Seen"
. This works pretty well for most situations, but I've found one situation where Gmail's thread & label concepts seem to differ a lot from himalaya's.Consider this situation:
MyCustomLabel
but not the labelInbox
.MyCustomLabel
and the labelInbox
.A query for
himalaya envelope list -f "MyCustomLabel" "not flag Seen"
returns neither, because the first is read, and the second is in theInbox
folder (despite having theMyCustomLabel
label in Gmail). A query forhimalaya envelope list -f "Inbox" "not flag Seen and flag MyCustomLabel"
returns neither because the first is read, and the second is not labelled withMyCustomLabel
by himalaya even though it is in Gmail.Here's an example of the second, unread email that's currently in the Inbox folder but has the MyCustomLabel label:
And here's a screenshot of the email thread from the Gmail interface (it has 3 emails in the thread, but the 3rd is functionally the same as the 2nd - unread, labelled, in inbox):

The text was updated successfully, but these errors were encountered: