comparison lisp/gnus/message.el @ 111444:60f509c70b61

message.el (message-subject-trailing-was-regexp): Fix default value.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Tue, 09 Nov 2010 02:00:56 +0000
parents b75e6634a171
children 321fbae3e04d
comparison
equal deleted inserted replaced
111443:72390b0b6207 111444:60f509c70b61
335 :group 'message-various 335 :group 'message-various
336 :link '(custom-manual "(message)Message Headers") 336 :link '(custom-manual "(message)Message Headers")
337 :type 'regexp) 337 :type 'regexp)
338 338
339 (defcustom message-subject-trailing-was-regexp 339 (defcustom message-subject-trailing-was-regexp
340 "[ \t]*\\((*[Ww][Aa][Ss]:[ \t]*.*)\\)" 340 "[ \t]*\\((*[Ww][Aa][Ss][ \t]*.*)\\)"
341 "*Regexp matching \"(was: <old subject>)\" in the subject line. 341 "*Regexp matching \"(was: <old subject>)\" in the subject line.
342 342
343 If `message-subject-trailing-was-query' is set to t, the subject is 343 If `message-subject-trailing-was-query' is set to t, the subject is
344 matched against `message-subject-trailing-was-regexp' in 344 matched against `message-subject-trailing-was-regexp' in
345 `message-strip-subject-trailing-was'. You should use a regexp creating very 345 `message-strip-subject-trailing-was'. You should use a regexp creating very
346 few false positives here." 346 few false positives here."
347 :version "22.1" 347 :version "24.1"
348 :group 'message-various 348 :group 'message-various
349 :link '(custom-manual "(message)Message Headers") 349 :link '(custom-manual "(message)Message Headers")
350 :type 'regexp) 350 :type 'regexp)
351 351
352 ;;; marking inserted text 352 ;;; marking inserted text