2001-08-12 Simon Josefsson <jas@extundo.com>
authorSimon Josefsson <jas@extundo.com>
Sat, 11 Aug 2001 22:21:50 +0000 (22:21 +0000)
committerSimon Josefsson <jas@extundo.com>
Sat, 11 Aug 2001 22:21:50 +0000 (22:21 +0000)
Suggested by Per Abrahamsen <abraham@dina.kvl.dk>

* gnus.el (gnus-summary-line-format, gnus-parameters):
* gnus-gl.el (gnus-summary-grouplens-line-format):
* gnus-salt.el (gnus-summary-pick-line-format):
* gnus-spec.el (gnus-format-specs): %n is 23 chars.

lisp/ChangeLog
lisp/gnus-gl.el
lisp/gnus-salt.el
lisp/gnus-spec.el
lisp/gnus.el

index 8cecce9..3d0a392 100644 (file)
@@ -1,3 +1,11 @@
+2001-08-12  Simon Josefsson  <jas@extundo.com>
+       Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
+
+       * gnus.el (gnus-summary-line-format, gnus-parameters): 
+       * gnus-gl.el (gnus-summary-grouplens-line-format): 
+       * gnus-salt.el (gnus-summary-pick-line-format): 
+       * gnus-spec.el (gnus-format-specs): %n is 23 chars.
+
 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
        Committed by Kai Gro\e,A_\e(Bjohann.
        
index 672e46c..866a443 100644 (file)
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
 (defvar gnus-summary-grouplens-line-format
-  "%U\%R\%z%l%I\%(%[%4L: %-20,20n%]%) %s\n"
+  "%U\%R\%z%l%I\%(%[%4L: %-23,23n%]%) %s\n"
   "*The line format spec in summary GroupLens mode buffers.")
 
 (defvar grouplens-pseudonym ""
index b67b81d..1cac7d3 100644 (file)
@@ -64,7 +64,7 @@ summary buffers.")
   :group 'gnus-summary-pick)
 
 (defcustom gnus-summary-pick-line-format
-  "%-5P %U\%R\%z\%I\%(%[%4L: %-20,20n%]%) %s\n"
+  "%-5P %U\%R\%z\%I\%(%[%4L: %-23,23n%]%) %s\n"
   "*The format specification of the lines in pick buffers.
 It accepts the same format specs that `gnus-summary-line-format' does."
   :type 'string
index 0b15c2c..3188ed7 100644 (file)
     (group "%M\%S\%p\%P\%5y: %(%g%)%l\n" ,gnus-group-line-format-spec)
     (summary-dummy "*  %(:                          :%) %S\n"
                   ,gnus-summary-dummy-line-format-spec)
-    (summary "%U\%R\%z\%I\%(%[%4L: %-20,20n%]%) %s\n"
+    (summary "%U\%R\%z\%I\%(%[%4L: %-23,23n%]%) %s\n"
             ,gnus-summary-line-format-spec))
   "Alist of format specs.")
 
index 4c4f3b7..a7bc9d2 100644 (file)
@@ -856,7 +856,7 @@ For example:
    ((\"mail\\\\..*\"  (gnus-show-threads nil)
                  (gnus-use-scoring nil)
                  (gnus-summary-line-format
-                       \"%U%R%z%I%(%[%d:%ub%-20,20f%]%) %s\\n\")
+                       \"%U%R%z%I%(%[%d:%ub%-23,23f%]%) %s\\n\")
                  (gcc-self . t)
                  (display . all))
      (\"mail\\\\.me\" (gnus-use-scoring  t))
@@ -2067,7 +2067,7 @@ gnus-newsrc-hashtb should be kept so that both hold the same information.")
 ;;; gnus-sum.el thingies
 
 
-(defcustom gnus-summary-line-format "%U%R%z%I%(%[%4L: %-20,20n%]%) %s\n"
+(defcustom gnus-summary-line-format "%U%R%z%I%(%[%4L: %-23,23n%]%) %s\n"
   "*The format specification of the lines in the summary buffer.
 
 It works along the same lines as a normal formatting string,