summaryrefslogtreecommitdiff
path: root/mu4e
diff options
context:
space:
mode:
authordjcb <djcb@djcbsoftware.nl>2019-05-25 10:37:59 +0300
committerdjcb <djcb@djcbsoftware.nl>2019-05-25 10:39:40 +0300
commitc6a0771480fd82ed6c5efbebb885a5e23220de69 (patch)
tree58ebb0a92fa3550a627487a6f96c48a1ec58d93e /mu4e
parentdc271f47212165e532f5982f8c7c56111672911b (diff)
mu4e-actions: fix some compiler warnings
Diffstat (limited to 'mu4e')
-rw-r--r--mu4e/mu4e-actions.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/mu4e/mu4e-actions.el b/mu4e/mu4e-actions.el
index eea5783..d7d95dd 100644
--- a/mu4e/mu4e-actions.el
+++ b/mu4e/mu4e-actions.el
@@ -33,6 +33,8 @@
(require 'mu4e-message)
(require 'mu4e-meta)
+(declare-function mu4e~proc-extract "mu4e-proc")
+(declare-function mu4e-headers-search "mu4e-headers")
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;