|
|
|
|
|
by hollerith
4935 days ago
|
|
Thanks 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))))
|
|