diff options
Diffstat (limited to 'lisp/mail/uce.el')
-rw-r--r-- | lisp/mail/uce.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/mail/uce.el b/lisp/mail/uce.el index 035ab0d774c..5a4e01ae9fc 100644 --- a/lisp/mail/uce.el +++ b/lisp/mail/uce.el @@ -218,6 +218,12 @@ These are mostly meant for headers that prevent delivery errors reporting." :group 'uce) (declare-function mail-strip-quoted-names "mail-utils" (address)) +(declare-function rmail-msg-is-pruned "rmail" ()) +(declare-function rmail-maybe-set-message-counters "rmail" ()) +(declare-function rmail-msgbeg "rmail" (n)) +(declare-function rmail-msgend "rmail" (n)) +(declare-function rmail-toggle-header "rmail" (&optional arg)) + (defun uce-reply-to-uce (&optional ignored) "Send reply to UCE in Rmail. |