aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/mail/feedmail.el4
2 files changed, 5 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bff76247cea..a33573227ba 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -5,7 +5,8 @@
5 (feedmail-queue-slug-suspect-regexp, feedmail-debug) 5 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
6 (feedmail-debug-sit-for, feedmail-queue-express-hook) 6 (feedmail-debug-sit-for, feedmail-queue-express-hook)
7 (feedmail-queue-runner-message-sender): Set :version. 7 (feedmail-queue-runner-message-sender): Set :version.
8 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server): Declare. 8 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
9 (bbdb-dwim-net-address, vm-mail): Declare.
9 (feedmail-binmail-gnulinuxish-template): 10 (feedmail-binmail-gnulinuxish-template):
10 Rename from feedmail-binmail-linuxish-template. 11 Rename from feedmail-binmail-linuxish-template.
11 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode): 12 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el
index 277934378d9..3ef8a6c4955 100644
--- a/lisp/mail/feedmail.el
+++ b/lisp/mail/feedmail.el
@@ -914,9 +914,9 @@ you are at accomplishing inherently inefficient things."
914;; FIXME this is a macro? 914;; FIXME this is a macro?
915(declare-function bbdb-search "ext:bbdb-com" 915(declare-function bbdb-search "ext:bbdb-com"
916 (records &optional name company net notes phone)) 916 (records &optional name company net notes phone))
917
918(declare-function bbdb-records "ext:bbdb" 917(declare-function bbdb-records "ext:bbdb"
919 (&optional dont-check-disk already-in-db-buffer)) 918 (&optional dont-check-disk already-in-db-buffer))
919(declare-function bbdb-dwim-net-address "ext:bbdb-com" (record &optional net))
920 920
921(defun feedmail-spray-via-bbdb () 921(defun feedmail-spray-via-bbdb ()
922 "Example function for use with feedmail spray mode. 922 "Example function for use with feedmail spray mode.
@@ -1733,6 +1733,8 @@ FOLDING can be nil, in which case VALUE is used as-is. If FOLDING is
1733non-nil, feedmail \"smart filling\" is done on VALUE just before 1733non-nil, feedmail \"smart filling\" is done on VALUE just before
1734insertion.") 1734insertion.")
1735 1735
1736(declare-function vm-mail "ext:vm" (&optional to subject))
1737
1736(defun feedmail-vm-mail-mode (&optional arg) 1738(defun feedmail-vm-mail-mode (&optional arg)
1737 "Make something like a buffer that has been created via `vm-mail'. 1739 "Make something like a buffer that has been created via `vm-mail'.
1738The optional argument is ignored and is just for argument compatibility with 1740The optional argument is ignored and is just for argument compatibility with