From e89fe851d0d5093f6fcd236bc7046524b7086b7e Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 6 Aug 2019 15:34:06 +0200 Subject: Emacs: fix deprecation warning --- emacs/.emacs.d/main.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/.emacs.d/main.el') diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 06432fd3..35872991 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -674,7 +674,7 @@ With two prefix arguments, write out the day and month name." (if msg (mu4e-message-contact-field-matches msg :to "alan@satoshipay.io") - (string-equal system-name "satoshipad"))) + (string-equal (system-name) "satoshipad"))) :vars '((user-mail-address . "alan@satoshipay.io") (mu4e-sent-messages-behavior . 'delete) (mu4e-drafts-folder . "/satoshipay/Drafts") -- cgit 1.4.1