*** empty log message ***
[gnus] / lisp / gnus-vis.el
index baddc09..d96abf6 100644 (file)
@@ -238,7 +238,7 @@ variable it the real callback function.")
 (defvar gnus-header-button-alist 
   `(("^\\(References\\|Message-I[Dd]\\):" "<[^>]+>"
      0 t gnus-button-message-id 0)
-    ("^\\(From\\|Reply-To\\): " ": *\\(.+\\)$" 1 t gnus-button-reply 0)
+    ("^\\(From\\|Reply-To\\):" ": *\\(.+\\)$" 1 t gnus-button-reply 1)
     ("^\\(Cc\\|To\\):" "[^ \t\n<>,()\"]+@[^ \t\n<>,()\"]+" 
      0 t gnus-button-mailto 0)
     ("^X-[Uu][Rr][Ll]:" ,gnus-button-url-regexp 0 t gnus-button-url 0)
@@ -380,7 +380,7 @@ HEADER is a regexp to match a header.  For a fuller explanation, see
         ["Execute command" gnus-group-universal-argument
          (or gnus-group-marked (gnus-group-group-name))])
        ("Subscribe"
-        ["Subscribe to random group" gnus-group-unsubscribe-group t]
+        ["Subscribe to a group" gnus-group-unsubscribe-group t]
         ["Kill all newsgroups in region" gnus-group-kill-region t]
         ["Kill all zombie groups" gnus-group-kill-all-zombies
          gnus-zombie-list]