mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Mu4e: make "gmail in email adr" condition stricter
This commit is contained in:
@ -366,7 +366,7 @@ Must be set before org-msg is loaded to take effect.")
|
||||
|
||||
(defun +mu4e-msg-gmail-p (msg)
|
||||
(or
|
||||
(string-match-p "gmail"
|
||||
(string-match-p "@gmail.com"
|
||||
(cond
|
||||
((member (mu4e-message-field msg :to)
|
||||
(plist-get mu4e~server-props :personal-addresses))
|
||||
|
Reference in New Issue
Block a user