Emacs: fix deprecation warning
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M emacs/.emacs.d/main.el → emacs/.emacs.d/main.el
@@ -674,7 +674,7 @@ :match-func (lambda (msg) (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")