projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa0bc2e
)
emacs: Fix compiler warnings.
author
David Edmondson
<dme@dme.org>
Sat, 6 Feb 2016 17:55:43 +0000
(17:55 +0000)
committer
David Bremner
<david@tethera.net>
Sat, 13 Feb 2016 16:31:42 +0000
(12:31 -0400)
notmuch-mua.el should declare functions that it uses from
notmuch-maildir-fcc.el.
emacs/notmuch-mua.el
patch
|
blob
|
history
diff --git
a/emacs/notmuch-mua.el
b/emacs/notmuch-mua.el
index 5462f54373cdde9b5f5415875545b3fe08fc0185..d4fad7b743100c977184a296d7eebc30b6d4289b 100644
(file)
--- a/
emacs/notmuch-mua.el
+++ b/
emacs/notmuch-mua.el
@@
-29,6
+29,8
@@
(eval-when-compile (require 'cl))
(declare-function notmuch-show-insert-bodypart "notmuch-show" (msg part depth &optional hide))
+(declare-function notmuch-fcc-header-setup "notmuch-maildir-fcc" ())
+(declare-function notmuch-fcc-handler "notmuch-maildir-fcc" (destdir))
;;