From: Simon Josefsson Date: Sat, 11 Aug 2001 22:21:50 +0000 (+0000) Subject: 2001-08-12 Simon Josefsson X-Git-Url: https://cgit.sxemacs.org/?a=commitdiff_plain;h=d8340662d39842a8f4f56d15aaad31ef2d427c1c;p=gnus 2001-08-12 Simon Josefsson Suggested by Per Abrahamsen * 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. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8cecce92b..3d0a392cf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2001-08-12 Simon Josefsson + Suggested by Per Abrahamsen + + * 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 Committed by Kai Gro,A_(Bjohann. diff --git a/lisp/gnus-gl.el b/lisp/gnus-gl.el index 672e46c02..866a44320 100644 --- a/lisp/gnus-gl.el +++ b/lisp/gnus-gl.el @@ -131,7 +131,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (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 "" diff --git a/lisp/gnus-salt.el b/lisp/gnus-salt.el index b67b81d2d..1cac7d307 100644 --- a/lisp/gnus-salt.el +++ b/lisp/gnus-salt.el @@ -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 diff --git a/lisp/gnus-spec.el b/lisp/gnus-spec.el index 0b15c2c89..3188ed70e 100644 --- a/lisp/gnus-spec.el +++ b/lisp/gnus-spec.el @@ -123,7 +123,7 @@ (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.") diff --git a/lisp/gnus.el b/lisp/gnus.el index 4c4f3b769..a7bc9d2bc 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -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,