diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2007-11-25 16:48:31 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2007-11-25 16:48:31 +0000 |
commit | 2b54af7428bc0526a413f6a061fad9b18b243950 (patch) | |
tree | f51058e81242490edd8a3c4fff4178a40536c713 /lisp/mail/uce.el | |
parent | a07c9a8b5bec6b3088d5f0580403e1d740648851 (diff) | |
download | emacs-2b54af7428bc0526a413f6a061fad9b18b243950.tar.gz |
* mail/mspools.el (rmail-get-new-mail):
* mail/reporter.el (mail-position-on-field, mail-text):
* mail/rmail.el (mail-position-on-field, mail-text-start)
(rmail-update-summary):
* mail/rmailedit.el (rmail-summary-disable)
(rmail-summary-enable):
* mail/rmailmsc.el (rmail-parse-file-inboxes)
(rmail-show-message):
* mail/rmailout.el (rmail-update-summary):
* mail/rmailsort.el (rmail-update-summary):
* mail/sendmail.el (dired-move-to-filename, dired-get-filename)
(dired-view-file):
* mail/uce.el (mail-strip-quoted-names):
* mail/undigest.el (rmail-update-summary):
* mail/unrmail.el (mail-strip-quoted-names):
* ediff.el (diff-latest-backup-file): Declare as functions.
* obsolete/mlsupport.el (ml-previous-page): Fix typo.
(kill-to-end-of-line):
* obsolete/rnews.el (news-set-minor-modes): Remove non working
functions.
Diffstat (limited to 'lisp/mail/uce.el')
-rw-r--r-- | lisp/mail/uce.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/mail/uce.el b/lisp/mail/uce.el index 61afd248332..035ab0d774c 100644 --- a/lisp/mail/uce.el +++ b/lisp/mail/uce.el @@ -217,6 +217,8 @@ These are mostly meant for headers that prevent delivery errors reporting." :type 'string :group 'uce) +(declare-function mail-strip-quoted-names "mail-utils" (address)) + (defun uce-reply-to-uce (&optional ignored) "Send reply to UCE in Rmail. UCE stands for unsolicited commercial email. Function will set up reply |