Fix weird mu4e server filter errors
This commit is contained in:
parent
aab7d799d3
commit
7dca1ae7c8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user