Add support for "saved searches" (i.e. former Quick Links GMail enhancement) #250
-
Long time-ago (before Google decide to decimate the GMail Labs ecosystem), there was an official "Quick Links" extension that allowed one to save searches. Unfortunately I'm not able to find the original documentation but the following pages can provide some context:
So, this feature was priceless for many advanced GMail-ers (myself included), as it provided something that you couldn't obtain with GMail labels and other options. Basically it offered a kind of "views" for your GMail account. For example my inbox was always empty, all emails being properly tagged, and I leveraged the saved searches to create multiple "inboxes". Thus my proposal is to add such an option, even in the most minimal way possible. (I don't even mind editing a configuration file to get access to them.) Basically it would just require bookmarking the search URL's. |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments
-
Could this be accomplished using Gmail filters? |
Beta Was this translation helpful? Give feedback.
-
What I'm referring to is orthogonal to GMail filters. Say for example that your workflow includes reviewing unread emails received in muted threads. You would achieve this by searching for However the same could be achieved by opening the following link: https://mail.google.com/mail/u/0/#search/is%3Amuted+is%3Aunread Basically the Quick Links extension allowed one to bookmark any link that belonged to |
Beta Was this translation helpful? Give feedback.
-
Loading URLs would require a full reload which isn't great for the experience. We could instead automatically insert the filters ( |
Beta Was this translation helpful? Give feedback.
-
No it wouldn't. Just try it in a normal browser:
|
Beta Was this translation helpful? Give feedback.
-
Alright, it works, at least in Chrome. We need to check if it behaves the same in Electron. From an implementation perspective it wouldn't change much except loading an URL instead of injecting into the search bar. |
Beta Was this translation helpful? Give feedback.
-
If you implement this as a "bookmark" facility, one could also open other parts of the GMail application in a similar fashion. Like for example: https://mail.google.com/mail/u/0/#settings/filters -- for quick access to filters; |
Beta Was this translation helpful? Give feedback.
-
Any updates on this item? (As with #95, this is the only reason I still have to use sometimes GMail from a browser.) |
Beta Was this translation helpful? Give feedback.
-
We can implement this, but I'm wondering how this feature should look like and how it's accessible. |
Beta Was this translation helpful? Give feedback.
-
The UI part is indeed the tricky part... There are at least two distinct problems:
Given that this would be an advanced feature I would say that management could be done by simply instructing the user to edit the
As for the syntax:
As for the actual UI, I would imagine a button injected somewhere in the GMail UI, that would open a list of bookmarks. (Perhaps a simpler approach would be an option in the menu bar, but if one uses hidden menu bars, the visual effect would be an issue.) |
Beta Was this translation helpful? Give feedback.
-
With v3 (#242) we have better possibilities to integrate this feature and I can see this being adding soon. So stay tuned! |
Beta Was this translation helpful? Give feedback.
With v3 (#242) we have better possibilities to integrate this feature and I can see this being adding soon. So stay tuned!