mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: Fix compiler warnings.
notmuch-mua.el should declare functions that it uses from notmuch-maildir-fcc.el.
This commit is contained in:
parent
fa0bc2ef91
commit
8d3d92bd8e
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue