Systematic Architecture [EN]
The blog on systems development/architecture, to be a beautiful, artistic one.
Thursday, 19 January 2017
How to find pinned mails with Inbox on Gmail
How to find pinned mails with Inbox on Gmail ============================================ Problem -------------- 1. You use `Inbox by Gmail` (http://inbox.gmail.com) and `Gmail` (http://mail.google.com). 1. You pin mails on `Inbox by Gmail`. 1. You can't find `pinned` mails on Gmail: web or apps. 1. You can't find such labels on Gmail. Solution -------------------- Query on Gmail the following: ```bash label:pinned ``` You can use this as well ```bash in:pinned ``` but you will be redirected to the above. Miscellaneous tips ------------------ ### On Inbox #### To search `starred` mails on Gmail ```bash in:starred ``` ### On Gmail #### To search `done` mails ```bash label:done ``` #### To search `snoozed` mails ```bash label:snoozed ``` #### To search `low priority` mails ``` label:lowpriority ```
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment