Fix weird mu4e server filter errors

This commit is contained in:
Jeremy Dormitzer 2022-08-09 14:23:05 -04:00
parent aab7d799d3
commit 7dca1ae7c8

View File

@ -129,6 +129,9 @@
(set
(make-local-variable '*should-delete-trailing-whitespace*)
nil)))
;; For some reason mu4e--server-filter expects these to be defined, but doesn't define them
(when (null mu4e-info-func)
(setq mu4e-info-func (lambda (&rest args))))
;; Support sending attachments from Dired buffers
(with-eval-after-load 'dired
(require 'gnus-dired)