(gnus-articles-to-read, gnus-summary-insert-old-articles): Don't
authorMichaël Cadilhac <michael@cadilhac.name>
Sat, 12 May 2007 15:05:06 +0000 (15:05 +0000)
committerMichaël Cadilhac <michael@cadilhac.name>
Sat, 12 May 2007 15:05:06 +0000 (15:05 +0000)
truncate group name for `read-string'.

lisp/ChangeLog
lisp/gnus-sum.el

index b25e9e5..42a2ff7 100644 (file)
@@ -1,3 +1,9 @@
+2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
+
+       * gnus-sum.el (gnus-articles-to-read)
+       (gnus-summary-insert-old-articles): Don't truncate group name for
+       `read-string'.
+
 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
 
        * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell if, on
index d738d95..556421a 100644 (file)
@@ -5664,9 +5664,7 @@ If SELECT-ARTICLES, only select those articles from GROUP."
                          (read-string
                           (format
                            "How many articles from %s (%s %d): "
-                           (gnus-limit-string
-                            (gnus-group-decoded-name gnus-newsgroup-name)
-                            35)
+                           (gnus-group-decoded-name gnus-newsgroup-name)
                            (if initial "max" "default")
                            number)
                           (if initial
@@ -12291,8 +12289,7 @@ If ALL is a number, fetch this number of articles."
                      (read-string
                       (format
                        "How many articles from %s (%s %d): "
-                       (gnus-limit-string
-                        (gnus-group-decoded-name gnus-newsgroup-name) 35)
+                       (gnus-group-decoded-name gnus-newsgroup-name)
                        (if initial "max" "default")
                        len)
                       (if initial