comparison lisp/gnus/gnus-art.el @ 90743:f83d17e1ace6

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 615-621) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 197-199) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-166
author Miles Bader <miles@gnu.org>
date Tue, 30 Jan 2007 22:22:43 +0000
parents 95d0cdf160ea 69ddf7e920dd
children 4ef881a120fe
comparison
equal deleted inserted replaced
90742:d12279146267 90743:f83d17e1ace6
6236 "What to do when the button on a string as \"foo123@bar.invalid\" is pushed. 6236 "What to do when the button on a string as \"foo123@bar.invalid\" is pushed.
6237 Strings like this can be either a message ID or a mail address. If it is one 6237 Strings like this can be either a message ID or a mail address. If it is one
6238 of the symbols `mid' or `mail', Gnus will always assume that the string is a 6238 of the symbols `mid' or `mail', Gnus will always assume that the string is a
6239 message ID or a mail address, respectively. If this variable is set to the 6239 message ID or a mail address, respectively. If this variable is set to the
6240 symbol `ask', always query the user what do do. If it is a function, this 6240 symbol `ask', always query the user what do do. If it is a function, this
6241 function will be called with the string as it's only argument. The function 6241 function will be called with the string as its only argument. The function
6242 must return `mid', `mail', `invalid' or `ask'." 6242 must return `mid', `mail', `invalid' or `ask'."
6243 :version "22.1" 6243 :version "22.1"
6244 :group 'gnus-article-buttons 6244 :group 'gnus-article-buttons
6245 :type '(choice (function-item :tag "Heuristic function" 6245 :type '(choice (function-item :tag "Heuristic function"
6246 gnus-button-mid-or-mail-heuristic) 6246 gnus-button-mid-or-mail-heuristic)