diff options
| author | David Edmondson <dme@dme.org> | 2016-02-06 17:55:43 +0000 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-02-13 12:31:42 -0400 |
| commit | 8d3d92bd8e854322e8fa4ae589c3082447613568 (patch) | |
| tree | 57c0f7d97367ddb1081d27f5b2b4216e9cbb21ed | |
| parent | fa0bc2ef91cf5c5a86ac24cd76383be3b1819cee (diff) | |
emacs: Fix compiler warnings.
notmuch-mua.el should declare functions that it uses from
notmuch-maildir-fcc.el.
| -rw-r--r-- | emacs/notmuch-mua.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index 5462f543..d4fad7b7 100644 --- 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)) ;; |
