X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fspam-report.el;h=96d72de91c503edce7db1fbb54be6f9719679f7b;hb=1c5a2d18ae5382304e3f073c3da5e943327a8f87;hp=95b5fb578f46ad503badfe7bc0dab9497450f699;hpb=243e2b9f043dc48b35ce77f2f283e32ef7c0291e;p=gnus diff --git a/lisp/spam-report.el b/lisp/spam-report.el index 95b5fb578..96d72de91 100644 --- a/lisp/spam-report.el +++ b/lisp/spam-report.el @@ -1,6 +1,6 @@ ;;; spam-report.el --- Reporting spam -;; Copyright (C) 2002-2011 Free Software Foundation, Inc. +;; Copyright (C) 2002-2015 Free Software Foundation, Inc. ;; Author: Ted Zlatanov ;; Keywords: network, spam, mail, gmane, report @@ -81,7 +81,7 @@ The function must accept the arguments `host' and `report'." "Email address that spam articles are resent to when reporting. If not set, the user will be prompted to enter a value which will be saved for future use." - :type 'string + :type '(choice (const :tag "Prompt" nil) string) :group 'spam-report) (defvar spam-report-url-ping-temp-agent-function nil @@ -102,7 +102,7 @@ Reports is as ham when HAM is set." (customize-set-variable spam-report-resend-to (read-from-minibuffer "email address to resend SPAM/HAM to? "))) - ;; This is ganked from the `gnus-summary-resend-message' function. + ;; This is yanked from the `gnus-summary-resend-message' function. ;; It involves rendering the SPAM, which is undesirable, but there does ;; not seem to be a nicer way to achieve this. ;; select this particular article