Comment on Mini-productivity tip: send a Gmail without getting distracted by your inboxparentComments−hollerith13yThanks for the tip.Here is an Emacs command that does the same thing that your Chrome keyword does: (defun gmail-search (string) (interactive "sQuery to submit to Gmail: ") (browse-url (concat "https://mail.google.com/mail/u/0/?shva=1#search/" (url-hexify-string string))))
Comments
Thanks for the tip.
Here is an Emacs command that does the same thing that your Chrome keyword does: