(gnus-button-alist): Add `+' (gnus-button-handle-man).
authorReiner Steib <Reiner.Steib@gmx.de>
Wed, 20 Aug 2003 13:25:37 +0000 (13:25 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Wed, 20 Aug 2003 13:25:37 +0000 (13:25 +0000)
(gnus-header-button-alist): Added `In-Reply-To'.

lisp/ChangeLog
lisp/gnus-art.el

index ea23d59..0516c56 100644 (file)
@@ -1,5 +1,8 @@
 2003-08-20  Reiner Steib  <Reiner.Steib@gmx.de>
 
+       * gnus-art.el (gnus-button-alist): Add `+' (gnus-button-handle-man).
+       (gnus-header-button-alist): Added `In-Reply-To'.
+
        * nnimap.el (nnimap-open-connection): Allow different user names
        on the same server (and in the same authinfo file).
 
index c24b554..308d75e 100644 (file)
@@ -6093,7 +6093,7 @@ positives are possible."
      gnus-button-handle-man 1)
     ;; even more: Apache::PerlRun(3pm), PDL::IO::FastRaw(3pm),
     ;; SoWWWAnchor(3iv), XSelectInput(3X11), X(1), X(7)
-    ("\\b\\([a-z][-_.:a-z0-9]+\\)([1-9][X1a-z]*)\\W\\|\\b\\(X\\)([1-9])\\W"
+    ("\\b\\([a-z][-+_.:a-z0-9]+\\)([1-9][X1a-z]*)\\W\\|\\b\\(X\\)([1-9])\\W"
      0 (>= gnus-button-man-level 5) gnus-button-handle-man 1)
     ;; MID or mail: To avoid too many false positives we don't try to catch
     ;; all kind of allowed MIDs or mail addresses.  Domain part must contain
@@ -6125,7 +6125,7 @@ variable it the real callback function."
                               (integer :tag "Regexp group")))))
 
 (defcustom gnus-header-button-alist
-  '(("^\\(References\\|Message-I[Dd]\\):" "<[^<>]+>"
+  '(("^\\(References\\|Message-I[Dd]\\|^In-Reply-To\\):" "<[^<>]+>"
      0 (>= gnus-button-message-level 0) gnus-button-message-id 0)
     ("^\\(From\\|Reply-To\\):" ": *\\(.+\\)$"
      1 (>= gnus-button-message-level 0) gnus-button-reply 1)