Mu4e: make "gmail in email adr" condition stricter
This commit is contained in:
parent
362f682f1d
commit
b609b82d95
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ Must be set before org-msg is loaded to take effect.")
|
||||||
|
|
||||||
(defun +mu4e-msg-gmail-p (msg)
|
(defun +mu4e-msg-gmail-p (msg)
|
||||||
(or
|
(or
|
||||||
(string-match-p "gmail"
|
(string-match-p "@gmail.com"
|
||||||
(cond
|
(cond
|
||||||
((member (mu4e-message-field msg :to)
|
((member (mu4e-message-field msg :to)
|
||||||
(plist-get mu4e~server-props :personal-addresses))
|
(plist-get mu4e~server-props :personal-addresses))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue